aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2023-12-13[SystemZ][z/OS] Add missing strnlen function for z/OS to fix build failures (...Abhina Sree11-0/+18
2023-12-13[gn build] Port 6892c175c565LLVM GN Syncbot1-0/+1
2023-12-13[RISCV] Remove setJumpIsExpensive(). (#74647)Craig Topper6-412/+316
2023-12-13[gn build] Manually port ed2d497291fArthur Eubanks1-0/+8
2023-12-13[ConstantHoisting] Add a TTI hook to prevent hoisting. (#69004)Paul Walker6-10/+163
2023-12-13[Transforms] Fix a warningKazu Hirata1-0/+2
2023-12-13[SVE2.1][Clang][LLVM]Int/FP reduce builtin in Clang and LLVM intrinsic (#69926)CarolineConcatto5-15/+590
2023-12-13AMDGPU/GlobalISel: add AMDGPUGlobalISelDivergenceLowering pass (#75340)Petar Avramovic14-0/+4514
2023-12-13[InstCombine] Fix uninitialized variable usageBenjamin Kramer1-6/+3
2023-12-13[ConstraintElim] Refactor `checkCondition`. NFC. (#75319)Yingwei Zheng3-41/+42
2023-12-13[RISCV] Eliminate dead li after emitting VSETVLIs (#65934)Yingwei Zheng2-24/+11
2023-12-13[X86][test] Rename some encoding testsShengchen Kan58-0/+0
2023-12-13[DebugInfo][RemoveDIs] Switch some insertion routines to use iterators (#75330)Jeremy Morse3-20/+28
2023-12-13[AMDGPU] GFX12: Add Split Workgroup Barrier (#74836)Mariusz Sikora24-4/+2092
2023-12-13Revert "[StackColoring] Delete dead stack slots (#72633)"Nikita Popov5-46/+30
2023-12-13[AMDGPU] Min/max changes for GFX12 (#75214)Piotr Sobczak30-17/+4922
2023-12-13[NFC] Remove dead code (#75336)Abhina Sree1-1/+0
2023-12-13[AMDGPU] Update IEEE and DX10_CLAMP for GFX12 (#75030)Piotr Sobczak26-157/+1656
2023-12-13[RemoveDIs] Support DPValue dbg.declares in MemoryOpRemark (#74108)Orlando Cazalet-Hyams3-3/+9
2023-12-13[SystemZ][z/OS] Complete EBCDIC I/O support (#75212)Abhina Sree7-16/+151
2023-12-13[RemoveDIs] Update Coroutine passes to handle DPValues (#74480)Orlando Cazalet-Hyams13-61/+197
2023-12-13[X86][test] Merge the decoding tests for avx512vp2intersectvl and unify the n...Shengchen Kan10-341/+228
2023-12-13[X86][test] Remove duplicated tests for avx512_vp2intersectShengchen Kan2-114/+0
2023-12-13[StackColoring] Delete dead stack slots (#72633)mohammed-nurulhoque5-30/+46
2023-12-13[X86][test] Add missing encoding/decoding tests for avx512vp2intersect and un...Shengchen Kan8-456/+1354
2023-12-13[X86][test] Add missing encoding/decoding tests for avx512vbmi and unify the ...Shengchen Kan4-543/+1626
2023-12-13[CostModel] Mark ssa_copy as free (#75294)David Green2-12/+13
2023-12-13[X86][MC] Pre-commit test for 74713 (#75288)XinWang103-0/+10
2023-12-13[RemoveDIs] Enable conversion from dbg.declare to DPValue (#74090)Orlando Cazalet-Hyams1-1/+4
2023-12-13[LoopVersioningLICM] add comment regarding dubious check (NFC)Bruno De Fraine1-0/+5
2023-12-13[gn] port 9ed20568e7deNico Weber1-0/+1
2023-12-13[AST] Switch to MemoryLocation in add method (NFC)Bruno De Fraine4-8/+6
2023-12-13[X86][test] Move the x86 tests to correct folderShengchen Kan2-0/+0
2023-12-13[LICM] Add test show missed promotion due to AAInfo merging (NFC)Bruno De Fraine1-0/+59
2023-12-13[AArch64][ELF][llvm-readobj] Support the GCS .note.gnu.property bit (#75065)john-brawn-arm3-4/+6
2023-12-13[AMDGPU] Extend clang-format directive in SIDefines.hPiotr Sobczak1-2/+3
2023-12-13[llvm][TableGen][Docs] Add tools/resources linksDavid Spickett2-0/+8
2023-12-13[CVP] Add tests for using block values in conditions (NFC)Nikita Popov1-0/+98
2023-12-13 [X86][test] Merge the decoding tests for avx512_bf16 and unify the namesShengchen Kan8-184/+109
2023-12-13[InstCombine] simplify `(X * C0) / (X * C1)` into `C0 / C1`. (#73204)Z5722-13/+166
2023-12-13[MachineSink] Clear kill flags of sunk addressing mode registers (#75072)Momchil Velikov2-5/+209
2023-12-13[X86][test] Merge the decoding tests for avx512_bf16_vl and unify the namesShengchen Kan10-630/+348
2023-12-13[MC] Reduce size of MCLEBFragment (NFC) (#75050)Nikita Popov1-2/+2
2023-12-13[X86][test] Add missing encoding/decoding tests for avx512bitalgShengchen Kan4-170/+508
2023-12-13[X86][test] Merge the decoding tests for avx512_bf16 and unify the namesShengchen Kan5-164/+90
2023-12-13[CodeGen] Port `ExpandMemCmp` to new pass manager (#74050)paperchalice17-43/+95
2023-12-13RegisterCoalescer: Fix implicit operand handling during rematerialize (#75271)Matt Arsenault3-2/+255
2023-12-13[CodeGen] Port `IndirectBrExpand` to new pass manager (#75287)paperchalice10-27/+84
2023-12-13[TableGen][GlobalISel] Add specialized opcodes (#74823)Pierre van Houtryve19-216/+260
2023-12-13RegisterCoalescer: Add undef flags in removePartialRedundancy (#75152)Matt Arsenault2-0/+62