summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-19[MLIR][DialectConversion] Export isOpIgnored in ConversionPatternRewriterusers/wsmoses/convWilliam S. Moses
2025-08-19[LoongArch] Fix implicit PesudoXVINSGR2VR error (#152432)tangaac
2025-08-19[PowerPC] Add BCDCOPYSIGN and BCDSETSIGN Instruction Support (#144874)Aditi Medhane
2025-08-19[DAG] SelectionDAG::canCreateUndefOrPoison - add ISD::SCMP/UCMP handling + te...Temperz87
2025-08-19[clang][bytecode] Fix initializing float elements from #embed (#154285)Timm Baeder
2025-08-19[TableGen][DecoderEmitter] Stop duplicating encodings (NFC) (#154288)Sergei Barannikov
2025-08-19[AArch64][SME] Implement the SME ABI (ZA state management) in Machine IR (#14...Benjamin Maxwell
2025-08-19[SCCP] Enable PredicateInfo for non-interprocedural SCCP (#153003)Nikita Popov
2025-08-19[clang][bytecode] Move pointers from extern globals to new decls (#154273)Timm Baeder
2025-08-19[CI] Run LLDB tests on Clang changes in pre-merge CI (#154154)Michael Buch
2025-08-19[Github] Remove redundant 'START_REV', 'END_REV' env variables (NFC) (#154218)Baranov Victor
2025-08-19[CIR] Implement MemberExpr support for ComplexType (#154027)Amr Hesham
2025-08-19[LV][TTI] Calculate cost of extracting last index in a scalable vector (#144086)David Sherwood
2025-08-19[libc] Add _Returns_twice to C++ code (#153602)William Huynh
2025-08-19[clang][bytecode] Create temporary before discarding CXXConstructExpr (#154280)Timm Baeder
2025-08-19[LICM] Avoid assertion failure on stale MemoryDefNikita Popov
2025-08-19[VPlan] EVL transform VPVectorEndPointerRecipe alongisde load/store recipes. ...Luke Lau
2025-08-19[CIR] Implement Statement Expressions (#153677)Morris Hafner
2025-08-19[X86] Enable MMX unpcklo/unpckhi intrinsics in constexpr (#154149)Simon Pilgrim
2025-08-19[clang][bytecode][NFC] use both-note in literals test (#154277)Timm Baeder
2025-08-19[X86][Inline] Check correct function for target feature check (#152515)Nikita Popov
2025-08-19[RISCV] Use OrigTy from InputArg/OutputArg (NFCI) (#154095)Nikita Popov
2025-08-19[SystemZ] Remove custom CCState pre-analysis (#154091)Nikita Popov
2025-08-19[Hexagon] Remove custom vararg tracking (NFCI) (#154089)Nikita Popov
2025-08-19[Mips] Remove custom "original type" handling (#154082)Nikita Popov
2025-08-19[CIR] Upstream __builtin_va_start and __builtin_va_end (#153819)Morris Hafner
2025-08-19[clang][bytecode] Support pmul X86 builtins (#154275)Timm Baeder
2025-08-19[TableGen][DecoderEmitter] Extract encoding parsing into a method (NFC) (#154...Sergei Barannikov
2025-08-19[RISCV] Generate QC_INSB/QC_INSBI instructions from OR of AND Imm (#154023)Sudharsan Veeravalli
2025-08-19[AMDGPU] Check noalias.addrspace in mayAccessScratchThroughFlat (#151319)Pierre van Houtryve
2025-08-19[LAA] Move scalable vector check into `getStrideFromAddRec()` (#154013)Benjamin Maxwell
2025-08-18[llvm] Proofread Legalizer.rst (#154266)Kazu Hirata
2025-08-18[AArch64] Replace SmallSet with SmallPtrSet (NFC) (#154264)Kazu Hirata
2025-08-18[lld] Replace SmallSet with SmallPtrSet (NFC) (#154263)Kazu Hirata
2025-08-18[ADT] Refactor SmallPtrSetImplBase::swap (NFC) (#154261)Kazu Hirata
2025-08-19[TableGen][DecoderEmitter] Shorten a few variable names (NFC)Sergei Barannikov
2025-08-18[lld][WebAssembly] Do not relocate ABSOLUTE symbols (#153763)YAMAMOTO Takashi
2025-08-19[clang][bytecode] Save a per-block dynamic allocation ID (#154094)Timm Baeder
2025-08-19[TableGen][DecoderEmitter] Extract a couple of loop invariants (NFC)Sergei Barannikov
2025-08-18[RISCV] Fold (X & -4096) == 0 -> (X >> 12) == 0 (#154233)Craig Topper
2025-08-18[RISCV] Fold (sext_inreg (setcc), i1) -> (sub 0, (setcc). (#154206)Craig Topper
2025-08-19[lldb] Fix error : unknown error while starting lldb's C/C++ repl (#153560)Anutosh Bhat
2025-08-19[VPlan] Don't fold live ins with both scalar and vector operands (#154067)Luke Lau
2025-08-19[NFC][mlir][vector] Handle potential static cast assertion. (#152957)Md Asghar Ahmad Shahid
2025-08-18Reland "[Utils] Add new --update-tests flag to llvm-lit" (#153821)Henrik G. Olsson
2025-08-19[TableGen][DecoderEmitter] Synthesize decoder table name in emitTable (#154255)Sergei Barannikov
2025-08-18Revert "[AMDGPU][Attributor] Infer inreg attribute in `AMDGPUAttributor` (#14...Shilei Tian
2025-08-19[RISCV] Use sd_match in trySignedBitfieldInsertInMask (#154152)Sudharsan Veeravalli
2025-08-19[clangd] Clangd running with `--experimental-modules-support` crashes when th...slavek-kucera
2025-08-18[AMDGPU][Attributor] Infer inreg attribute in `AMDGPUAttributor` (#146720)Shilei Tian