aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-24Revert "[c++20] P1907R1: Support for generalized non-type template arguments ...revert-78041-p1907r1Erich Keane46-1106/+230
2024-01-24compiler-rt: Fix FLOAT16 feature detectionTom Stellard1-1/+2
2024-01-24[AMDGPU] Move architected SGPR implementation into isel (#79120)Jay Foad8-252/+627
2024-01-24Use correct tokens in release issue workflow (#79300)Nikita Popov1-2/+4
2024-01-24[DebugNames] Implement Entry::GetParentEntry query (#78760)Felipe de Azevedo Piovezan8-26/+97
2024-01-24Add necessary permissions to release issue workflow (#79272)Nikita Popov1-0/+5
2024-01-24[libc++][NFC] Fix leftover && in commentLouis Dionne2-2/+2
2024-01-24[libc++][NFC] Rewrite function call on two lines for clarity (#79141)Louis Dionne1-2/+2
2024-01-24[ConstraintElim] Make sure min/max intrinsic results are not poison.Florian Hahn3-4/+13
2024-01-24[InstCombine] Canonicalize constant GEPs to i8 source element type (#68882)Nikita Popov176-2532/+2520
2024-01-24[AArch64] Add vec3 tests with different load/store alignments.Florian Hahn1-8/+248
2024-01-24[clang][AST][NFC] Turn a isa<> + cast<> into dynamic_cast<>Timm Bäder1-4/+4
2024-01-24[JumpThreading] Add test for #79175 (NFC)Nikita Popov1-0/+64
2024-01-24[X86] X86FixupVectorConstants - shrink vector load to movsd/movsd/movd/movq '...Simon Pilgrim103-1135/+959
2024-01-24[Support] Adjust .note.GNU-stack guard in Support/BLAKE3/blake3_*_x86-64_unix...Rainer Orth4-4/+4
2024-01-24[AArch64] FP/SIMD is not mandatory for v8-R (#79004)ostannard7-14/+18
2024-01-24Fix bazel build past 7251243315ef66f9b3f32e6f8e9536f701aa0d0a (#79282)Danial Klimkin1-1/+5
2024-01-24[Loads] Use BatchAAResults for available value APIs (NFCI)Nikita Popov5-18/+20
2024-01-24[AMDGPU] Add GFX12 WMMA and SWMMAC instructions (#77795)Mirko Brkušanin65-111/+17701
2024-01-24[flang] Set assumed-size last extent to -1 (#79156)jeanPerier14-128/+97
2024-01-24[X86] Fold not(pcmpeq(and(X,CstPow2),0)) -> pcmpeq(and(X,CstPow2),CstPow2)Simon Pilgrim2-26/+35
2024-01-24[X86] Add test coverage based on #78888Simon Pilgrim1-0/+142
2024-01-24Fix spelling typo. NFCSimon Pilgrim1-1/+1
2024-01-24[clang][Interp][NFC] Complex elements can only be primitivesTimm Bäder2-5/+5
2024-01-24[ConstraintElim] Add tests for #78621.Florian Hahn1-0/+60
2024-01-24[AMDGPU] Require explicit immediate offsets for SGPR+IMM SMEM instructions. (...Ivan Kosarev2-23/+32
2024-01-24[AMDGPU][GFX12] VOP encoding and codegen - add support for v_cvt fp8/… (#78...Mariusz Sikora34-102/+1742
2024-01-24Revert "AMDGPU/GlobalISelDivergenceLowering: select divergent i1 phis" (#79274)Petar Avramovic21-824/+259
2024-01-24[AST] Mark the fallthrough coreturn statement implicit. (#77465)Haojian Wu2-5/+3
2024-01-24AMDGPU: update GFX11 wmma hazards (#76143)Petar Avramovic2-36/+35
2024-01-24AMDGPU/GlobalISelDivergenceLowering: select divergent i1 phis (#78482)Petar Avramovic21-259/+824
2024-01-24[openmp][flang][offloading] Do not use fixed device IDs in checks (#78973)Kareem Ergawy1-2/+2
2024-01-24[clang-repl] Refine fix for linker error: PLT offset too largeStefan Gränitz1-8/+9
2024-01-24[DebugInfo][RemoveDIs] Support DPValues in HWAsan (#78731)Jeremy Morse6-28/+55
2024-01-24Fix release issue workflow (#79268)Nikita Popov2-93/+0
2024-01-24[clang] Refactor Builtins.def to be a tablegen file (#68324)Nikolas Klauser23-1774/+5089
2024-01-24[LAA] Drop alias scope metadata that is not valid across iterations (#79161)Nikita Popov3-84/+63
2024-01-24[PhaseOrdering] Add additional test for #79161 (NFC)Nikita Popov1-0/+147
2024-01-24[X86][NFC] Remove dead code for "_REV" instructionsShengchen Kan1-1/+0
2024-01-24[MSSAUpdater] Handle simplified accesses when updating phis (#78272)Nikita Popov2-19/+107
2024-01-24[X86][CodeGen] Fix crash when commute operands of Instruction for code size (...Shengchen Kan2-21/+23
2024-01-24[DebugInfo] Use std::size (NFC)Kazu Hirata1-2/+1
2024-01-24[AMDGPU] Use llvm::none_of (NFC)Kazu Hirata1-1/+1
2024-01-24[Transforms] Use llvm::pred_size and llvm::predecessors (NFC)Kazu Hirata1-4/+2
2024-01-24[Driver] Use StringRef::consume_front (NFC)Kazu Hirata3-12/+5
2024-01-24[mlir][Bazel] Add missing dependency after 750e90e4403df23d6b271afb90e6b4d463...Adrian Kuegel1-1/+2
2024-01-24[RISCV] Add tests for reverse shuffles of i1 vectors. NFCLuke Lau1-0/+12
2024-01-24[mlir][vector] Support scalable vec in `TransferReadAfterWriteToBroadcast` (#...Andrzej Warzyński2-2/+25
2024-01-24[docs] [C++20] [Modules] Document how to import modules in clang-replChuanqi Xu1-0/+39
2024-01-24[llvm-objcopy] Don't remove .gnu_debuglink section when using --strip-all (#7...Felix Kellenbenz2-1/+6