aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-17[AMDGPU] Move FeatureMaxHardClauseLength32 into FeatureISAVersion12. NFC. (#9...Jay Foad1-3/+3
2024-06-17[lldb] Remove SupportFile::Update and use the original Checksum (#95623)Jonas Devlieghere2-5/+4
2024-06-17[flang] Add a REDUCE clause to each nested loop (#95555)khaki32-10/+12
2024-06-17 [DebugInfo] Change handling of structured bindings of bitfields (#94632)John Brawn3-108/+122
2024-06-17[LV] Retain branch in middle block when scalar epilogue is needed (NFC)Florian Hahn1-13/+14
2024-06-17[lldb] Add packaging to testing requirements.txt (#95806)David Spickett1-0/+1
2024-06-17[llvm] Fix incorrect usage of `LIBXML2_INCLUDE_DIRS` in the Windows release s...Alexandre Ganea1-3/+3
2024-06-17[clang][analyzer] use unqualified canonical type during merging equivalence c...Congcong Cai3-1/+42
2024-06-17[RISCV][InsertVSETVLI] Eliminate the AVLIsIgnored state (#94658)Philip Reames9-221/+255
2024-06-17[LLD][COFF] Support finding pdb files from outputpath (#94153)GkvJwa2-20/+32
2024-06-17[mlir][spirv] Reland integration test for `vector.deinterleave` (#95800)Angel Zhang1-0/+81
2024-06-17[RISCV] Add coverage for vsetvli insertion at O0 [nfc]Philip Reames1-0/+154
2024-06-17[TableGen][Docs] Fix `!range` markup (#95540)Piotr Fusik1-1/+1
2024-06-17Reapply "AMDGPU: Handle legal v2f16/v2bf16 atomicrmw fadd for global/flat (#9...Matt Arsenault12-2901/+6549
2024-06-17[VectorCombine] Change shuffleToIdentity to use Use. NFCDavid Green2-56/+65
2024-06-17Revert [mlir][Target] Improve ROCDL gpu serialization API (#95790)Fabian Mora4-193/+136
2024-06-17[clang][Interp] Implement Complex-complex multiplication (#94891)Timm Baeder6-59/+201
2024-06-17[mlir][Target] Improve ROCDL gpu serialization API (#95456)Fabian Mora4-136/+193
2024-06-17[InstCombine] Don't preserve context across divNikita Popov2-8/+10
2024-06-17[InstCombine] Add test for #95547 (NFC)Nikita Popov1-14/+43
2024-06-17[flang] Add -mlink-builtin-bitcode option to fc1 (#94763)Jan Leyonberg7-4/+94
2024-06-17[libc++] Guard transitive include of `<locale>` with availability macro (#95686)Konstantin Varlamov1-0/+2
2024-06-17AMDGPU: Fix legalization for llvm.amdgcn.struct.buffer.atomic.fadd.v2bf16Matt Arsenault4-0/+148
2024-06-17[AArch64] Refactor creation of a shuffle mask for TBL (NFC) (#92529)Momchil Velikov1-37/+47
2024-06-17[flang][debug] Support allocatables. (#95557)Abid Qadeer4-2/+87
2024-06-17[CodeGen] Do not include $noreg in any regmask operands. NFCI. (#95775)Jay Foad2-2/+4
2024-06-17[DebugInfo] Update sroa-extract-bits.ll test (#95774)John Brawn1-17/+17
2024-06-17[mlir][emitc] Add EmitC index types (#93155)Corentin Ferry14-17/+196
2024-06-17[MachineLICM] Correctly Apply Register Masks (#95746)Pierre van Houtryve2-24/+15
2024-06-17[clang][CodeGen] Fix EmitInvariantStart for non-zero addrspace (#94346)Bruno De Fraine2-1/+8
2024-06-17[clang][CodeGen] Return RValue from `EmitVAArg` (#94635)Mariya Podchishchaeva36-281/+283
2024-06-17[Xtensa] Fix register asm parsing. (#95551)Andrei Safronov2-1/+15
2024-06-17[LLVM][DAGCombiner] Extend coverage for insert_subv(undef, extract_subv(A, 0)...Paul Walker8-564/+846
2024-06-17[libc++] Mark more types as trivially relocatable (#89724)Nikolas Klauser21-0/+202
2024-06-17 [DebugInfo] Handle DW_OP_LLVM_extract_bits in SROA (#94638)John Brawn4-5/+283
2024-06-17[flang][debug] Support fixed size character type. (#95462)Abid Qadeer4-0/+73
2024-06-17[lldb] Add register field enum class (#90063)David Spickett3-10/+435
2024-06-17mlir: fix incorrect usages of divideCeilSigned (#95680)Ramkumar Ramachandra3-5/+4
2024-06-17AMDGPU: Cleanup struct buffer atomic fadd intrinsic testsMatt Arsenault4-61/+847
2024-06-17[mlir][ArmSVE] Lower predicate-sized vector.create_masks to whilelt (#95531)Benjamin Maxwell4-2/+90
2024-06-17[SelectionDAG] Add support for the 3-way comparison intrinsics [US]CMP (#91871)Poseydon4216-0/+5041
2024-06-17[InstCombine] Prefer source over result element type (NFC)Nikita Popov2-6/+6
2024-06-17[RISCV] Remove getOffsetOfLocalArea() (#93765)Pengcheng Wang1-3/+3
2024-06-17[AMDGPU][LIT] Added a MIR LIT showing the SGPR spills (#94584)Vikash Gupta1-0/+205
2024-06-17[AMDGPULowerBufferFatPointers] Expand const exprs using fat pointers (#95558)Nikita Popov4-168/+70
2024-06-17LangRef: getelementptr: inbounds is about the object the pointer is 'based on...Ralf Jung1-4/+4
2024-06-17[clang][AArch64] Add validation for Global Register Variable. (#94271)Daniel Kiss4-0/+31
2024-06-17[SimplifyCFG] Add support for sinking instructions with multiple uses (#95521)Nikita Popov2-44/+27
2024-06-17[InstCombine] simplify average of lsb (#95684)c8ef3-9/+59
2024-06-17[InstSimplify] Implement simple folds for `ucmp`/`scmp` intrinsics (#95601)Poseydon422-0/+225