summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-02AMDGPU: Handle true16 disassembly of ds_write_b8/b16users/arsenm/amdgpu/true16-handle-ds-write-b8-b16Matt Arsenault
2025-09-02AMDGPU: Reorder arguments of DS_Real_gfx12Matt Arsenault
2025-09-02AMDGPU: Fix adding m0 uses to gfx94/gfx12 ds atomicsMatt Arsenault
2025-09-02AMDGPU: Fix adding m0 uses to gfx12 ds atomicsMatt Arsenault
2025-09-02AMDGPU: Switch merge-load-store-agpr test to generated checks (#156387)Matt Arsenault
2025-09-02[Triple] Add target triple support for CheriotRTOS. (#155374)Owen Anderson
2025-09-02[MLIR][BUG] fix {$VARIABLE} usage in CMakeLists.txt (#156183)x12301450
2025-09-01[Flang][Runtime][OpenMP][AMDGPU] Revert part of #152631 causing regression fo...agozillon
2025-09-01[gn] Fix accidental args override from dafffe262d6d11Nico Weber
2025-09-02[LV] Align legacy cost model to vplan-based model for gather/scatter w/ unifo...Elvis Wang
2025-09-01[llvm][DebugInfo] Fix test on builds without target aarch64Michael Liao
2025-09-02[RISCV] Split the attribute test for Qualcomm to attributes-qc.ll. NFC.Jim Lin
2025-09-02[RISCV] Split the attribute test for Andes to attributes-andes.ll. NFC.Jim Lin
2025-09-01[AMDGPU, RISCV] Fix warningsKazu Hirata
2025-09-01[RISCV] Fix -Wexplicit-specialization-storage-class warningsFangrui Song
2025-09-01[mlir] EnumAttr.td: Fix the width of I64Enum (#156133)Fangrui Song
2025-09-01[SLP]Improved/fixed FMAD support in reductionsAlexey Bataev
2025-09-01[MLIR][XeGPU] Distribute load_gather/store_scatter op from Wg To Sg (#154420)Nishant Patel
2025-09-01[Support] clang-format YAMLTraits.hKazu Hirata
2025-09-01Revert "[libc] Migrate from baremetal stdio.h to generic stdio.h" (#156371)William Huynh
2025-09-01[LLVM][MC][DecoderEmitter] Add support to specialize decoder per bitwidth (#1...Rahul Joshi
2025-09-01[AArch64] Add some multiuse tests for fptosi+sitofp converts. NFCDavid Green
2025-09-01[SLP]Better support for copyable values in storesAlexey Bataev
2025-09-01[Clang] Update ReleaseNotes with ThreadSafetyAnalysis changes (#155687)Marco Elver
2025-09-01[Clang] Introduce __builtin_meow_synthesises_from_spaceship (#155612)Nikolas Klauser
2025-09-01[LV] Move fixing reduction resumes for epilogue out of executePlan.(NFC)Florian Hahn
2025-09-01[NFC][llvm] Simplify test IR file (#155926)Prabhu Rajasekaran
2025-09-01[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in MlirReduceMain...Mehdi Amini
2025-09-01[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in AttrOrTypeFormatGen....Mehdi Amini
2025-09-01[MLIR] Apply clang-tidy fixes for readability-simplify-boolean-expr in ValueB...Mehdi Amini
2025-09-01[X86] Fold X * Y + Z --> C + Z for vpmadd52l/vpmadd52h (#156293)XChy
2025-09-01[LV] Bundle sub reductions into VPExpressionRecipe (#147255)Sam Tebbs
2025-09-01[Loads] Add tests for proving deref with assumes and loop guards.Florian Hahn
2025-09-01[ARM] Improve fp16-promote.ll test (NFC) (#156341)beetrees
2025-09-01[Headers][X86] Add constexpr support for some AVX[512] intrinsics. (#156187)moorabbit
2025-09-01[SLP][NFC] Refactor duplicate code into `getVectorizedValue` (#156277)Piotr Fusik
2025-09-01[X86] Add -fexperimental-new-constant-interpreter test coverage to the x86 sc...Simon Pilgrim
2025-09-01[VPlan] Move runtime check blocks to correct position during exec (NFC).Florian Hahn
2025-09-01[ADT] Simplify CastInfo<To, PointerUnion<PTs...>> (NFC) (#156274)Kazu Hirata
2025-09-01[ADT] Overhaul the DenseMapIterator creation logic (NFC) (#156221)Kazu Hirata
2025-09-01[clang]: Support `analyzer_noreturn` attribute in `CFG` (#150952)Andrey Karlov
2025-09-01[X86] Add -fexperimental-new-constant-interpreter test coverage to the u32/f3...Simon Pilgrim
2025-09-01[SLP][NFC] Simplify population of `ReducedVals` (#156292)Piotr Fusik
2025-09-01[libc++] Remove a few GCC workarounds that aren't needed anymore (#156290)Nikolas Klauser
2025-09-01[llvm][DebugInfo] Support DW_AT_linkage_names that are different between decl...Michael Buch
2025-09-01[libc++][NFC] Replace typedefs with using declarations (#156009)Nikolas Klauser
2025-09-01[mlir] Default `mlir-query` input to stdin (#156324)Denzel-Brian Budii
2025-09-01[Clang] correct error message when assigning to const reference captured in l...nfrmtk
2025-09-01[lldb][test] Use lld on Windows in frame format test (#156320)David Spickett
2025-09-01[LV][EVL] Support interleaved access with tail folding by EVL (#152070)Mel Chen