aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-05-28remove commentusers/mingmingl-llvm/perf-parsermingmingl2-60/+3
2025-05-28Support data access profile in llvm-profgenmingmingl6-28/+255
2025-05-18ELFObjectWriter: Simplify R_PPC64_TOC special case. NFCFangrui Song1-2/+2
2025-05-18[SLP]Relax assertion to avoid compiler crashAlexey Bataev2-2/+39
2025-05-18ELFObjectWriter: SimplifyFangrui Song1-40/+37
2025-05-18[LAA] Add assert check CanDoRTIFNeeded can be computed w/o RT.Need (NFC)Florian Hahn1-0/+2
2025-05-18Revert "[VPlan] Support cloning initial VPlan (NFC)."Florian Hahn2-57/+10
2025-05-18[SLP]Change the insertion point for outside-block-used nodes and prevec phi o...Alexey Bataev7-26/+88
2025-05-18[MC][AArch64][ARM][X86] Push target-dependent assembler flags into targets (#...Jessica Clarke38-195/+136
2025-05-18[VPlan] Support cloning initial VPlan (NFC).Florian Hahn2-10/+57
2025-05-18[gn build] Port 3d0c616ce30cLLVM GN Syncbot1-0/+1
2025-05-18[lldb-dap] Move the Variables struct into its own file (#140393)Jonas Devlieghere7-143/+264
2025-05-18[lldb-dap] Member variable cleanup in DAP.{cpp,h} (NFC) (#140390)Jonas Devlieghere2-26/+40
2025-05-18[CIR][LLVMLowering] Upstream unary operators for VectorType (#139444)Amr Hesham3-11/+134
2025-05-18[clang] Use llvm::unique (NFC) (#140459)Kazu Hirata4-12/+10
2025-05-18[clang-tools-extra] Use llvm::max_element (NFC) (#140458)Kazu Hirata2-10/+7
2025-05-18[clang-tools-extra] Use llvm::is_contained (NFC) (#140456)Kazu Hirata2-2/+2
2025-05-18[Sema] Use llvm::is_contained (NFC) (#140455)Kazu Hirata1-3/+1
2025-05-18[libc++] Implements the new FTM header test generator. (#134542)Mark de Wever12-28/+1056
2025-05-18[lldb] Remove redundant calls to std::unique_ptr<T>::get (NFC) (NFC) (#140440)Kazu Hirata1-6/+6
2025-05-18[bugpoint] Use range-based for loops (NFC) (#140438)Kazu Hirata1-17/+16
2025-05-18[AST] Remove "const" from "const ArrayRef" (NFC) (#140437)Kazu Hirata1-2/+2
2025-05-18[Support] Use std::optional::value_or (NFC) (#140436)Kazu Hirata1-2/+2
2025-05-18[clang] Use llvm::max_element (NFC) (#140435)Kazu Hirata4-9/+8
2025-05-18[CodeGen] Use DenseMap::try_emplace (NFC) (#140430)Kazu Hirata1-7/+2
2025-05-18[llvm] Remove unused local variables (NFC) (#140422)Kazu Hirata5-6/+0
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser119-52/+301
2025-05-18[X86] Move X86ISD::FP_TO_SINT_SAT/FP_TO_UINT_SAT outside of the MEMORY_OPCODE...Simon Pilgrim1-4/+4
2025-05-18[AMDGPU] select-undef.ll - regenerate test checksSimon Pilgrim1-95/+501
2025-05-18[mlir][MemRef] Fixed a lit test for assume alignment (#140447)Shay Kleiman1-3/+3
2025-05-18[mlir][MemRef] Changed AssumeAlignment into a Pure ViewLikeOp (#139521)Shay Kleiman11-41/+87
2025-05-18[LoopPeel] Make sure exit condition has a single use when peeling last.Florian Hahn2-3/+43
2025-05-18[Clang] Fix missed initializer instantiation bug for variable templates (#138...dty24-3/+30
2025-05-18[libc++] Fix set::operator= when instantiating with a std::pair (#140385)Nikolas Klauser2-2/+12
2025-05-18[libc++] Don't instantiate allocators in __tree on an incomplete type (#140225)Nikolas Klauser3-4/+27
2025-05-18[LoopPeel] Handle constants when updating exit values when peeling last.Florian Hahn2-1/+80
2025-05-18[LAA] Improve forked-pointers.ll test (#140383)Ramkumar Ramachandra1-605/+197
2025-05-18[VPlan] Add narrowToSingleScalarRecipe transform. (#139150)Florian Hahn4-27/+59
2025-05-18[libclang/python] Add typing annotations for the Type class (#140378)Jannick Kremer1-66/+61
2025-05-17[BOLT] Use llvm::stable_sort (NFC) (#140429)Kazu Hirata1-8/+7
2025-05-17[BOLT] Avoid repeated hash lookups (NFC) (#140426)Kazu Hirata2-40/+8
2025-05-17[mlir] Remove unused local variables (NFC) (#140423)Kazu Hirata2-3/+0
2025-05-18[mlir][SparseTensor] Fix unused variable error (#140428)Matthias Springer1-0/+1
2025-05-17Restore #140171 with to_memref -> to_buffer (#140355)Jeremy Kun3-2/+222
2025-05-17Revert "[AMDGPU] Add flag to prevent reruns of LowerModuleLDS (#129520)"Shilei Tian15-196/+194
2025-05-17[BOLT] Remove unused local variables (NFC) (#140421)Kazu Hirata5-15/+0
2025-05-18[mlir][SparseTensor] Fix type conversion rule (#140350)Matthias Springer1-4/+5
2025-05-18[mlir][Transforms] Check for correct type converter rule implementation (#140...Matthias Springer1-0/+5
2025-05-17[AsmParser] Use range-based for loops (NFC) (#140414)Kazu Hirata1-4/+4
2025-05-17[clang] Use llvm::stable_sort (NFC) (#140413)Kazu Hirata6-28/+23