summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-02[clang-format][NFC] Introduce isNoneOf (#161021)Björn Schäpers
2025-10-02[mlir][Arith] arith.select doesn't need to be emulated for small floats (#161...Krzysztof Drewniak
2025-10-02[MLIR][XeGPU] Use operand layouts for store scatter (#161447)Nishant Patel
2025-10-02[LAA,LV] Add early-exit tests with deref assumes and nofree via context.Florian Hahn
2025-10-02[VPlan] Improve code using VPlan::getFalse (NFC) (#161681)Ramkumar Ramachandra
2025-10-02[AArch64][SME] Support split ZPR and PPR area allocation (#142392)Benjamin Maxwell
2025-10-02[clang] NFCI: Clean up `CompilerInstance::create{File,Source}Manager()` (#160...Jan Svoboda
2025-10-02[mlir] [irdl] Add support for regions in irdl-to-cpp (#158540)Jeremy Kun
2025-10-02[HLSL] [SPIR-V] Add counter member for typed buffer (#161414)Steven Perron
2025-10-03[InstCombine] Fix FMF propagation in `foldFCmpFSubIntoFCmp` (#161539)Yingwei Zheng
2025-10-02[libc] Fix issue with fuzz input too short for atoi diff fuzz (#161705)Michael Jones
2025-10-02[NFC][DwarfLowLevel] Make getRelocatedValueImpl public (#160618)Sterling-Augustine
2025-10-02[DTLTO][LLD] Tidy up DTLTO related options (NFC) (#161675)Andrew Ng
2025-10-02[VPlan] Improve code using m_One (NFC) (#161686)Ramkumar Ramachandra
2025-10-02[mlir][omp] Add omp.tile operation (#160292)Michael Kruse
2025-10-02[AArch64][SME] Reshuffle emit[prologue|epilogue]() for splitSVEObjects (NFCI)...Benjamin Maxwell
2025-10-02[NFC] Rename members in AutoVarEmission (#161668)Erich Keane
2025-10-02[RegAlloc] Add coverage leading to revert of pr160765 (#161614)Philip Reames
2025-10-02[llvm] Proofread TableGen/ProgRef.rst (#161629)Kazu Hirata
2025-10-02[ADT] Use "= default" in DirectedGraph.h (#161628)Kazu Hirata
2025-10-02[ADT] Use structured bindings (NFC) (#161627)Kazu Hirata
2025-10-02[ADT] Use a C++17 fold expression in BitVector.h (NFC) (#161626)Kazu Hirata
2025-10-02[ADT] Fix a bug in DoubleAPFloat::frexp (#161625)Kazu Hirata
2025-10-02Omit member size from DWARF when desired (#161423)Tom Tromey
2025-10-02[LLDB][NFC] Fix variable casing issue (#161691)Jacob Lalonde
2025-10-02[CIR][NFC] Cleanup MissingFeature asserts in RecordLayoutBuilder (#161605)Andy Kaylor
2025-10-02[CFG] Add a BuildOption to consider default branch of switch on covered enume...Fred Tingaud
2025-10-02[Flang][OpenMP] Implicitly map nested allocatable components in derived types...Akash Banerjee
2025-10-02[LoopPeel] Fix branch weights' effect on block frequencies (#128785)Joel E. Denny
2025-10-02[X86] Add bytecode / -fexperimental-new-constant-interpreter VPMADD52 intrins...Simon Pilgrim
2025-10-02[AMDGPU] s_quadmask* implicitly defines SCC (#161582)LU-JOHN
2025-10-02[NFC][clang-sycl-linker] Avoid ambiguous call to CallingConv (#161682)Jinsong Ji
2025-10-02[LV] Extend test coverage for tail-folding with recurrences.Florian Hahn
2025-10-02[AArch64] Prepare for split ZPR and PPR area allocation (NFCI) (#142391)Benjamin Maxwell
2025-10-02[Clang][Sema] Fix crash in CheckUsingDeclQualifier due to diagnostic missing ...Shafik Yaghmour
2025-10-02[MLIR][Python] fixup Context and Location stubs and NanobindAdaptors (#161433)Maksim Levental
2025-10-02[X86] Create special case for (a-b) - (a<b) -> sbb a, b (#161388)AZero13
2025-10-02[flang][cuda][openacc] Create new symbol in host_data region for CUDA Fortran...Valentin Clement (バレンタイン クレメン)
2025-10-02[Hexagon] Add opcode V6_vS32Ub_npred_ai for offset validity check (#161618)Ikhlas Ajbar
2025-10-02Greedy: Take hints from copy to physical subreg (#160467)Matt Arsenault
2025-10-02Greedy: Use initializer list for recoloring candidates (NFC) (#160486)Matt Arsenault
2025-10-02[ROCDL] Added `rocdl.cvt.scale.pk8` ops (#161411)ravil-mobile
2025-10-02[clang] Preserve `externs` following broken declarations (#161641)Alejandro Álvarez Ayllón
2025-10-02Greedy: Merge VirtRegMap queries into one use (NFC) (#160485)Matt Arsenault
2025-10-02Revert "[Clang] Normalize constraints before checking for satisfaction" (#161...Corentin Jabot
2025-10-02[Codegen] Add a separate stack ID for scalable predicates (#142390)Benjamin Maxwell
2025-10-02Greedy: Move physreg check when trying to recolor vregs (NFC) (#160484)Matt Arsenault
2025-10-02[InstCombine] Remove foldSelectWithFrozenICmp() fold (#161659)Nikita Popov
2025-10-02[mlir][omp] Improve canonloop/iv naming (#159773)Michael Kruse
2025-10-02[OpenACC][CIR] Finish 'private' recipe lowering by doing 'init' (#161540)Erich Keane