aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
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 Huber1-0/+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[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[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[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 Reames1-1/+0
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-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[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-13[PowerPC][NFC] Rename ADDItocL to match the 64-bit naming convention (#85099)Zaara Syeda11-31/+32
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
2024-03-13[flang][OpenMP][OMPIRBuilder][mlir] Optionally pass reduction vars by ref (#8...Tom Eccles2-9/+25
2024-03-13[DAG] isKnownToBeAPowerOfTwo - use sd_match to match both commutations of `x ...Simon Pilgrim1-15/+11
2024-03-13[DAG] Use SelectionDAG::getNOT helper where possible. NFC.Simon Pilgrim1-4/+2
2024-03-13[VPlan] Use VPBuilder to create BranchOnCond in VPHCFGBuilder.Florian Hahn2-22/+21
2024-03-13[AIX][TOC] Add -mtocdata/-mno-tocdata options on AIX (#67999)Zaara Syeda9-36/+174
2024-03-13[CodeGen][Tablegen] Fix uninitialized var and shift overflow. (#84896)mahesh-attarde3-4/+5
2024-03-13[InstCombine] Set zero_is_poison for ctlz/cttz if they are only used as shift...Yingwei Zheng2-0/+98
2024-03-13Reapply "[analyzer] Accept C library functions from the `std` namespace"NagyDonat1-0/+1
2024-03-13[AMDGPU] Test new GFX12 opcode name buffer_atomic_min_num_f32Jay Foad1-22/+22
2024-03-13AMDGPU: Don't use table for metadata docs, and fix section headers (#85046)Matt Arsenault1-13/+19
2024-03-13[llvm-ar] Use COFF archive format for COFF targets. (#82898)Jacek Caban8-23/+171
2024-03-13[InstCombine] Simplify `zext nneg i1 X` to zero (#85043)Yingwei Zheng2-0/+35
2024-03-13[AMDGPU] Fix canonicalization of truncated values. (#83054)Harald van Dijk14-1406/+1017
2024-03-13[AMDGPU] Remove unneeded MnemonicAlias. NFC.Jay Foad1-1/+0
2024-03-13[DAG] visitSUB - convert some folds to use SDPatternMatchSimon Pilgrim3-56/+25
2024-03-13[ARM][AArch64] Add missing Arm CPU part-ids to enable -mcpu=native (#84899)Jonathan Thackray1-0/+15
2024-03-13[DAG] Add SDPatternMatch m_And/m_Or/m_Xor matchers for logic opsSimon Pilgrim2-0/+26
2024-03-13[ThinLTO] Drop inrange attribute from tests (NFC)Nikita Popov7-9/+9
2024-03-13[Tests] Drop inrange attribute from some tests (NFC)Nikita Popov7-21/+21
2024-03-13[SjLjEHPrepare] Use inverse_depth_first() instead of _ext variant (NFC). (#84...Florian Hahn1-3/+1
2024-03-13[ValueTracking] Remove faulty dereference of "InsertBefore" (#85034)mikaelholmen2-1/+23
2024-03-13[Attributor][FIX] Register right new created BB. (#84929)lcvon0071-1/+1