summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-21[CIR] Implement global array dtor support (#169070)Andy Kaylor
2025-11-22[CIR] Upstream CIR codegen for undef x86 builtins (#167945)Thibault Monnier
2025-11-21[lldb] Fix EditlineTest closing files multiple times. (#169100)John Harrison
2025-11-21DAG: Handle poison in m_Undef (#168288)Matt Arsenault
2025-11-21[ORC] Fix obj-imageinfo.S on X86 Darwin with Internal Shell (#169104)Aiden Grossman
2025-11-21[include-cleaner] Use lit internal shell by default for tests (#169092)Aiden Grossman
2025-11-21[test][Support] Disable SignalsTest.PrintsSymbolizerMarkup (#168974)Jessica Clarke
2025-11-22Really fix tysan test failing on unsupported arches (#169096)Sergei Barannikov
2025-11-21[lldb] Restore the old behavior in lua-typemaps.swig (#169103)Jonas Devlieghere
2025-11-21[lld] Add (ignored) /link flag to lld-link for compatibility with MSVC link.e...Frankie Robertson
2025-11-21[SCEVExp] Remove early exit, rely on InstSimplifyFolder (NFCI).Florian Hahn
2025-11-21[MLIR] [XeGPU] Fix dropSgLayoutAndData & dropInstData in SliceAttr (#168618)Nishant Patel
2025-11-21[clang-tidy][NFC] Enable misc-const-correctness rule in clang-tidy codebase (...Baranov Victor
2025-11-21[ASTMatchers] Make isExpandedFromMacro accept llvm::StringRef (#167060)Baranov Victor
2025-11-21[unroll-and-jam] Document dependencies_multidims.ll and fix loop bounds (NFC)...Sebastian Pop
2025-11-21[mlir][presburger] Fix PresburgerSpace comment (#167292)lonely eagle
2025-11-21[clang-doc] `<ul>` must be nested in `<li>` (#168972)Erick Velez
2025-11-21[OpenACC][CIR] deviceptr clause lowering for local 'declare' (#169085)Erich Keane
2025-11-21[DA] remove Constraints class (#168963)Sebastian Pop
2025-11-22[DAGCombiner] Don't optimize insert_vector_elt into shuffle if implicit trunc...Hongyu Chen
2025-11-21AMDGPU: Improve getShuffleCost accuracy for 8- and 16-bit shuffles (#168818)Nicolai Hähnle
2025-11-21[clang-doc] Fix `</section>` mismatch in the namespace template (#168966)Erick Velez
2025-11-21[profcheck] Propagate profile metadata to Wrapper function in optimize mode o...Jin Huang
2025-11-21[Clang][Sema] Add fortify warnings for strcat (#168965)venk-ks
2025-11-21fix tysan test failing on unsupported arches (#169066)Matthew Nagy
2025-11-21AMDGPU: Handle invariant when lowering global loads (#168914)Matt Arsenault
2025-11-21AMDGPU: Add baseline test for split/widen invariant loads (#168913)Matt Arsenault
2025-11-21[OpenACC][CIR] Handle 'declare' construct local lowering (&link clause) (#168...Erich Keane
2025-11-21Revert "[ORC] Tailor ELF debugger support plugin to load-address patching onl...Stefan Gränitz
2025-11-21[HLSL] Add Load overload with status (#166449)Joshua Batista
2025-11-21[Support] Use range-based for loops (NFC) (#169001)Kazu Hirata
2025-11-21[clang][Sema][OpenMP] Fix GPU exception target check (#169056)Nick Sarnie
2025-11-21[MLIR] Drop use of REQUIRES:shell from tests (#168989)Aiden Grossman
2025-11-21[CIR] Add NYI cases to builtin switch statement and move existing cases into ...Hendrik Hübner
2025-11-21Revert "[AMDGPU] Remove leftover implicit operands from SI_SPILL/SI_RESTORE."...Nathan Corbyn
2025-11-21[RISCV] Incorporate scalar addends to extend vector multiply accumulate chain...Ryan Buchner
2025-11-21llvm: Disable copy for SingleThreadExecutor (#168782)Fabrice de Gans
2025-11-21[lldb] Don't enable the Limited C API with Python 3.13 and SWIG 4.4.0 (#169065)Jonas Devlieghere
2025-11-21[profdata] Skip probes with missing counter and function pointers (#163254)Ellis Hoag
2025-11-21[AST] Construct iterator_range with the conversion constructor (NFC) (#169004)Kazu Hirata
2025-11-21[CAS] Remove redundant casts (NFC) (#169002)Kazu Hirata
2025-11-21[LTO] Use a range-based for loop (NFC) (#169000)Kazu Hirata
2025-11-21[scudo] Small cleanup of memory tagging code part 2. (#168807)Christopher Ferris
2025-11-21[flang] Use hlfir.cmpchar for SELECT CASE of charsSelect case hlfir cmpchar (...Eugene Epshteyn
2025-11-21[DA] remove getSplitIteration (#167698)Sebastian Pop
2025-11-21[lldb] Add MockMemory class for dwarf expression testing (#168467)David Peixotto
2025-11-21[bazel][ORC] Port #168518: orc deps (#169059)Jordan Rupprecht
2025-11-21[ARM] Restore hasSideEffects flag on t2WhileLoopSetup (#168948)Sergei Barannikov
2025-11-21[flang][NFC] replace std::exit by fir::emitFatalError in Lower/Runtime.cpp (#...jeanPerier
2025-11-21[TSan] [Darwin] Fix off by one in TSAN init due to MemoryRangeIsAvailable (#1...Andrew Haberlandt