summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "[mlir] Reland the dialect conversion hanging use fix (#87297)"upstream/revert-87297-dialect_conversion_v2Mehdi Amini2024-04-022-15/+0
* [llvm-objcopy,test] Prepend error: to some messagesFangrui Song2024-04-012-4/+4
* [mlir] Reland the dialect conversion hanging use fix (#87297)Rob Suderman2024-04-012-0/+15
* [mlir][IR][NFC] Make `replaceAllUsesWith` non-templatized (#84722)Matthias Springer2024-04-021-4/+6
* [NFC] [C++20] [Modules] Pulling out getCXX20NamedModuleOutputPath into a sepe...Chuanqi Xu2024-04-023-12/+35
* [mlir][IR] Trigger `notifyOperationReplaced` on `replaceAllOpUsesWith` (#84721)Matthias Springer2024-04-023-21/+37
* [RISCV][TTI] Scale the cost of trunc/fptrunc/fpext with LMUL (#87101)Shih-Po Hung2024-04-025-279/+298
* [InstallAPI] Fixup dsym test (#87299)Cyndy Ishida2024-04-011-6/+7
* [RISCV][TTI] Scale the cost of intrinsic umin/umax/smin/smax with LMUL (#87245)Shih-Po Hung2024-04-022-62/+80
* [PPC][NFC] add an option for GatherAllAliasesMaxDepth (#87071)Chen Zheng2024-04-021-0/+6
* [dfsan][test] Disable the test with internal_symbolizerVitaly Buka2024-04-011-0/+3
* [AVR][NFC] Improve format of target description files (#87212)Ben Shi2024-04-021-245/+75
* lit_test : check if there is already a deps key in kwargs (#87290)Abhinav Gunjal2024-04-011-1/+3
* [libc] allow libc-hdrgen to work on windows files (#87292)Stephen Neuendorffer2024-04-011-0/+8
* [mlir][pass] Add `errorHandler` param to `Pass::initializeOptions` (#87289)Ivan Butygin2024-04-027-13/+32
* Add uncovered enums in switches caused by 9434c083475e42f47383f3067fe2a155db5...David Blaikie2024-04-011-0/+4
* [OpenMP] Use loaded offloading toolchains to add libraries (#87108)Joseph Huber2024-04-0110-46/+32
* [workflows] issue-write: Avoid race condition when PR branch is deleted (#87118)Tom Stellard2024-04-011-0/+9
* [ThinLTO][TypeProf] Implement vtable def import (#79381)Mingming Liu2024-04-016-36/+120
* [GISEL][NFC] Fix comment for widenScalarToNextPow2Michael Maitland2024-04-011-1/+2
* [Object,ELFTypes] Remove TargetEndiannessFangrui Song2024-04-011-1/+0
* [workflows] issue-write: Exit early if there are no comments (#87114)Tom Stellard2024-04-011-1/+1
* [libc] fixup ftello test (#87282)Nick Desaulniers2024-04-011-1/+1
* [BOLT][NFC] Fix typoMaksim Panchenko2024-04-011-1/+1
* [lldb] Don't crash when attempting to parse breakpoint id `N.` as `N.*` (#87263)Jordan Rupprecht2024-04-012-26/+28
* [llvm][Support] Use `thread_local` caching for llvm::get_threadid() query on ...Jeff Niu2024-04-011-2/+5
* [PseudoProbe] Extend to skip instrumenting probe into the dests of invoke (#7...Lei Wang2024-04-016-20/+276
* [ubsan][NFC] Remove recently added `cl::init(false)`Vitaly Buka2024-04-012-6/+4
* [scudo] Change isPowerOfTwo macro to return false for zero. (#87120)Christopher Ferris2024-04-013-7/+9
* [clang] Fix bitfield access unit for vbase corner case (#87238)Nathan Sidwell2024-04-012-48/+113
* [mlir] Remove ``dataclasses`` package from mlir ``requirements.txt`` (#87223)Kirill Podoprigora2024-04-011-2/+1
* [C99] Claim conformance to "conversion of array to pointer not limited to lva...Aaron Ballman2024-04-012-1/+39
* [NFC]Precommit test for vtable import (#79363)Mingming Liu2024-04-011-0/+61
* [clang] Factor out OpenACC part of `Sema` (#84184)Vlad Serebrennikov2024-04-017-83/+125
* Revert "[CodeGen] Fix register pressure computation in MachinePipeliner (#870...Gulfem Savrun Yeniceri2024-04-013-180/+166
* [GOFF] Wrap debug output with LLVM_DEBUG (#87252)Kai Nacke2024-04-011-6/+3
* [clang-cl] Allow a colon after /Fo option (#87209)Russell Greene2024-04-012-0/+4
* [C99] Claim conformance to WG14 N570Aaron Ballman2024-04-012-1/+32
* [libc][math] Implement atan2f correctly rounded to all rounding modes. (#86716)lntue2024-04-0122-73/+634
* [mlir][sparse] allow YieldOp to yield multiple values. (#87261)Peiming Liu2024-04-014-23/+29
* [libc] fixup missing include for fullbuild (#87266)Nick Desaulniers2024-04-012-0/+2
* Update the "Current Status" section of the website to be current. (#84507)Eric2024-04-011-0/+19
* [HLSL] Implement array temporary support (#79382)Chris B2024-04-0149-31/+606
* [scudo] Do a M_PURGE call before changing release interval on Android (#87110)ChiaHungDuan2024-04-011-0/+5
* [libc][POSIX] implement fseeko, ftello (#86928)Shourya Goel2024-04-0111-4/+130
* [nfc] Disable the a cpp compiler-rt test on ppc bigendian systems due to buil...Mingming Liu2024-04-011-0/+5
* [libc] Include algorithm.h to parser.h (#87125)Caslyn Tonelli2024-04-013-0/+3
* [mlir][TD] Allow op printing flags as `transform.print` attrs (#86846)Jakub Kuderski2024-04-014-10/+94
* [libc++] Optimize the two range overload of mismatch (#86853)Nikolas Klauser2024-04-017-17/+74
* [InstrFDO][TypeProf] Implement binary instrumentation and profile read/write ...Mingming Liu2024-04-0117-192/+1419