summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-12[𝘀𝗽𝗿] changes introduced through rebaseusers/aaupov/spr/main.bolt-make-memory-profile-parsing-optionalAmir Ayupov
2025-06-06[LoongArch] Add codegen support for atomic-ops on LA32 (#141557)hev
2025-06-06[CIR][NFC] Use `getType()` instead of more verbose `getResult().getType()` (#...Henrich Lauko
2025-06-06[flang][hlfir] do not propagate polymorphic temporary as allocatables (#142609)jeanPerier
2025-06-06[IVDesc] Drop unused arg in isConditionalRdxPattern (NFC) (#142942)Ramkumar Ramachandra
2025-06-06[C2y] Handle FP-suffixes on prefixed octals (#141230) (#141695)Naveen Seth Hanig
2025-06-06[clang-tidy] Add support for lambda-expression in `use-trailing-return-type` ...Baranov Victor
2025-06-06[Mips] When emit instruction, ignore JUMP_TABLE_DEBUG_INFO (#139830)yingopq
2025-06-06[AA] Merge isNonEscapingLocalObject() into SimpleCaptureAnalysis (NFC) (#142971)Nikita Popov
2025-06-06RuntimeLibcalls: Rename fminimum_num/fmaximum_num enums (#143078)Matt Arsenault
2025-06-05[clang-format] More consumeToken() cleanup (#143063)Owen Pan
2025-06-06[libc++] Move _ITER_TRAITS and _ITER_CONCEPT into <__iterator/concepts.h> (#1...Nikolas Klauser
2025-06-05[X86] Directly call isShuffleFoldableLoad (NFC) (#143060)Kazu Hirata
2025-06-05[llvm] Ensure newline at the end of files (NFC) (#143061)Kazu Hirata
2025-06-05[SCCP] Directly call SCCPSolver::isOverdefined (NFC) (#143059)Kazu Hirata
2025-06-05[MC] Remove dead code. (#114798)Ivan Kosarev
2025-06-06[MLIR] Keep cached symbol tables across buffer deallocation insertions (#141956)Michele Scuttari
2025-06-05[ValueTracking] Support scalable vector splats of ConstantInt/ConstantFP in i...Craig Topper
2025-06-05[NFC][TableGen] Print DecodeIdx for DecodeOps in DecoderEmitter (#142963)Rahul Joshi
2025-06-06[LoopPeel] Handle non-local instructions/arguments when updating exiting valu...Yingwei Zheng
2025-06-05[ValueTracking] Support scalable vectors for ExtractElement in computeKnownFP...Craig Topper
2025-06-06[ORC] Fix examples after cd585864c0b.Lang Hames
2025-06-06[RISCV] Add support for -mtune=andes-45-series (#142900)Jim Lin
2025-06-06[RISCV] Don't commute with shift if XAndesPerf is enabled (#142920)Jim Lin
2025-06-05[clang-format] Handle requires clause following a pointer type (#142893)Owen Pan
2025-06-06[LLD][ELF][RISCV][Zicfilp] Handle .note.gnu.property sections for Zicfilp/Zic...Ming-Yi Lai
2025-06-05[lldb] Fix linux x64 test (#143048)Prabhu Rajasekaran
2025-06-06[clangd] [Modules] Fix to correctly handle module dependencies (#142828)fleeting-xx
2025-06-06[RISCV] Add missing immediate operand type for verifyInstruction. NFC. (#143056)Jim Lin
2025-06-06[RISCV] Select unsigned bitfield insert for XAndesPerf (#142737)Jim Lin
2025-06-05[RISCV] Remove artificial restriction on ShAmt from (shl (and X, C2), C) -> (...Craig Topper
2025-06-05Revert "[lldb] Don't create instance of `SymbolFileDWARFDebugMap` for non-Mac...Jason Molenda
2025-06-05Revert "[DirectX] Array GEPs need two indices (#142853)" and "Adjust bit cast...Farzon Lotfi
2025-06-05[DirectX] add maybe_unused to IsVolatile in legalizeMemCpy. (#143040)Farzon Lotfi
2025-06-06[NFC][libclc] Simplify clc_dot and dot implementation (#142922)Wenju He
2025-06-05[NFC] mark DebugCounter::Chunk method as const (#143039)Florian Mayer
2025-06-05[CIR] Add decl case for template specialization (#143029)Andy Kaylor
2025-06-06Pass memory buffer to RuntimeDyld::MemoryManager factory (#142930)Karlo Basioli
2025-06-05Revert "[lldb] Set default object format to `MachO` in `ObjectFileMachO` (#14...Jason Molenda
2025-06-05[llvm] Use *Map::try_emplace (NFC) (#143002)Kazu Hirata
2025-06-05[mlir] Directly call ShapedType::isDynamic without lambdas (NFC) (#142994)Kazu Hirata
2025-06-05[CIR] Add empty handlers for Using and UsingShadow decls (#143032)Andy Kaylor
2025-06-05[lldb-dap] Migrating 'threads' request to structured types. (#142510)John Harrison
2025-06-05[mlir][tensor] remove tensor.insert constant folding out of canonicalization ...asraa
2025-06-05[Clang] Run destructors of variables declared in the second part of a `for` l...Vincent
2025-06-05Adjust bit cast instruction filter for DXIL Prepare pass (#142678)Joshua Batista
2025-06-05[MemProf] Add dot graph dumping immediately after stack node update (#143025)Teresa Johnson
2025-06-05[VPlan] Remove unneeded friend classes from VPValue (NFC).Florian Hahn
2025-06-05[Offload] Fix APU detection for MI300 testing (#143026)Joseph Huber
2025-06-05[X86] combineX86ShuffleChainWithExtract - ensure subvector widening is at ind...Simon Pilgrim