aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2024-06-04[AMDGPU] Add gfx12 run lines to fence MMRA tests (#94333)Pierre van Houtryve2-0/+602
2024-06-04[InstSimplify] Accept GEPNoWrapFlags instead of only InBounds flagNikita Popov6-15/+27
2024-06-04[LV] Add test for RT check hoisting where loop guards simplify check.Florian Hahn1-21/+112
2024-06-04[ConstantFolding] Preserve all flags in CastGEPIndices()Nikita Popov1-4/+4
2024-06-04[InstCombine] Add more gep index canonicalization tests (NFC)Nikita Popov1-3/+35
2024-06-04[PowerPC] Add test for ppc-mi-peepholes on MMA register COPYs. NFC.Kai Luo1-0/+86
2024-06-04[Local] Use nusw and nuw flags in emitGEPOffset()Nikita Popov2-6/+39
2024-06-04VPlan: add missing case for LogicalAnd; fix crash (#93553)Ramkumar Ramachandra3-64/+120
2024-06-04[InstCombine] Simplify isMergedGEPInBounds() (NFCI)Nikita Popov1-6/+1
2024-06-04[InstCombine] Preserve all gep nowrap flags in PointerReplacerNikita Popov2-1/+21
2024-06-04[AArch64LoopIdiomTransform] Simplify GEP construction (NFC)Nikita Popov1-12/+8
2024-06-04[PHITransAddr] Preserve all GEP nowrap flagsNikita Popov2-8/+50
2024-06-04[IR] Remove support for icmp and fcmp constant expressions (#93038)Nikita Popov116-739/+357
2024-06-04[gn build] Port 8ea59ec6077eLLVM GN Syncbot1-0/+1
2024-06-03[MemProf][NFC] Use range for loop (#94308)Teresa Johnson1-3/+2
2024-06-03[MemProf] Use remove_if to erase MapVector elements in bulk (#94269)Teresa Johnson1-18/+8
2024-06-03[Attributor][FIX] Replace AANoFPClass MBEC propagation (#91030)Johannes Doerfert34-1654/+1644
2024-06-04[Asan] Teach FunctionStackPoisoner to filter out struct type with scalable ve...Yeting Kuo2-2/+15
2024-06-04[AArch64] Sink llvm.vscale.i32 into blocks for better isel (#93465)Fangcao Wang2-1/+177
2024-06-03[MemProf] Determine stack id references in BitcodeWriter without sorting (#94...Teresa Johnson1-21/+31
2024-06-04[PowerPC] Remove DAG matching in ADDIStocHA (#93905)Kai Luo4-9/+7
2024-06-04[NewPM][CodeGen] Port `finalize-isel` to new pass manager (#94214)paperchalice16-8/+76
2024-06-04[CodeGen] Fix compiler conditional combination (#94297)Keith Smiley1-2/+2
2024-06-04[LoongArch] Use R_LARCH_ALIGN without symbol as much as possible (#93775)Lu Weining3-20/+28
2024-06-03[Codegen, BasicBlockSections] Avoid cloning blocks which have their machine b...Rahman Lavaee2-6/+31
2024-06-03gn build: Use -fvisibility-global-new-delete=force-hidden to build libcxx/lib...pcc3-3/+3
2024-06-04Reland "[NewPM][CodeGen] Port selection dag isel to new pass manager" (#94149)paperchalice122-306/+823
2024-06-03[ARM64EC] Warn on using disallowed registers in assembly src. (#93618)Namish Kukreja2-0/+118
2024-06-03[AArch64] Support preserve_none calling convention (#91046)antangelo12-5/+627
2024-06-03update_test_checks: support more arm64_32-apple-watchos triplesJon Roelofs2-2/+3
2024-06-03[llvm][SelectionDAG] Relax llvm.ptrmask's size check on arm64_32 (#94125)Jon Roelofs2-3/+25
2024-06-03[AMDGPU] Strengthen preload intrinsics to noundef and nonnull (#92801)Krzysztof Drewniak6-87/+119
2024-06-03BitcodeWriter: ensure `Buffer` is heap allocatedMircea Trofin1-1/+2
2024-06-03[VPlan] Model FOR extract of exit value in VPlan. (#93395)Florian Hahn11-100/+130
2024-06-03[SPIRV] Fix -Wunused-but-set-variable after #92531Fangrui Song1-5/+2
2024-06-03[InstCombine] Retain debug information on store to null instruction (#86105)Abinaya Saravanan2-1/+38
2024-06-03[Support] Handle delete_pending case for Windows fs::status (#90655)Jeremy Day5-5/+46
2024-06-03[LLVM] Fix runtimes builds not triggering without LLVM_ENABLE_RUNTIMES (#94225)Joseph Huber1-0/+10
2024-06-03[cmake] Pass -resource-dir to external projects as CMAKE_<LANG>_FLAGS_INIT in...Raul Tambre1-1/+1
2024-06-03[llvm-reduce] reduce-register-defs.mir - fix check prefix typo and incomplete...Simon Pilgrim1-1/+1
2024-06-03[ARM] Avoid reference into modified vector (#93965)Nikita Popov2-8/+8
2024-06-03[LangRef] Remove mention of argmemonly (NFC)Nikita Popov1-1/+1
2024-06-03[NFC] reorganize the PPCInstrP10.td based on the Predicates (#93835)zhijian lin1-299/+289
2024-06-03Revert "[RISCV] Store only VNInfo val no in VSETVLIInfo. NFC"Luke Lau1-18/+14
2024-06-03[MachineOutliner] Efficient Implementation of MachineOutliner::findCandidates...Xuan Zhang2-16/+17
2024-06-03[SimplifyCFG] branch-fold-threshold.ll - fix broken CHECKsSimon Pilgrim1-2/+2
2024-06-03[X86][AMX] Check also AMX register live out for copy lowering (#93692)Phoebe Wang2-12/+44
2024-06-03Revert "[Reassociate] Drop weight reduction to fix issue 91417 (#91469)" (#94...Yingwei Zheng3-40/+115
2024-06-03[Attributor] Remove unused metadata checks from liveness testsSimon Pilgrim2-6/+0
2024-06-03[GlobalMerge] Add MinSize feature to the GlobalMerge Pass. (#93686)Michael Maitland5-1/+160