summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes introduced through rebaseupstream/users/MaskRay/spr/main.llvm-objcopy-add-compress-sectionsNoah Goldstein2024-03-13389-4879/+11236
|\
| * [ValueTracking] Use select condition to help infer bits of armsNoah Goldstein2024-03-132-8/+41
| * [ValueTracking] Add tests for inferring select arm bits from condition; NFCNoah Goldstein2024-03-131-0/+81
| * [libc] Repurpose `LIBC_GPU_BUILD` option to enable the new format (#82848)Joseph Huber2024-03-132-1/+12
| * [RISCV] Support `llvm.masked.compressstore` intrinsic (#83457)Kolya Panchenko2024-03-136-1746/+1085
| * Revert "[SLP]Fix PR85082: PHI node has multiple entries."Alexey Bataev2024-03-132-80/+5
| * [SLP][NFC]Add a test with the operand node, not being in MinBWs, thoughAlexey Bataev2024-03-131-0/+83
| * Revert "Revert "[AArch64] Improve lowering of truncating uzp1"" (#85119)Usman Nadeem2024-03-1317-284/+209
| * [SLP][NFC]Add a test with buildvector with minbitwidth Root, NFC.Alexey Bataev2024-03-131-0/+88
| * [libc++] Fix tests on musl (#85085)Alastair Houghton2024-03-133-37/+52
| * [RISCV] Use references to avoid unnecessary struct copies. NFCCraig Topper2024-03-131-3/+3
| * [RISCV] Remove unnecessary ArrayRef. NFCCraig Topper2024-03-131-4/+3
| * Revert "[AArch64] Improve lowering of truncating uzp1" (#85115)Mehdi Amini2024-03-1317-209/+284
| * [compiler-rt] Avoid generating coredumps when piped to a toolAlexander Richardson2024-03-132-2/+24
| * [compiler-rt] Remove llvm_gtest dependency from unit testsAlexander Richardson2024-03-1310-11/+9
| * [clang][modules] giving the __stddef_ headers their own modules can cause red...Ian Anderson2024-03-1313-41/+80
| * [SLP][NFC]Add a test with reused buildvector node, being resized afterAlexey Bataev2024-03-131-0/+89
| * [llvm-ar] Be explicit about archive format in coff-symtab.test tests. (#85112)Jacek Caban2024-03-131-1/+1
| * [NFC] [hwasan] factor out some opt handling (#84414)Florian Mayer2024-03-131-29/+18
| * [RISCV] Add SMLoc to expanded vector pseudoinstructions in AsmParser. (#84875)Craig Topper2024-03-133-18/+97
| * [Clang][Sema] Properly get captured 'this' pointer in lambdas with an explici...Sirraide2024-03-133-55/+111
| * workflows: Add workaround for lld failures on MacOS (#85021)Tom Stellard2024-03-131-0/+5
| * [LoopConstrainer] Apply loop gurads to check that loop bounds are safe (#71531)Aleksandr Popov2024-03-132-17/+90
| * Revert "Reapply "[analyzer] Accept C library functions from the `std` namespa...Philip Reames2024-03-135-93/+9
| * [NFC] Corrected data type (#84880)Chen Cheng2024-03-131-1/+1
| * [llvm-objcopy] --[de]compress-debug-sections: don't compress SHF_ALLOC sectio...Fangrui Song2024-03-136-40/+68
| * [AArch64] Fix tests after PR82457Nadeem, Usman2024-03-132-4/+4
| * [mlir][nfc] Update Linalg matmul -> Vector OP test (#81416)Andrzej Warzyński2024-03-131-27/+40
| * AMDGPU: Remove incorrect uses of SubtaretPredicate around DS_Reals (#85001)Changpeng Fang2024-03-131-11/+9
| * [RemoveDI][NFC] Rename DPValue->DbgRecord in comments and varnames (#84939)Stephen Tozer2024-03-1324-319/+330
| * [Clang] [Sema] Fix bug in `_Complex float`+`int` arithmetic (#83063)Sirraide2024-03-135-33/+298
| * Diagnose misuse of the cleanup attribute (#80040)Bhuminjay Soni2024-03-134-4/+57
| * [mlir] Fix inlining-threshold.mlir test for NDEBUG builds.Christian Sigg2024-03-131-1/+1
| * [libc][docs] document gpu support for stdbit.h (#85103)Nick Desaulniers2024-03-131-0/+73
| * [flang][cuda] Enable cuda with -x cuda option (#84944)Valentin Clement (バレンタイン クレメン)2024-03-133-3/+32
| * [VPlan] Use VPBuilder to create ActiveLaneMask (NFC).Florian Hahn2024-03-132-8/+16
| * [AArch64] Improve lowering of truncating uzp1 (#82457)Usman Nadeem2024-03-1317-284/+209
| * Remove use of reference lifetime extension introduced in cdde0d9David Blaikie2024-03-131-2/+1
| * [PowerPC][NFC] Rename ADDItocL to match the 64-bit naming convention (#85099)Zaara Syeda2024-03-1311-31/+32
| * Avoid a potential exit(1) in LLVMContext::diagnose() (#84992)Adrian Prantl2024-03-131-4/+3
| * [mlir][tensor] Make getMixedPadImpl return static values when possible. (#85016)Han-Chung Wang2024-03-134-5/+23
| * [libc] roll out rest of stdbit.h entrypoints to gpu,linux,baremetal (#84938)Nick Desaulniers2024-03-134-0/+120
| * [flang][runtime] Added lowering and runtime for REAL(16) IEEE_FMA. (#85017)Slava Zakharin2024-03-135-0/+40
| * [flang] Enable REAL(16) MODULO lowering. (#85005)Slava Zakharin2024-03-132-35/+52
| * [flang] Moved REAL(16) RANDOM_NUMBER to Float128Math library. (#85002)Slava Zakharin2024-03-136-77/+160
| * [RFC][mlir] Add profitability callback to the Inliner. (#84258)Slava Zakharin2024-03-136-19/+92
| * [Flang][OpenMP] Implement "promotion" of use_device_ptr non-cptr arguments to...agozillon2024-03-134-2/+140
| * [SLP]Fix PR85082: PHI node has multiple entries.Alexey Bataev2024-03-132-5/+80
| * [InstCombine] Don't generate crash dialog for fixpoint verification failure (...Nikita Popov2024-03-131-1/+2
| * [cmake] Silence a duplicate libraries warning from Apple's linker (#85012)Jon Roelofs2024-03-131-0/+15