summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-19remove underlying value setusers/SamTebbs33/vpexpression-keep-duplicatesSam Tebbs
2025-09-19[LV] Keep duplicate recipes in VPExpressionRecipeSam Tebbs
2025-09-19[MLIR][XeGPU][VectorToXeGPU] Add lowering from vector.gather/scatter to xegpu...Dmitry Chigarev
2025-09-19[SDAG][AMDGPU] Allow opting in to OOB-generating PTRADD transforms (#146074)Fabian Ritter
2025-09-19[mlir:python] Port Python bindings of IRDL to bazel build. (#159721)Ingo Müller
2025-09-19[Clang][NFC] Remove duplicated specialization of `llvm::DenseMapInfo<llvm::Fo...Corentin Jabot
2025-09-19[clang-tidy][NFC] Fix error in example code for `modernize-use-scoped-lock`'s...flovent
2025-09-19[AMDGPU][SDAG] Handle ISD::PTRADD in various special cases (#145330)Fabian Ritter
2025-09-19[RISCV] Implement MC support for Zvfofp8min extension (#157014)Jim Lin
2025-09-19[AMDGPU][SDAG] Test ISD::PTRADD handling in various special cases (#145329)Fabian Ritter
2025-09-19[clang][docs] mark v21 as released (#158629)h-vetinari
2025-09-19[llvm-mca] Round UP when formatting Reciprocal Throughput (#159544)Simon Wallis
2025-09-19[SeparateConstOffsetFromGEP] Check if non-extracted indices may be negative w...Fabian Ritter
2025-09-19[AArch64] Add some tests for bitcast vector loads and scalarizing loaded vect...David Green
2025-09-19[RISCV][GISel] Support select vx, vf form rvv intrinsics (#157398)Jianjian Guan
2025-09-19[InferAddressSpaces] Mark ConstantAggregateZero as safe to cast to a Constant...Wenju He
2025-09-19[LoongArch] Simplily fix extractelement on LA32 (#159564)ZhaoQi
2025-09-19[Clang][CIR] fix enumeration value 'OMPGroupPrivate' not handled in switch (#...Maksim Levental
2025-09-18[WebKit checkers] Add the support for OSObjectPtr (#159484)Ryosuke Niwa
2025-09-18[RISCV] Use Subtarget member variable instead of getting it from MachineFunct...Craig Topper
2025-09-19[RISCV] Ignore debug instructions in RISCVVLOptimizer (#159616)Luke Lau
2025-09-19[libc++] Improve error resilience when running historical benchmarksLouis Dionne
2025-09-18Revert "[TTI][ASan][RISCV] Move InterestingMemoryOperand to Analysis and embe...Florian Mayer
2025-09-19TableGen: Replace assertion with error for unexpected pattern inputs (#159687)Matt Arsenault
2025-09-19TableGen: Remove dead def of implicit node (#159688)Matt Arsenault
2025-09-19[TTI][ASan][RISCV] Move InterestingMemoryOperand to Analysis and embed in Mem...Hank Chang
2025-09-19[RISC-V] Add P-ext MC Support for Remaining Pair Operations (#159247)Qihan Cai
2025-09-18[C++20][Modules] Fix merging of anonymous members of class templates. (#155948)Michael Park
2025-09-19[bazel][mlir] Port #158722: complex.powi op (#159691)Jordan Rupprecht
2025-09-18[MLIR][Python] add type hints for accessors (#158455)Maksim Levental
2025-09-19[MLIR][Python] Add python bindings for IRDL dialect (#158488)Twice
2025-09-19[bazel][mlir] Port #158084: xegpu vectorlinearize pass (#159690)Jordan Rupprecht
2025-09-19[MLIR] Add new complex.powi op (#158722)Akash Banerjee
2025-09-19[LoongArch] Add generation support for `[x]vnori.b` (#158772)ZhaoQi
2025-09-18[IntrinsicEmitter] Make AttributesMap PackedID type-adaptive (#158383)Elvin Wang
2025-09-19[InferAddressSpaces] Extend undef pointer operand support to phi inst (#159548)Wenju He
2025-09-19AMDGPU: Remove unnecessary AGPR legalize logic (#159491)Matt Arsenault
2025-09-19[Flang] Add new ConvertComplexPow pass for Flang (#158642)Akash Banerjee
2025-09-18[mlir][spirv] Simplify inheriting constructor declarations. NFC. (#159681)Jakub Kuderski
2025-09-19Greedy: Take copy hints involving subregisters (#159570)Matt Arsenault
2025-09-19AMDGPU: Add more mfma loop test cases (#159492)Matt Arsenault
2025-09-18[RISCV] Use bseti 31 for (or X, -2147483648) when upper 32 bits aren't used. ...Craig Topper
2025-09-19[RISCV] Move Xqci Select-likes to use riscv_selectcc (#153147)Sam Elliott
2025-09-18[mlir][vector] Fix crash in vector.from_elements folding with poison values ...Jhalak Patel
2025-09-19Fix libFuzzer array alignment with empty modules (#159661)Bitshift
2025-09-18[webkit.UncountedLambdaCapturesChecker] Treat arguments of std::ranges::all_o...Ryosuke Niwa
2025-09-18[scudo] Add missing tracing.h include to primary32 (#159668)Christopher Ferris
2025-09-18[AMDGPU] gfx1251 VOP3 dpp support (#159654)Stanislav Mekhanoshin
2025-09-18[clang][Dependency Scanning] Canonicalize Defines of a Compiler Invocation As...Qiongsi Wu
2025-09-18[lldb] Fix build when LLDB_ENABLE_PYTHON is OFF (#159665)Jonas Devlieghere