aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2024-01-05Move verify-no-file.yaml to AArch64 folder (#77149)Shubham Sandeep Rastogi1-1/+1
2024-01-05[cmake,Apple] Check ld-classic when looking for ld64. (#77136)Florian Hahn1-2/+15
2024-01-05[llvm-exegesis] Add matcher for register initial values (#76666)Aiden Grossman1-0/+13
2024-01-05[llvm-exegesis] Remove unused Counter::read method (#76651)Aiden Grossman3-17/+5
2024-01-05[AArch64] Add some extra tests for SelectOpt. NFCDavid Green1-0/+593
2024-01-06[InstCombine] Fold `switch(zext/sext(X))` into `switch(X)` (#76988)Yingwei Zheng4-17/+202
2024-01-05[NFC] Address review feedback from PR #77004 (#77134)Shubham Sandeep Rastogi2-5/+4
2024-01-05[gn] port a0e6b7c04292Nico Weber1-0/+1
2024-01-05Fix file index verifier when there is no file name in the prologue. (#77004)Shubham Sandeep Rastogi2-2/+363
2024-01-05[llvm][NFC] Refactor AutoUpgrader arm/aarch64 (#74145)Nathan Sidwell2-219/+284
2024-01-06[CVP] Improve the value solving of select at use (#76700)Yingwei Zheng2-25/+49
2024-01-05[ELF][Obvious] Last time fixing this test hopefullyJoseph Huber1-1/+1
2024-01-05[SystemZ] vec-perm-14.ll - partially regenerate checks so we can see all the ...Simon Pilgrim1-2/+17
2024-01-05[ELF] Again attempt to fix test on BE architecturesJoseph Huber2-3/+8
2024-01-06[InstCombine] Canonicalize `switch(X << C)` into `switch(X)` (#77068)Yingwei Zheng2-0/+212
2024-01-05[ELF] Attempt to fix test on big endian architecturesJoseph Huber1-4/+3
2024-01-05[RISCV] Don't call use_nodbg_operands for physical registers in RISCVOptWInst...Craig Topper2-1/+25
2024-01-05[mlgo] Fix post PR #76919Mircea Trofin1-1/+1
2024-01-05[ELF][Obvious] Remove unused CUDA OS/ABI structJoseph Huber1-4/+0
2024-01-05[ELF] Attempt to set the OS when using 'makeTriple()' (#76992)Joseph Huber6-9/+80
2024-01-05[RemoveDIs] Handle DPValues in FastISel (#76952)Orlando Cazalet-Hyams74-151/+398
2024-01-05[TableGen] Add a backend to generate MacroFusion predicators (#72222)Wang Pengcheng7-0/+462
2024-01-05[ConstraintElim] Add tests for signed induction variables (NFC)Nikita Popov1-0/+297
2024-01-05[DebugInfo] Correctly track metadata slots for DPValues (#76941)Stephen Tozer1-1/+12
2024-01-05[AsmPrinter][Dwarf5][nfc] Remove template from AccelTable class (#76296)Felipe de Azevedo Piovezan1-37/+25
2024-01-05[X86] keylocker-intrinsics.ll - replace X32 checks with X86. NFC.Simon Pilgrim1-240/+240
2024-01-05[X86] combine-fneg.ll - replace X32 checks with X86. NFC.Simon Pilgrim1-68/+68
2024-01-05[X86] fp128-cast.ll - replace X32 checks with X86. NFC.Simon Pilgrim1-548/+548
2024-01-05[X86] vec_fptrunc.ll - replace X32 checks with X86. NFC.Simon Pilgrim1-87/+87
2024-01-05[X86] vec_fpext.ll - replace X32 checks with X86. NFC.Simon Pilgrim1-116/+116
2024-01-05[AArch64] Add tests showing unnecessary cast promotion.Florian Hahn1-0/+146
2024-01-05[gn] port 255f95a40377Nico Weber1-0/+1
2024-01-05[InstCombine] Canonicalize `switch(C-X)` to `switch(X)` (#77051)Yingwei Zheng2-0/+101
2024-01-05[AArch64] Add some tests for addLikeOr with csinc. NFCDavid Green1-0/+64
2024-01-05Revert 4d7c5ad58467502fcbc433591edff40d8a4d697d "[NewPM] Update CodeGenPrepar...Simon Pilgrim114-402/+240
2024-01-05[TLI] Add mappings to SLEEF/ArmPL libcall variants taking linear args. (#76060)Alexandros Lamprineas3-3/+403
2024-01-05[lli] Mimic default LLJIT logic with explicit --jit-linker option (#76964)Stefan Gränitz1-3/+6
2024-01-05[SimplifyLibCalls] Don't try to manually reprocess callsNikita Popov2-19/+19
2024-01-05[X86][MC] Support encoding/decoding for APX variant MUL/IMUL/DIV/IDIV instruc...Shengchen Kan15-65/+1438
2024-01-05[InstCombine] Simplify compare abs(X) and X. (#76385)Z5722-0/+270
2024-01-05[llvm][lit] Handle case when there is no llvm default target triple (#76934)David Spickett1-8/+18
2024-01-05[ConstraintElim] Decompose shl nsw for signed predicates (#76961)Nikita Popov2-6/+49
2024-01-05[AMDGPU] Implement readcyclecounter for GFX12 (#76965)Jay Foad5-1/+74
2024-01-05[NewPM] Update CodeGenPreparePass reference in CodeGenPassBuilder (#77054)paperchalice2-2/+3
2024-01-05[AMDGPU] Add GXF12 8- and 16-bit SMEM loads (#76966)Jay Foad3-0/+1095
2024-01-05[CodeGenPassBuilder] Replace `AnalysisKey` -> `MachinePassKey` (#77053)paperchalice1-6/+8
2024-01-05[AArch64][GlobalISel] Add legalization for G_VECREDUCE_SEQ_FADD. (#76238)David Green6-89/+681
2024-01-05[X86]Support lowering for APX Promoted SHA/MOVDIR/CRC32/INVPCID/CET instructi...XinWang1012-175/+478
2024-01-05[X86][BF16] Try to use `f16` for lowering (#76901)Phoebe Wang4-773/+609
2024-01-05Port CodeGenPrepare to new pass manager (and BasicBlockSectionsProfil… (#75...Nick Anderson112-238/+399