aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2024-06-20[AMDGPU] Introduce a pseudo mnemonic for S_DELAY_ALU in MIR. (#96004)Michael Bedy5-2/+585
2024-06-20[VPlan] Include IV phi and backedge cost in VPlan cost computation.Florian Hahn4-22/+99
2024-06-20Revert "[DebugInfo][BPF] Add 'annotations' field for DIBasicType & DI… (#96...eddyz8711-295/+90
2024-06-20Reland "[ThinLTO] Populate declaration import status except for distributed T...Mingming Liu9-85/+449
2024-06-20[BranchFolder] Fix missing debug info with tail merging (#94715)Alan Zhao4-16/+128
2024-06-20[IR] Remove RepeatedPass (#96211)Nikita Popov7-202/+3
2024-06-20Recommit "[VPlan] First step towards VPlan cost modeling. (#92555)"Florian Hahn8-28/+421
2024-06-20[LV] Add tail folding test with scalarized store and wide header mask.Florian Hahn1-0/+225
2024-06-20[AArch64] Consider runtime mode when deciding to use SVE for fixed-length vec...Sander de Smalen56-379/+441
2024-06-20[PassManager] Remove some unnecessary includes (NFC) (#96175)Nikita Popov9-5/+12
2024-06-20[llvm][AArch64] SVE2 is an optional feature in ARMv9.0a (#96007)Jon Roelofs4-14/+33
2024-06-20[PPC] Add DwarfRegAlias for VSRPair (#95837)Zaara Syeda2-1/+2
2024-06-20[GenericDomTreeConstruction] Use SmallVector (NFC) (#96138)Kazu Hirata1-1/+1
2024-06-20[RISCV][NFC] Cleanup SCR1 sched model (#96088)Anton Sidorenko1-2/+0
2024-06-20[Support] Vendor rpmalloc in-tree and use it for the Windows 64-bit release (...Alexandre Ganea11-4/+5547
2024-06-20[RISCV] Strength reduce mul by 2^N - 2^M (#88983)Philip Reames14-374/+422
2024-06-20[SPIRV] Add trig function lowering (#95973)Farzon Lotfi13-3/+386
2024-06-20[AArch64][TargetParser] Split FMV and extensions (#92882)Tomas Matheson7-183/+224
2024-06-20[DebugInfo][TailCallElim] Drop the debug location of AccRecInstrNew (#95742)Shan Huang2-0/+111
2024-06-20[SCEV] Handle nusw/nuw gep flags for addrecsNikita Popov2-9/+153
2024-06-20[AMDGPU] Precommit a test for llvm.amdgcn.pops.exiting.wave.idJay Foad1-0/+32
2024-06-20[X86][CodeGen] Not emit mr_ND if rr_ND is commutableShengchen Kan6-52/+66
2024-06-20[SCEV] Transfer gep nusw and nuw flagsNikita Popov2-11/+97
2024-06-20[VPlan] Model middle block via VPIRBasicBlock. (#95816)Florian Hahn53-169/+218
2024-06-20[ADT] DenseMapInfo<unsigned long>::getHashValue - avoid MSVC out of bounds sh...Simon Pilgrim1-2/+2
2024-06-20[SLP] NFC. Reduce redundant assignment. (#96149)Han-Kuan Chen1-4/+2
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