summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-25Revert "[clang][ARM][AArch64] Define intrinsics guarded by __has_builtin on a...revert-128222-cudaNick Sarnie
2025-04-25[NVPTX] Remove 'param' variants of nvvm.ptr.* intrinics (#137065)Alex MacLean
2025-04-25Add symbol locator time for each module in statistics (#134563)GeorgeHuyubo
2025-04-25[lldb] Fix a warningKazu Hirata
2025-04-25[lldb] Emit diagnostics as "important" output (#137280)Jonas Devlieghere
2025-04-25[lldb] Rename reverse-continue/TestReverseContinueNotSupported.py (NFC) (#137...Dave Lee
2025-04-25Use isa instead of !dyn_cast (#137344)Matt Arsenault
2025-04-25SimplifyIndVar: Use use_empty instead of hasNUses(0) (#137346)Matt Arsenault
2025-04-25[lldb] Fix error that lead Windows to think it could reverse execute (#137351)David Spickett
2025-04-25[bazel] catch BUILD files up to d555b9f9a01705097edf2434cf897e351095e5c9 in lldbAugie Fackler
2025-04-25BypassSlowDivision: Use use_empty instead of hasNUses(0) (#137345)Matt Arsenault
2025-04-25InlineFunction: Use use_empty instead of hasNUses(0) (#137347)Matt Arsenault
2025-04-25[lldb-dap] Refactoring lldb-dap 'launch' request to use typed RequestHandler<...John Harrison
2025-04-25[NFC] move comment back to where it belongs.erichkeane
2025-04-25[Clang][NFC] Move OffloadArch enum to a generic location (#137070)Justin Cai
2025-04-25[lldb-dap] fix wrong assembly line number x64 (#136486)Ely Ronnen
2025-04-25[lldb-dap] Handle stack frames without a module (#136777)Ely Ronnen
2025-04-25[mlir][utils] Update generate-test-checks.py (use SSA names) (#136819)Andrzej Warzyński
2025-04-25[Offload] Deprecate `openmp` and `offload` projects builds (#136314)Joseph Huber
2025-04-25[SelectionDAG][Targets] Replace atomic_load_8/atomic_load_16 with atomic_load...Craig Topper
2025-04-25[mlir] Fix typo in CSE transform (#137341)bubblepipe
2025-04-25[flang][docs] Fix typo in array description (#135908)Yang Zaizhou
2025-04-25ARM: Remove unnecessary use_empty check (#137338)Matt Arsenault
2025-04-25ARM: Use use_empty instead of hasNUses(0) (#137337)Matt Arsenault
2025-04-25[VPlan] Replace ExtractFromEnd with Extract(Last|Penultimate)Element (NFC). (...Florian Hahn
2025-04-25SLPVectorizer: Use use_empty instead of hasNUses(0) (#137336)Matt Arsenault
2025-04-25[Offload] Override linker for device build (#137246)Joseph Huber
2025-04-25LowerMatrixIntrinsics: Use use_empty instead of hasNUses(0) (#137334)Matt Arsenault
2025-04-25[IRMover] Remove Visited set in type mapping (NFC) (#137329)Nikita Popov
2025-04-25[RISCV] Add codegen support for ri.vinsert.v.x and ri.vextract.x.v (#136708)Philip Reames
2025-04-25[Flang] [Semantics] [OpenMP] Add semantic checks for ALLOCATE directive (#123...Raghu Maddhipatla
2025-04-25[clang] Do not share ownership of `HeaderSearchOptions` (#132984)Jan Svoboda
2025-04-25[flang][openacc] Fix wait clause printer (#137263)Valentin Clement (バレンタイン クレメン)
2025-04-25[wasm-ld] Refactor WasmSym from static globals to per-link context (#134970)Anutosh Bhat
2025-04-25[flang] Change c_intmax_t to 64 bit to correspond to intmax_t in C (#137208)Eugene Epshteyn
2025-04-25[X86] vector-shuffle-combining-ssse3.ll - add tests showing the failure to me...Simon Pilgrim
2025-04-25[LV] Add tests for maximumnum/minimumnum reductions.Florian Hahn
2025-04-25AMDGPU: Use poison in some lowering contexts (#137325)Matt Arsenault
2025-04-25[flang] Use correct int extension flags for C-ABI calls on aarch64 (#137105)Asher Mancinelli
2025-04-25[libc][math] Implement double precision asin correctly rounded for all roundi...lntue
2025-04-25[X86][NFC] Add sitofp and fptosi tests for x87 mode (#136860)Pawan Nirpal
2025-04-25[mlir][tosa] Support unranked input/weight tensors for convolution ops (#134856)Luke Hutton
2025-04-25[lldb][test] Rename reverse-execution/TestReverseContinueNotSupported.pyMichael Buch
2025-04-25[NFC] Clarify the syntax of passes flag (#136175)AdityaK
2025-04-25[IRMover] Remove unnecessary pointer bitcast (NFC)Nikita Popov
2025-04-25[MLIR][TOSA] Fix Conv3D bias dim check (#137296)Thomas Preud'homme
2025-04-25[AArch64][SME] Allow spills of ZT0 around SME ABI routines again (#136726)Benjamin Maxwell
2025-04-25[C] Warn on uninitialized const objects (#137166)Aaron Ballman
2025-04-25[Documentation] Always use SVG for dot-generated doxygen images. (#136843)cor3ntin
2025-04-25[libc][stdfix] Implement `idivfx` functions in LLVM libc (#133005)Krishna Pandey