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