summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-31[llvm-readobj, ELF] Support reading binary with more than PN_XNUM segments.users/aokblast/readelf/pxnum_supportShengYi Hung
2025-10-31[Object,ELF] Implement PN_XNUM extension for program headersusers/aokblast/elf/fix_65535errShengYi Hung
2025-10-30[libc++] Fix localization failures on macOS 15.4 (#138744)Louis Dionne
2025-10-30[AMDGPU] Add regbankselect rules for G_ADD/SUB and variants (#159860)Anshil Gandhi
2025-10-30[RISCV] Support P extension ABSW instruction. (#165047)Craig Topper
2025-10-30[bazel][mlir] Port #164978: [mlir][gpu] Loose the condition to convert scf.pa...google-yfyang
2025-10-30[mlir][linalg] Genericize MapOp (#162742)srcarroll
2025-10-30[AMDGPU][GlobalISel] Fix issue with copy_scc_vcc on gfx7 (#165355)vangthao95
2025-10-30[AMDGPU][MC][NFC] Use the lit substitution to extract instruction codes in te...Ivan Kosarev
2025-10-30[flang] One more fix for dumping evaluate::Expr (#165730)Krzysztof Parzyszek
2025-10-30[lldb][test] Fix libc++ API tests on older Clang versionsMichael Buch
2025-10-30[bazel] Add missing dependency for 9d5c35408e7a38b3062667bbebb3c0953fa2fae4Benjamin Kramer
2025-10-30[LoopUnroll][NFCI] Clean up remainder followup metadata handling (#165272)Joel E. Denny
2025-10-30[lit] Remove setting stack size in ulimit_okay.txtAiden Grossman
2025-10-30Reapply "[lit] Support more ulimit options"Aiden Grossman
2025-10-30[LICM] Sink unused l-invariant loads in preheader. (#157559)Vigneshwar Jayakumar
2025-10-30[Hexagon] Remove a redundant cast (NFC) (#165654)Kazu Hirata
2025-10-30[mlir] Remove unused "using" decls (NFC) (#165652)Kazu Hirata
2025-10-30[LSR] Don't count conditional loads/store as enabling pre/post-index (#159573)John Brawn
2025-10-30[mlir][gpu] Loose the condition to convert scf.parallel to gpu.launch (#164978)Hsiangkai Wang
2025-10-30[clang] Use File Location for debug info resolution. (#163982)SKill
2025-10-30Revert "[LLDB][Windows]: Don't pass duplicate HANDLEs to CreateProcess" (#165...David Spickett
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