summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-14[clang] constexpr `__builtin_elementwise_{max,min}`users/el-ev/float_builtin_elementwise_maxminIris Shi
2025-08-14[libc++] Remove assertions from <string_view> that are unreachable (#148598)Nikolas Klauser
2025-08-14[libc++] Document how __tree is laid out and how we iterate through it (#152453)Nikolas Klauser
2025-08-14[llvm] [InstCombine] fold "icmp eq (X + (V - 1)) & -V, X" to "icmp eq (and X,...Pavel Skripkin
2025-08-14[AMDGPU] Preserve post dominator tree through SILowerControlFlow (#153528)Carl Ritson
2025-08-14[BranchFolding] Avoid moving blocks to fall through to an indirect target (#1...XChy
2025-08-14[AArch64] Fix ‘>= 0’ is always true warning. NFCDavid Green
2025-08-14ARM: Move more aeabi libcall config into tablegen (#152109)Matt Arsenault
2025-08-14[RISCV] Add CodeGen support for qc.insbi and qc.insb insert instructions (#15...quic_hchandel
2025-08-14[C++20] [Modules] Fix incorrect diagnostic for using befriend targetChuanqi Xu
2025-08-13[AMDGPU] Add NV bit to CPol::ALL mask. NFCI. (#153487)Stanislav Mekhanoshin
2025-08-13[AMDGPU] Fix the comment for OperandType. NFC. (#153489)Stanislav Mekhanoshin
2025-08-13[AMDGPU] Add MSG_SAVEWAVE_HAS_TDM on gfx1250 (#153483)Stanislav Mekhanoshin
2025-08-13[AMDGPU] Add HW_REG_IB_STS2 on gfx1250 (#153479)Stanislav Mekhanoshin
2025-08-13[AMDGPU] Disable s_setkill on gfx1250 (#153471)Stanislav Mekhanoshin
2025-08-13[AMDGPU] Drop duplicated field HasMatrixReuse. NFCI. (#153467)Stanislav Mekhanoshin
2025-08-14[ARM][MVE] Add shuffle costs for LDn and STn instructions. (#145304)David Green
2025-08-14[clang-tidy][doc] Improve documentation of the -line-filter flag (#153372)Carlos Galvez
2025-08-14[flang][fir] Add conversion of `fir.iterate_while` to `scf.while`. (#152439)Terapines MLIR
2025-08-14[compiler-rt][libFuzzer] Add %run directives to focus-function.test (#153185)Aleksei Babushkin
2025-08-13[RISCV] Add MC support for more P extension instructions. (#153458)Craig Topper
2025-08-13[clang][Obj-C][PAC] Add support for authenticating block metadata (#152978)Oliver Hunt
2025-08-13[SelectionDAG] Pass SDValue to InstrEmitter::EmitCopyFromReg. NFC (#153485)Craig Topper
2025-08-14Revert "[APFloat] Fix getExactInverse for DoubleAPFloat"Aiden Grossman
2025-08-13[CI][Github] Bump actions/checkout to v5.0.0 (#153340)Aiden Grossman
2025-08-14[MLIR][GPU][XeVM] Add missing #include for standalone header build (#153532)Jordan Rupprecht
2025-08-13[bazel] More port of #148286: only include spirv dep when enabled (#153531)Jordan Rupprecht
2025-08-14[VPlan] Use parameter packs to avoid unary/binary/ternary matchers. NFC (#152...Luke Lau
2025-08-14[TableGen] Use `empty()` instead of `size() == 0` (NFC)Sergei Barannikov
2025-08-14[TableGen] Declare loop induction variables in the loop header (NFC)Sergei Barannikov
2025-08-13[bazel] Port #148286: XeVM target (#153520)Jordan Rupprecht
2025-08-14[PHIElimination] Preserve MachinePostDominatorTree (#153346)Carl Ritson
2025-08-14[NVPTX] Remove `UnsafeFPMath` uses (#151479)paperchalice
2025-08-13[mlir][tosa] Don't fold mul with zero lhs/rhs if resulting type is dynamic (#...Sayan Saha
2025-08-14ARM: Move calling conv config to RuntimeLibcalls (#152065)Matt Arsenault
2025-08-13[libc++][ranges] LWG4096: `views::iota(views::iota(0))` should be rejected (#...Hristo Hristov
2025-08-13[CIR] Use a loop for array initialization (#153499)Andy Kaylor
2025-08-13[MLIR] XeVM Target: Add missing SPIR-V backend dependency libraries. (#153505)Sang Ik Lee
2025-08-13[mlir][ROCDL] Annotate lane ID functions with noundef, ranges (#151396)Krzysztof Drewniak
2025-08-13[lldb] refactor PlatformAndroid and make threadsafe (#145382)Chad Smith
2025-08-13[flang][cuda] Add bind name for __ll2double_rX interfaces (#153462)Valentin Clement (バレンタイン クレメン)
2025-08-13[flang][cuda] Fix buildbot failure after #153242 (#153500)Valentin Clement (バレンタイン クレメン)
2025-08-13[flang/flang-rt] Add -isysroot flag only to tests really requiring (#152914)parabola94
2025-08-13[flang][cuda] Add bind name for __ull2double_rX interfaces (#153465)Valentin Clement (バレンタイン クレメン)
2025-08-13[flang][runtime][NFC] Add a comment to intrinsic assignment (#153260)Peter Klausler
2025-08-13[flang][runtime] Handle NAN(...) in namelist input (#153101)Peter Klausler
2025-08-13[ADT] Add signed and unsigned mulExtended to APInt (#153399)Pedro Lobo
2025-08-13[flang][NFC] Document ALLOCATE/DEALLOCATE error semantics (#153027)Peter Klausler
2025-08-13[flang] Warn about inexact real literal implicit widening pitfall (#152799)Peter Klausler
2025-08-13[GlobalISel] Fix bitcast fewerElements with scalar narrow types. (#153364)David Green