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