aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-25[Mem2Reg] Generate non-terminator unreachable for !noundef undef (#96639)Nikita Popov2-6/+15
2024-06-25[C23] Remove WG14 N2379 from the C status pageAaron Ballman1-5/+2
2024-06-25[AMDGPU][NFC] Rename AMDGPUVariadicMCExpr to AMDGPUMCExpr. (#96618)Ivan Kosarev4-102/+93
2024-06-25AMDGPU: Add plumbing for private segment size argument (#96445)Nicolai Hähnle8-3/+34
2024-06-25AMDGPU: Remove an outdated TODO (#96446)Nicolai Hähnle1-1/+0
2024-06-25[libc++] Remove the allocator<const T> extension (#96319)Louis Dionne19-118/+42
2024-06-25[NFC][clang] Replace unreachable code in literal processing with assert (#96579)Mike Rice1-2/+3
2024-06-25[LoopVectorize][AArch64] Add limited support for scalable vectorisation of i1...David Sherwood9-33/+102
2024-06-25[Analysis] Use range-based for loops (NFC) (#96587)Kazu Hirata7-45/+36
2024-06-25[Clang][AMDGPU] Add builtins for instrinsic `llvm.amdgcn.raw.ptr.buffer.store...Shilei Tian4-0/+221
2024-06-25[Mem2Reg] Add tests with !noundef (NFC)Nikita Popov1-4/+37
2024-06-25[libc++] Fix incorrect overflow checking in std::lcm (#96310)Louis Dionne2-4/+31
2024-06-25Revert "[clangd] Fix the build broken (NFC)"Jie Fu1-1/+1
2024-06-25Revert "[clang-format] Add option to remove leading blank lines (#91221)"sstwcw7-124/+41
2024-06-25[bazel] Add missing dependency for 5ed5d723db58f7556782427444642d0571cdf649Benjamin Kramer1-0/+1
2024-06-25[libc][math][c23] Add f16divf C23 math function (#96131)OverMighty20-45/+613
2024-06-25[LoopVectorize] Generate test checks (NFC)Nikita Popov1-47/+134
2024-06-25[InstCombine] Add poison variant to phi test (NFC)Nikita Popov1-4/+25
2024-06-25[InstSimplify] Fold all poison phi to poison instead of undefNikita Popov4-7/+13
2024-06-25[AArch64] Remove all instances of the 'hasSVEorSME' interfaces. (#96543)Sander de Smalen5-20/+22
2024-06-25[flang][OpenMP] Fix copyprivate allocatable/pointer lowering (#95975)Leandro Lupori4-22/+93
2024-06-25[SLP] Use poison instead of undef in reorderScalars() (#96619)Nikita Popov1-1/+1
2024-06-25LoopInfo: introduce Loop::getLocStr; unify debug output (#93051)Ramkumar Ramachandra12-46/+181
2024-06-25[libc] Configure CMAKE_REQUIRED_FLAGS so the GPU can use flag checks (#95424)Joseph Huber2-34/+15
2024-06-25[mlir][ArmSME] Lower multi-tile stores to a single loop (#96187)Benjamin Maxwell3-10/+248
2024-06-25[X86] Lower vXi8 multiplies using PMADDUBSW on SSSE3+ targets (#95690)Simon Pilgrim18-947/+953
2024-06-25[clang][Driver] Add HIPAMD Driver support for AMDGCN flavoured SPIR-V (#95061)Alex Voicu13-11/+87
2024-06-25[VectorBuilderTest] Use poison instead of undef for dummy values (NFC)Nikita Popov1-6/+6
2024-06-25[VPlanTest] Use poison instead of undef for dummy values (NFC)Nikita Popov1-22/+23
2024-06-25[LoongArch] Ensure PseudoLA* can be hoisted (#94723)hev5-130/+180
2024-06-25[NFC][lld][ELF] Remove unused `sec` param of `ObjFile<ELFT>::getRelocTarget` ...Daniil Kovalev2-6/+3
2024-06-25[Reassociate] Use poison instead of undef for dummy operands (NFCI)Nikita Popov1-3/+3
2024-06-25[SCCP] Use poison instead of undef when zapping returnsNikita Popov23-69/+69
2024-06-25[SCCP] Generate test checks (NFC)Nikita Popov8-74/+156
2024-06-25[Xtensa] Lower GlobalAddress/BlockAddress/JumpTable (#95256)Andrei Safronov10-13/+359
2024-06-25[LoopUnroll] Use poison instead of undef for another preheader valueNikita Popov5-20/+20
2024-06-25[LV] Make create-induction-resume.ll more robust by adding store.Florian Hahn1-6/+28
2024-06-25[LoopUnroll] Use poison instead of undef for preheader valueNikita Popov11-132/+132
2024-06-25[VPlan] Iterate over VPlans to get VFs to compute cost for (NFCI).Florian Hahn3-55/+58
2024-06-25[clang] Remove a stale FIXMEHaojian Wu1-4/+0
2024-06-25[SetOperations] clang-format header (NFC)Nikita Popov1-28/+26
2024-06-25[libc++] Use __is_nothrow_destructible (#95766)Nikolas Klauser2-19/+13
2024-06-25[GlobalISel] Add build methods for FP environment intrinsics (#96607)Serge Pavlov3-10/+67
2024-06-25[AMDGPU] Extend readlane, writelane and readfirstlane intrinsic lowering for ...Vikram Hegde27-265/+5341
2024-06-25[flang][debug] Support pointer type. (#96153)Abid Qadeer3-0/+92
2024-06-25[AArch64][SVE] optimisation for SVE load intrinsics with no active lanes (#95...Lukacma2-0/+465
2024-06-25[SPIR-V]: Fix creation of constants of array types in SPIRV Backend (#96514)Vyacheslav Levytskyy6-35/+117
2024-06-25[lldb/DWARF] Remove parsing recursion when searching for definition DIEs (#96...Pavel Labath7-218/+220
2024-06-25[RISCV] Add scheduling model for Syntacore SCR3 (#95427)Anton Sidorenko5-2/+340
2024-06-25[Analysis] Use SmallPtrSet::remove_if (NFC)Nikita Popov1-7/+5