summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-19[NFC] Address more bit-field storage sizesusers/ojhunt/more-bitfield-size-fixesOliver Hunt
2025-05-18[lldb-dap] Add unit test for FifoFiles (#140480)Jonas Devlieghere
2025-05-19[RISCV] Add sext_inreg patterns for XAndesPerf nds.bfos instruction (#139714)Jim Lin
2025-05-18[CMake] Add a linker test for -Bsymbolic-functions to AddLLVM (#79539)Brad Smith
2025-05-18[mlir] Use llvm::all_of (NFC) (#140464)Kazu Hirata
2025-05-18MC: Generalize RISCV/LoongArch handleAddSubRelocations and AVR shouldForceRel...Fangrui Song
2025-05-19[gn build] Port ad673151085cLLVM GN Syncbot
2025-05-18[lldb-dap] Move the command plugins out of the DAP header (#140396)Jonas Devlieghere
2025-05-18ELFObjectWriter: Simplify R_PPC64_TOC special case. NFCFangrui Song
2025-05-18[SLP]Relax assertion to avoid compiler crashAlexey Bataev
2025-05-18ELFObjectWriter: SimplifyFangrui Song
2025-05-18[LAA] Add assert check CanDoRTIFNeeded can be computed w/o RT.Need (NFC)Florian Hahn
2025-05-18Revert "[VPlan] Support cloning initial VPlan (NFC)."Florian Hahn
2025-05-18[SLP]Change the insertion point for outside-block-used nodes and prevec phi o...Alexey Bataev
2025-05-18[MC][AArch64][ARM][X86] Push target-dependent assembler flags into targets (#...Jessica Clarke
2025-05-18[VPlan] Support cloning initial VPlan (NFC).Florian Hahn
2025-05-18[gn build] Port 3d0c616ce30cLLVM GN Syncbot
2025-05-18[lldb-dap] Move the Variables struct into its own file (#140393)Jonas Devlieghere
2025-05-18[lldb-dap] Member variable cleanup in DAP.{cpp,h} (NFC) (#140390)Jonas Devlieghere
2025-05-18[CIR][LLVMLowering] Upstream unary operators for VectorType (#139444)Amr Hesham
2025-05-18[clang] Use llvm::unique (NFC) (#140459)Kazu Hirata
2025-05-18[clang-tools-extra] Use llvm::max_element (NFC) (#140458)Kazu Hirata
2025-05-18[clang-tools-extra] Use llvm::is_contained (NFC) (#140456)Kazu Hirata
2025-05-18[Sema] Use llvm::is_contained (NFC) (#140455)Kazu Hirata
2025-05-18[libc++] Implements the new FTM header test generator. (#134542)Mark de Wever
2025-05-18[lldb] Remove redundant calls to std::unique_ptr<T>::get (NFC) (NFC) (#140440)Kazu Hirata
2025-05-18[bugpoint] Use range-based for loops (NFC) (#140438)Kazu Hirata
2025-05-18[AST] Remove "const" from "const ArrayRef" (NFC) (#140437)Kazu Hirata
2025-05-18[Support] Use std::optional::value_or (NFC) (#140436)Kazu Hirata
2025-05-18[clang] Use llvm::max_element (NFC) (#140435)Kazu Hirata
2025-05-18[CodeGen] Use DenseMap::try_emplace (NFC) (#140430)Kazu Hirata
2025-05-18[llvm] Remove unused local variables (NFC) (#140422)Kazu Hirata
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser
2025-05-18[X86] Move X86ISD::FP_TO_SINT_SAT/FP_TO_UINT_SAT outside of the MEMORY_OPCODE...Simon Pilgrim
2025-05-18[AMDGPU] select-undef.ll - regenerate test checksSimon Pilgrim
2025-05-18[mlir][MemRef] Fixed a lit test for assume alignment (#140447)Shay Kleiman
2025-05-18[mlir][MemRef] Changed AssumeAlignment into a Pure ViewLikeOp (#139521)Shay Kleiman
2025-05-18[LoopPeel] Make sure exit condition has a single use when peeling last.Florian Hahn
2025-05-18[Clang] Fix missed initializer instantiation bug for variable templates (#138...dty2
2025-05-18[libc++] Fix set::operator= when instantiating with a std::pair (#140385)Nikolas Klauser
2025-05-18[libc++] Don't instantiate allocators in __tree on an incomplete type (#140225)Nikolas Klauser
2025-05-18[LoopPeel] Handle constants when updating exit values when peeling last.Florian Hahn
2025-05-18[LAA] Improve forked-pointers.ll test (#140383)Ramkumar Ramachandra
2025-05-18[VPlan] Add narrowToSingleScalarRecipe transform. (#139150)Florian Hahn
2025-05-18[libclang/python] Add typing annotations for the Type class (#140378)Jannick Kremer
2025-05-17[BOLT] Use llvm::stable_sort (NFC) (#140429)Kazu Hirata
2025-05-17[BOLT] Avoid repeated hash lookups (NFC) (#140426)Kazu Hirata
2025-05-17[mlir] Remove unused local variables (NFC) (#140423)Kazu Hirata
2025-05-18[mlir][SparseTensor] Fix unused variable error (#140428)Matthias Springer
2025-05-17Restore #140171 with to_memref -> to_buffer (#140355)Jeremy Kun