summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-24[𝘀𝗽𝗿] initial versionusers/vitalybuka/spr/adtnfc-add-missing-include-vector-165068Jordan Rupprecht
2025-10-24[𝘀𝗽𝗿] changes to main this commit is based onusers/vitalybuka/spr/main.adtnfc-add-missing-include-vector-165068Vitaly Buka
2025-10-24[ARM][KCFI] Fix bundle sizes to reflect worst-case expansion (#164917)Kees Cook
2025-10-24[CI] Make Premerge Advisor Upload to Both Advisor InstancesAiden Grossman
2025-10-25[X86][ISel] Improve VPTERNLOG matching for negated logic trees (#164863)Yi-Chi Lee
2025-10-25[NFC][ADT] Add RadixTree (#164524)Vitaly Buka
2025-10-25[CI] Make Postcommit Testing Pass In Correct Flags to Premerge AdvisorAiden Grossman
2025-10-24[lldb] Introduce internal stop hooks (#164506)Julian Lettner
2025-10-24[CI] Update Windows premerge testing to use clang-cl.exe (#164900)cmtice
2025-10-25[GitHub][CI] Remove 'Set Safe Directory' step (#165052)Baranov Victor
2025-10-24[CIR] Emit CIR builtins: coroAlloc, coroBegin, and coroSize (#164180)Andres-Salamanca
2025-10-24[DebugInfo] Add "override" where appropriate (NFC) (#164929)Kazu Hirata
2025-10-24[clang] Proofread UsersManual.rst (#164928)Kazu Hirata
2025-10-24[ADT] Rename identity_cxx20 to identity (#164927)Kazu Hirata
2025-10-24[ADT] Consolidate SparseSetValFunctor implementations (NFC) (#164926)Kazu Hirata
2025-10-24[ADT] Rename variable names in IndexedMap (NFC) (#164925)Kazu Hirata
2025-10-24[lldb] Add missing function call in test (NFC)Adrian Prantl
2025-10-25[Github][CI] Add default gha user for tooling containers (#164294)Baranov Victor
2025-10-24[flang][cuda] Accept scalar expression for bytes in kernel call (#165040)Valentin Clement (バレンタイン クレメン)
2025-10-24[VPlan] Remove SCEVToExpansion mapping (NFC). (#164490)Florian Hahn
2025-10-24Revert "Reapply "[clang-format] Annotate ::operator and Foo::operator… (#16...PiJoules
2025-10-24[clang][Sema] close IsStandardConversion hole when adding cfi_unchecked_calle...Bruno De Fraine
2025-10-24[msan] Convert target("aarch64.svcount") from compile-time crash to MSan fals...Thurston Dang
2025-10-24[NFC][DirectX] Refactor `DXILPrepare`/`DXILTranslateMetadata` (#164285)Finn Plummer
2025-10-24[LLD][COFF] Deduplicate common chunks when linking COFF files. (#162553)Joshua Cranmer
2025-10-24[HLSL] Add matrix constructors using initalizer lists (#162743)Farzon Lotfi
2025-10-24[flang] Let !@acc and !@cuf conditional lines be continuations (#164892)Peter Klausler
2025-10-24[flang] More information on generic resolution failures (#164738)Peter Klausler
2025-10-24[flang] Catch function result that is non-pointer procedure (#164664)Peter Klausler
2025-10-24[flang][runtime] Tweak GetNextNonBlank() performance (#164521)Peter Klausler
2025-10-24[flang] Adjust needless warning (#164500)Peter Klausler
2025-10-24[flang] fix assumed-size debug info after #164452 (#164772)jeanPerier
2025-10-24[OpenACC][CIR] Implement atomic update lowering (#164836)Erich Keane
2025-10-24[scudo] Secondary release to OS uses LRU to scan. (#163691)Christopher Ferris
2025-10-25[RISCV] Support XSfmm C intrinsics (#143070)Brandon Wu
2025-10-24workflows/release-binaries: Remove unused 'build_flang' variables (#164547)Tom Stellard
2025-10-24[lldb] Improve error logging in test (NFC)Adrian Prantl
2025-10-24[RISCV] Support codegen for some scalar P extension instructions. (#164359)Craig Topper
2025-10-24[RISCV] Add LLVM IR intrinsics and codegen for XSfvfexp* and XSfvfexpa* (#164...Min-Yih Hsu
2025-10-24[clang] Don't require `FileManager` for creating an output file (#164665)Jan Svoboda
2025-10-24[CIR] Handle operator delete with virtual destructors (#165010)Andy Kaylor
2025-10-24[MLIR][XeGPU]Enhance Pack/Unpack for XeGPUUnroll (#163459)Nishant Patel
2025-10-24[PowerPC][NFC] Add new mtpidr alias introduced in ISA3.0 (#163989)Lei Huang
2025-10-24[flang][cuda] Remove error check from allocation and free call (#165022)Valentin Clement (バレンタイン クレメン)
2025-10-24[libc] add missing headers in stdfix (#162078)Shreeyash Pandey
2025-10-24[CIR] Upstream trivial constructor const handling (#164849)Andy Kaylor
2025-10-24[llvm-profdata] Reintroduce use of InitLLVM (#164736)Tim Creech
2025-10-24[Sframe] Support cfi_escape directives compatibly with gnu-gas (#161927)Sterling-Augustine
2025-10-24[Hexagon] Fix unused variables for #164421 (#165012)Walter Lee
2025-10-25[InstCombine] Fold shifts + selects with -1 to scmp(X, 0) (#164129)AZero13