summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-30fix after rebaseusers/ro-i/callbr-amdgpu_2Robert Imschweiler
2025-10-30[AMDGPU][UnifyDivergentExitNodes][StructurizeCFG] Add support for callbr inst...Robert Imschweiler
2025-10-30bunch of small changes to fix a number of LIT tests on z/OS (#165567)Sean Perry
2025-10-30[AMDGPU][FixIrreducible][UnifyLoopExits] Support callbr with inline-asm (#149...Robert Imschweiler
2025-10-30[X86] combinePTESTCC - fold PTESTZ(X,SIGNMASK) -> VTESTPD/PSZ(X,X) on AVX tar...Simon Pilgrim
2025-10-30[CIR] Upstream handling for __builtin_prefetch (Typo Fix) (#165209)Shawn K
2025-10-30Reapply "[HIP][Clang] Remove __AMDGCN_WAVEFRONT_SIZE macros" (#164217)Fabian Ritter
2025-10-30[X86] Narrow BT/BTC/BTR/BTS compare + RMW patterns on very large integers (#1...Simon Pilgrim
2025-10-30[X86] combinePTESTCC - ensure repeated operands are frozen (#165697)Simon Pilgrim
2025-10-30[llvm-cxxfilt] update docs to reflect #106233 (#165709)Mads Marquart
2025-10-30[X86] Add ldexp test coverage for avx512 targets (#165698)Simon Pilgrim
2025-10-30[LoongArch][NFC] Pre-commit tests for vector type average (#161076)ZhaoQi
2025-10-30[DA] Add tests where dependencies are missed due to overflow (NFC) (#164246)Ryotaro Kasuga
2025-10-30[Clang][AArch64] Lower NEON vaddv/vminv/vmaxv builtins to llvm.vector.reduce ...Paul Walker
2025-10-30[lldb-dap][test] skip io_redirection in debug builds (#165593)Ebuka Ezike
2025-10-30Revert "[lldb-dap] Improving consistency of tests by removing concurrency." (...David Spickett
2025-10-30[clang][OpenMP] New OpenMP 6.0 threadset clause (#135807)Ritanya-B-Bharadwaj
2025-10-30[clang][NFC] Make ellipse strings constexpr (#165680)Timm Baeder
2025-10-30[ORC] Fix missing include for MemoryAccess interface (NFC) (#165576)Stefan Gränitz
2025-10-30[AMDGPU] insert eof white space (#165673)Pankaj Dwivedi
2025-10-30[GVN] Add tests for pointer replacement with different addr size (NFC)Nikita Popov
2025-10-30[libc++] Fix LLVM 22 TODOs (#153367)Nikolas Klauser
2025-10-30[DeveloperPolicy] Add guidelines for adding/enabling passes (#158591)Nikita Popov
2025-10-30[MemCpyOpt] Allow stack move optimization if one address captured (#165527)Nikita Popov
2025-10-30[DebugInfo] Add bit size to _BitInt name in debug info (#165583)Orlando Cazalet-Hyams
2025-10-30[AArch64][GlobalISel] Add some GISel test coverage for icmp-and tests. NFCDavid Green
2025-10-30[clang] Update C++ DR status pageVlad Serebrennikov
2025-10-30[utils][UpdateTestChecks] Extract MIR functionality into separate mir.py modu...Valery Pykhtin
2025-10-30[clang] Add Bytes/Columns types to TextDiagnostic (#165541)Timm Baeder
2025-10-30[mlir] Fix use-after-move issues (#165660)Slava Gurevich
2025-10-30[AMDGPU] Enable "amdgpu-uniform-intrinsic-combine" pass in pipeline. (#162819)Pankaj Dwivedi
2025-10-29[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in Vectorization.cpp (NFC)Mehdi Amini
2025-10-30[LV] Only skip scalarization overhead for members used as address.Florian Hahn
2025-10-30[bazel][mlir] Port #165629: ControlFlowTransforms deps (#165646)Jordan Rupprecht
2025-10-29[mlir][CF] Add structural type conversion patterns (#165629)Matthias Springer
2025-10-29[clang-shlib] Fix linking libclang-cpp on Haiku (#156401)Brad Smith
2025-10-29[llvm] Proofread HowToSubmitABug.rst (#165511)Kazu Hirata
2025-10-29[WebAssembly] Remove a redundant cast (NFC) (#165508)Kazu Hirata
2025-10-29[MC] Remove a duplicate #include (NFC) (#165507)Kazu Hirata
2025-10-29[acc] Expand OpenACCSupport to provide getRecipeName and emitNYI (#165628)Razvan Lupusoru
2025-10-29[LLDB][Windows]: Don't pass duplicate HANDLEs to CreateProcess (#165281)lb90
2025-10-29[flang][rt] Add install target for header files (#165610)Valentin Clement (バレンタイン クレメン)
2025-10-29[HashRecognize] Forbid optz when data.next has exit-block user (#165574)Ramkumar Ramachandra
2025-10-29[ARM] Add instruction selection for strict FP (#160696)Erik Enikeev
2025-10-29[dfsan] Fix getShadowAddress computation (#162864)anoopkg6
2025-10-29[clang-format][NFC] Port FormatTestComments to verifyFormat (#164310)Björn Schäpers
2025-10-29[lldb-dap] Improving consistency of tests by removing concurrency. (#165496)John Harrison
2025-10-29[DirectX] Use an allow-list of DXIL compatible module metadata (#165290)Finn Plummer
2025-10-29[mlir][sparse] Include sparse emit strategy in wrapping iterator (#165611)Jordan Rupprecht
2025-10-29[gn build] Port e9389436e5eaLLVM GN Syncbot