aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-03-25[lldb] [windows] Fix warning about unused static functions (#188531)Martin Storsjö1-1/+1
2026-03-25AMDGPU/GlobalISel: RegBankLegalize rules for s_memrealtime (#188311)vangthao953-5/+10
2026-03-25[SandboxVec] Fix -Wunused-variableAiden Grossman1-1/+1
2026-03-25[AMDGPU][True16] turn on true16 for gfx12 (#187514)Guo Chen27-945/+1601
2026-03-25Reapply "[MLIR] [Mem2Reg] Fix unused block argument removal logic (#188484)" ...Slava Zakharin3-35/+290
2026-03-25libclc: Fix amdgpu subgroup reduce for max u64 (#188598)Matt Arsenault1-1/+1
2026-03-25[Bazel] Fixes 2c24f02 (#188603)google-llvm-bazel-bot1-0/+2
2026-03-25[llvm][CompactUnwind] Compact Unwind does not support .cfi_signal_frame (#186...Jon Roelofs7-2/+98
2026-03-25[DirectX] Handle byte type in DXILBitcodeWriter (#187157)Justin Bogner3-1/+136
2026-03-25[SLP][NFC] Remove duplicated cast (#188532)Ryan Buchner1-2/+2
2026-03-25[libc][docs] Add guide for implementing a function (#188499)Jeff Bailey2-0/+74
2026-03-25[libc][math] Switch log1pf to use the same log_eval from inverse hyperbolic f...lntue10-283/+347
2026-03-25[DAG] Define computeConstantRange for VSCALE folding (#176027)Neil Phan4-13/+137
2026-03-25[AMDGPU] Mark amdgcn_permlane64 as divergent (#188562)Anshil Gandhi2-0/+8
2026-03-25[lldb] Remove references to llvm-gcc (#188582)Dave Lee1-2/+1
2026-03-25[Bazel] Fixes d7e60d5 (#188592)google-llvm-bazel-bot1-0/+2
2026-03-25[CIR][NFC] Fix llvm.returnaddress call in tests (#188563)Amr Hesham2-4/+4
2026-03-25[TargetLowering] Use APInt::setAllBits() instead of assigning -1. (#188566)Craig Topper1-3/+3
2026-03-25[lldb][CommandObjectType] Add --wants-dereference option to `type synthetic a...Michael Buch6-4/+128
2026-03-25[NVPTX] Split out NVPTXSetByValParamAlign of NVPTXLowerArgs (NFC) (#187965)Alex MacLean12-130/+324
2026-03-25[mlir][tosa] Optimize block scaled cast sequences (#188018)Ian Tayler Lessa3-0/+106
2026-03-25[NFC][OpenMP][mlir][flang] Move OMP offloading module attribute handling from...Jan Leyonberg6-93/+127
2026-03-25[DSE] Fix missed dependency update in #188253 (#188573)Justin Bogner1-1/+1
2026-03-25[lld][ELF][clang][MTE] Add -z memtag-{mode,heap,stack} (#188205)Elia Geretto13-99/+239
2026-03-25Revert "[MLIR] [Mem2Reg] Fix unused block argument removal logic (#188484)" (...Slava Zakharin2-240/+35
2026-03-25[libunwind] Fix building on OpenBSD / FreeBSD aarch64 (#188397)Brad Smith2-4/+23
2026-03-25[MLIR][DataFlow] Fix two crashes in DeadCodeAnalysis on empty/no-terminator r...Mehdi Amini2-0/+35
2026-03-25[HLSL][SPIRV] Fix firstbitset in spirv (#186939)joaosaffran3-153/+182
2026-03-25[flang] use fir.bitcast for FIRToMemRef scalar reinterpretation (#188328)Susan Tan (ス-ザン タン)2-11/+49
2026-03-25[MLIR] [Python] Relaxed `list` to `Sequence` in most parameter types (#188543)Sergei Lebedev9-71/+83
2026-03-25[libc][x86] add MEMCPY_X86_USE_NTA_STORES to config (#188321)Ilya Tokar3-0/+9
2026-03-25[AMDGPU][True16] Generate correct reg size for reg_sequence16 in wmma src mo...Guo Chen3-32/+70
2026-03-25[MLIR] Convert LLVMImportDialectInterface using ODS (#181923)AidinT5-63/+117
2026-03-25[Flang-RT] Support building no library (#187868)Michael Kruse3-39/+55
2026-03-25[TargetLowering] Update comments for prepareUREMEqFold to show non-zero compa...Craig Topper1-3/+4
2026-03-25[AggressiveInstCombine] Use APInt::getOneBitSet. NFC (#188545)Craig Topper1-1/+2
2026-03-25[TargetLowering] Use APInt::abs in prepareSREMEqFold. NFC (#188551)Craig Topper1-3/+2
2026-03-25[HLSL][DXIL][SPIRV] QuadReadAcrossY intrinsic support (#187440)Kai16-1/+463
2026-03-25Revert "Reland "[flang][OpenMP] Fix lowering of LINEAR iteration variables (#...Leandro Lupori9-54/+48
2026-03-25[mlir][linalg] Fix crash in greedy fusion when producer is fused into multipl...Mehdi Amini2-1/+39
2026-03-25[flang] Fix unused variable error (NFC) (#188358)Kelvin Li1-2/+1
2026-03-25[MLIR] [Mem2Reg] Quick fix for dominance info invalidation (#188518)Théo Degioanni1-0/+7
2026-03-25libclc: clspv does not need workaround for flush_if_daz (#188555)Romaric Jodin1-1/+1
2026-03-25[SampleFDO] Check pseudo probe descriptors for unused profile in stale profil...Wei Wang5-4/+99
2026-03-25[HLSL][SPIRV] Add support for -g to generate NonSemantic Debug Info (#187051)Diego Novillo10-15/+90
2026-03-25[mlir][linalg] Improve inner tile size mismatch diagnostics in pack/unpack ve...Mehdi Amini2-25/+27
2026-03-25[MLIR] convert ConvertToLLVMPatternInterface to ods (#188354)AidinT18-37/+81
2026-03-25[AArch64] Promote more NEON splats to SVE immediates (#186776)Benjamin Maxwell3-64/+167
2026-03-25[libc++] Add CMake plumbing for _LIBCPP_HAS_THREAD_API_C11 mode. (#188414)Alexey Samsonov3-2/+31
2026-03-25[scudo] Remove some android wrapper checking. (#188339)Christopher Ferris1-29/+0