aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
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
2024-06-19[LV] Add more masked store cost tests with different masks.Florian Hahn1-0/+151
2024-06-19[GISel][RISCV]Implement indirect parameter passing (#95429)Gábor Spaits4-32/+898
2024-06-19[AMDGPU] Add IsSingle to a few Interp instructions (#95984)Joe Nash1-1/+1
2024-06-19[AMDGPU] Add IsSingle to V_DIV_FMAS* for consistency. (#95983)Joe Nash1-0/+2
2024-06-19[RISCV][test] Pre-commit test case where ConstantHoisting fails to triggerAlex Bradbury1-0/+12
2024-06-19[AArch64] Avoid using NEON BSL for streaming[-compatible] functions (#95803)Sander de Smalen2-36/+71
2024-06-19[AArch64] Let patterns for NEON instructions check runtime mode. (#95560)Sander de Smalen8-883/+313
2024-06-19[llvm-mca] Use llvm::erase_if (NFC) (#96029)Kazu Hirata1-5/+3
2024-06-19[InstCombine] Preserve all gep flags in gep of exact div foldNikita Popov2-4/+13
2024-06-19[RISCV] Move RISCVInsertVSETVLI::coalesceVSETVLIs back to before insertReadVL...Luke Lau1-5/+5
2024-06-19[AArch64] NFC: Precommit some tests for SMESander de Smalen3-0/+727
2024-06-19[InstCombine] Preserve all gep flags when emitting offsetNikita Popov2-1/+19
2024-06-19[InstCombine] Preserve all gep flags in gep of select foldNikita Popov2-3/+23
2024-06-19[InstCombine] Preserve all gep flags in dependent IV foldNikita Popov2-3/+34
2024-06-19[X86] computeKnownBitsForPMADDWD/PMADDUBSW - tidyup line overflow by moving e...Simon Pilgrim1-21/+13
2024-06-19[InstCombine] Preserve all gep flags in another select of gep foldNikita Popov2-3/+28
2024-06-19[InstCombine] Preserve all flags in phi of gep foldNikita Popov3-4/+58
2024-06-19[InstCombine] Preserve all flags in select of gep foldNikita Popov2-3/+26
2024-06-19[RISCV][NFC] Add UnsupportedSched<F|D|A> multiclasses (#95948)Anton Sidorenko2-96/+108
2024-06-19DenseMap: support enum class keys (#95972)Ramkumar Ramachandra2-2/+32
2024-06-19[NFC][AArch64] Organise extensions by archtecture version (#95898)Lucas Duarte Prates1-355/+419
2024-06-19[X86] combineConstantPoolLoads - early-out if the load is not from a constant...Simon Pilgrim1-2/+5
2024-06-19[X86] Replace (void) with [[maybe_unused]] for some variables unused (or only...Simon Pilgrim1-6/+3
2024-06-19[SPIR-V] Add __spirv_ wrapper to the OpAtomicExchange instruction (#95961)Vyacheslav Levytskyy2-0/+97
2024-06-19[SPIR-V] Improve implementation of the duplicates tracker's storage (#95958)Vyacheslav Levytskyy3-160/+113