aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2024-06-20[AMDGPU] Preserve chain when selecting llvm.amdgcn.pops.exiting.wave.id (#96167)Jay Foad2-1/+41
2024-06-20[MC] Fix compilationAlexis Engelke1-1/+1
2024-06-20[CodeGen] Use temp symbol for MBBs (#95031)Alexis Engelke6-20/+32
2024-06-20[NewPM] Move PassManager::run() into Impl.h (NFC)Nikita Popov2-45/+49
2024-06-20[ValueTracking] Support gep nuw in isKnownNonZero()Nikita Popov2-2/+60
2024-06-20[AArch64] Remove -debug flag from mlicm-csr-mask.mirpvanhout1-1/+1
2024-06-20[LV] Remove loads from null from pr73894.ll test.Florian Hahn1-9/+7
2024-06-20[MC] Eliminate two symbol-related hash maps (#95464)aengelke14-100/+144
2024-06-20[X86] Fix indention in X86InstrArithmetic.td, NFCIShengchen Kan1-199/+187
2024-06-20[LLVM] Add InsertPosition union-type to remove overloads of Instruction-creat...Stephen Tozer7-3129/+391
2024-06-20[AMDGPU] Add ALL prefix to all RUN lines for better diagnosticsJay Foad1-6/+6
2024-06-20[ARM] CMSE security mitigation on function arguments and returned values (#89...Lucas Duarte Prates4-15/+953
2024-06-20[AMDGPU] Add a RUN line to test the OSABI-PAL-ERR prefixJay Foad1-0/+1
2024-06-20[AMDGPU] Fix GFX90A/GFX940 check prefix typosJay Foad2-2/+2
2024-06-20[AMDGPU] Tweak comment to fix warning from filecheck_lint.pyJay Foad1-2/+2
2024-06-20[AMDGPU] Fix typo "GXF" in check prefixJay Foad1-17/+17
2024-06-20[MachineLICM] Work-around Incomplete RegUnits (#95926)Pierre van Houtryve3-10/+85
2024-06-20[MC] Remove SectionKind from MCSection (#96067)aengelke27-328/+224
2024-06-20[IR] Remove support for shl constant expressions (#96037)Nikita Popov18-141/+25
2024-06-20[LLVM] Extend setModuleFlag interface. (#86031)Daniel Kiss3-0/+27
2024-06-20Reland "[CVP] Check whether the default case is reachable (#79993)" (#96089)Yingwei Zheng3-5/+339
2024-06-20[NFC] Fix header level in LangRefQiu Chaofan1-1/+1
2024-06-20[RISCV] Lower llvm.clear_cache to __riscv_flush_icache for glibc targets (#93...Roger Ferrer Ibáñez4-0/+80
2024-06-20[PowerPC] Make verifier happy after peephole on MMA COPYs (#94321)Kai Luo2-7/+39
2024-06-20[ADT] Update hash function of uint64_t for DenseMap (#95734)Chuanqi Xu1-2/+5
2024-06-19[JITLink] Use MapVector to stabilize iteration orderFangrui Song1-2/+3
2024-06-19[JITLink] Ensure Edges order is deterministicFangrui Song1-1/+2
2024-06-19[TableGen,GlobalISel] Use MapVector to stabilize iteration orderFangrui Song1-1/+1
2024-06-19[Attributor] Stabilize llvm.assume outputFangrui Song3-19/+24
2024-06-19[LowerTypeTests] Use MapVector to stabilize iteration orderFangrui Song2-6/+6
2024-06-19[llvm-cov] let text mode divider honor --show-branch-summary, --show-region-s...Wentao Zhang1-6/+23
2024-06-19[PowerPC] Remove extraneous ArrayRef (NFC) (#96092)Kazu Hirata1-6/+6
2024-06-19[Support] Add llvm::xxh3_128bits (#95863)Brendan Duke3-35/+623
2024-06-19[VPlan] Introduce isHeaderMask helper (NFCI).Florian Hahn4-4/+65
2024-06-19[DirectX] Add trig intrinsics and link them with DXIL backend (#95968)Farzon Lotfi15-0/+427
2024-06-19[ADT] Fix incorrect const parent ptr type in ilist (#96059)Stephen Tozer8-49/+68
2024-06-19[DirectX][DXIL] Update DXIL Op TableGen Specification (#95807)S. Bharadwaj Yadavalli1-92/+219
2024-06-19[RLEV] Add coverage for expansion of umin EVL idiomPhilip Reames1-1/+104
2024-06-19[DenseMap] Update combineHashValueFangrui Song1-11/+13
2024-06-19[GlobalMerge] Use MapVector to stabilize iteration orderFangrui Song2-11/+12
2024-06-19[gn/mac] Fix isysroot flag when building compiler-rtNico Weber1-1/+1
2024-06-19[InstCombine] Swap out range metadata to range attribute for arm_mve_pred_v2i...Andreas Jonson2-19/+56
2024-06-19[LV] Consider insts feeding interleave group pointers free.Florian Hahn3-26/+34
2024-06-19[SCEV] Use context sensitive reasoning in howFarToZero (#94525)Philip Reames3-32/+39
2024-06-19[PowerPC] Regenerate p8altivec-shuffles-pred.ll with update_llc_test_checks s...Simon Pilgrim1-9/+10
2024-06-19[X86] Regenerate vector-truncate-combine.ll to check entire code sequenceSimon Pilgrim1-5/+9
2024-06-19[SCEVExpander] Recognize urem idiom during expansion (#96005)Philip Reames4-9/+16
2024-06-19[AVR] Let ArrayRef infer the array size (NFC) (#96076)Kazu Hirata1-4/+4
2024-06-19AMDGPU/gfx12: Minor documentation update (#96079)Nicolai Hähnle1-7/+7
2024-06-19[NFC][SPARC] Fix typos and style mismatchesKoakuma3-7/+7