summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-02[𝘀𝗽𝗿] initial versionusers/MaskRay/spr/mc-merge-mcasmlexerhcpp-into-asmlexerhcppFangrui Song
2025-04-02Reland [RISCV] Add Xqci Insn Formats (#134134)Sam Elliott
2025-04-02[LLDB] Expose checking if the symbol file exists/is loaded via SBModule (#134...Jacob Lalonde
2025-04-02Reapply "[cmake] Refactor clang unittest cmake" (#134195)Reid Kleckner
2025-04-03llvm-reduce: Remove unsupported from bitcode uselistorder test (#134185)Matt Arsenault
2025-04-02[lldb][debugserver] Save and restore the SVE/SME register state (#134184)Jason Molenda
2025-04-03Ensure KnownBits passed when calculating from range md has right size (#132985)LU-JOHN
2025-04-03[Clang] Fix a lambda pattern comparison mismatch after ecc7e6ce4 (#133863)Younan Zhang
2025-04-03[TableGen] Emit `llvm::is_contained` for `CheckOpcode` predicate (#134057)Pengcheng Wang
2025-04-02[clang-format] Fix a bug in annotating braces (#134039)Owen Pan
2025-04-02[mlir][tosa] Remove extra whitespace in the PadOp example (#134113)Jerry-Ge
2025-04-02[lldb-dap] Add a -v/--version command line argument (#134114)Jonas Devlieghere
2025-04-03[LoongArch] Pre-commit tests for vector absolute difference (#132898)tangaac
2025-04-02[ctxprof][nfc] Make `computeImportForFunction` a member of `ModuleImportsMana...Mircea Trofin
2025-04-02[ctxprof] Option to move a whole tree to its own module (#133992)Mircea Trofin
2025-04-03[Clang] fixed clang frontend crash with friend class declaration and overload...Ankur Ahir
2025-04-02[LIT] Add a test for lit.Test.toMetricValue. NFCJon Roelofs
2025-04-02[LLVM] Only build the GPU loader utility if it has LLVM-libc (#134141)Joseph Huber
2025-04-02[lldb] Fix plugin manager test failure on windows (#134173)David Peixotto
2025-04-03CloneModule: Map global initializers after mapping the function (#134082)Matt Arsenault
2025-04-02Allow this test to pass when the source is on a read-only filesystem (#134179)Sterling-Augustine
2025-04-02[RISCV] Correct the error location for the X26 check in parseRegListCommon.Craig Topper
2025-04-02[lldb] Clear thread name container before writing UTF8 bytes (#134150)Jeremy Day
2025-04-02[RISCV] Use location of negative sign if present for error in parseZcmpStackAdjCraig Topper
2025-04-02[RISCV] Fix crash in parseZcmpStackAdj if token is not an integer.Craig Topper
2025-04-02[CIR] Generate the nsw flag correctly for unary ops (#133815)Andy Kaylor
2025-04-02[lldb-dap] Add progress events to the packet list (#134157)Jonas Devlieghere
2025-04-02[HIP] Claim `--offload-compress` for `-M` (#133456)Yaxun (Sam) Liu
2025-04-02[clang] Track final substitution for Subst* AST nodes (#132748)Matheus Izvekov
2025-04-02[bazel] Add missing dep after 51d1c7288662ea801b07133fd2d22aff6bac50e2Jorge Gorbe Moya
2025-04-02[lldb] Fix tagged-pointer info address parsing (#134123)Dave Lee
2025-04-02[OpenMP] 6.0 (TR11) Memory Management Update (#97106)Hansang Bae
2025-04-02Support alternative sections for patchable function entries (#131230)Sami Tolvanen
2025-04-02[clang] add support for -Wpadded on Windows (#130182)Theo de Magalhaes
2025-04-02[VPlan] Update VPInterleaveRecipe to take debug loc directly as arg (NFC)Florian Hahn
2025-04-02[Docs] Clarify that `reassoc` isn't just for reassociation (#133168)Chris B
2025-04-02[mlir] Vectorize tensor.pad with low padding for unit dims (#133808)Nirvedh Meshram
2025-04-02[flang][cuda] Support any_sync and ballot_sync (#134135)Valentin Clement (バレンタイン クレメン)
2025-04-02[AMDGPU][True16][CodeGen] fold clamp update for true16 (#128919)Brox Chen
2025-04-02[RISCV] Check line and column for errors in rv(32/64)zcmp-invalid.s. NFCCraig Topper
2025-04-02[VPlan] Use recipe debug loc instead of instr DLs in more cases (NFC)Florian Hahn
2025-04-02[SandboxVec][NFC] Replace std::regex with llvm::Regex (#134110)vporpo
2025-04-02[llvm][utils] skip revert-checking reverts across branches (#134108)George Burgess IV
2025-04-02[libc] Added support for fixed-points in ``is_signed`` and ``is_unsigned``. (...Abhinav Kumar
2025-04-02[TTI] Make isLegalMasked{Load,Store} take an address space (#134006)Krzysztof Drewniak
2025-04-02[OpenACC] Implement 'pqr-list' has at least one 1 item.erichkeane
2025-04-02[mlir][bugfix] Fix erroneous condition in `getEffectsOnResource` (#133638)Andrzej Warzyński
2025-04-02[InstCombine] Match scalable splats in m_ImmConstant (#132522)Luke Lau
2025-04-02[flang][OpenMP] Use function symbol on DECLARE TARGET (#134107)Krzysztof Parzyszek
2025-04-02Add enable/disable api for SystemRuntime plugins (#133794)David Peixotto