summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Transform
AgeCommit message (Expand)Author
2025-11-15[mlir] Adopt cast function objects. NFC. (#168228)Jakub Kuderski
2025-11-06[mlir] Remove redundant declarations (NFC) (#166714)Kazu Hirata
2025-10-28 [MLIR] Revamp RegionBranchOpInterface (#165429)Mehdi Amini
2025-10-28Revert " [MLIR] Revamp RegionBranchOpInterface " (#165356)Mehdi Amini
2025-10-28 [MLIR] Revamp RegionBranchOpInterface (#161575)Mehdi Amini
2025-10-18[MLIR][Transform][SMT] Allow for declarative computations in schedules (#160895)Rolf Morel
2025-10-16[mlir] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163703)Kazu Hirata
2025-10-06[mlir] transform dialect: don't crash in verifiers (#161098)Oleksandr "Alex" Zinenko
2025-10-06[mlir] Simplify unreachable type switch cases. NFC. (#162032)Jakub Kuderski
2025-10-02[MLIR] Apply clang-tidy fixes for llvm-else-after-return in TransformOps.cpp ...Mehdi Amini
2025-10-01[MLIR][Transform][Tune] Introduce `transform.tune.alternatives` op (#160724)Rolf Morel
2025-09-21[MLIR][Transform][SMT] Introduce transform.smt.constrain_params (#159450)Rolf Morel
2025-09-12Introduce LDBG_OS() macro as a variant of LDBG() (#158277)Mehdi Amini
2025-09-12Revert "Introduce LDBG_OS() macro as a variant of LDBG() (#157194)" (#158264)Mehdi Amini
2025-09-12Introduce LDBG_OS() macro as a variant of LDBG() (#157194) (#158260)Mehdi Amini
2025-09-11Revert "Introduce LDBG_OS() macro as a variant of LDBG()" (#158058)Mehdi Amini
2025-09-11Introduce LDBG_OS() macro as a variant of LDBG() (#157194)Mehdi Amini
2025-09-09[MLIR] Apply clang-tidy fixes for modernize-loop-convert in TransformOps.cpp ...Mehdi Amini
2025-09-03[MLIR] Apply clang-tidy fixes for readability-identifier-naming in TransformO...Mehdi Amini
2025-08-29[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in TransformInter...Mehdi Amini
2025-08-27[MLIR] Migrate Transform/IR/TransformOps.cpp to LDBG() debugging macro (NFC) ...Mehdi Amini
2025-08-25[mlir][nfc] Remove `TrivialPatternRewriter`s (#155248)Ivan Butygin
2025-08-21[MLIR] Adopt LDBG() in Transform/IR/Utils.cpp (NFC) (#154722)Mehdi Amini
2025-08-05[MLIR][Transform] Prefer entry points in current module (#151323)Erick Ochoa Lopez
2025-07-28Introduce a "log level" support for DEBUG_TYPE (#150855)Mehdi Amini
2025-07-27[MLIR] Migrate some "transform dialect" source to use the standard LDBG macro...Mehdi Amini
2025-07-25[MLIR] Fix release build: the definition for the FULL_LDBG macro was incorrectMehdi Amini
2025-07-25[MLIR] Fix release build: FULL_LDBG macro was incorrect when NDEBUG is define...Benoit Jacob
2025-07-25[mlir] Switch to new LDBG macro (#150616)Jacques Pienaar
2025-07-23[mlir] Remove unused includes (NFC) (#150266)Kazu Hirata
2025-07-11[mlir] Remove unused includes (NFC) (#148119)Kazu Hirata
2025-07-08[MLIR][Transform] Introduce `transform.tune.knob` op (#146732)Rolf Morel
2025-07-04[mlir][transform] Fix Wtype-limits warning (#146898)Longsheng Mou
2025-06-25[MLIR][Transform] expose transform.debug extension in Python (#145550)Rolf Morel
2025-06-16[MLIR][Transform] apply_registered_pass: support ListOptions (#144026)Rolf Morel
2025-06-11[MLIR][Transform] apply_registered_pass op's options as a dict (#143159)Rolf Morel
2025-06-06[MLIR][Transform] Allow ApplyRegisteredPassOp to take options as a param (#14...Rolf Morel
2025-05-21[mlir] Use llvm::is_contained (NFC) (#140986)Kazu Hirata
2025-05-06[mlir] Remove unused local variables (NFC) (#138642)Kazu Hirata
2025-04-27[mlir] Use range constructors of *Set (NFC) (#137563)Kazu Hirata
2025-04-24[mlir] add a fluent API to GreedyRewriterConfig (#137122)Oleksandr "Alex" Zinenko
2025-04-19[mlir][transform] Clean up prints. NFC. (#136401)Jakub Kuderski
2025-04-18Revert "[mlir] add a fluent API to GreedyRewriterConfig (#132253)"Kazu Hirata
2025-04-18[mlir] add a fluent API to GreedyRewriterConfig (#132253)Oleksandr "Alex" Zinenko
2025-04-14[mlir] Remove deprecated cast member functions (#135556)Jakub Kuderski
2025-03-10[mlir] Add a utility method to move operation dependencies. (#129975)MaheshRavishankar
2025-01-06[mlir] flush output in transform.print (#121382)Oleksandr "Alex" Zinenko
2024-12-21[Dialect] Migrate away from PointerUnion::{is,get} (NFC) (#120818)Kazu Hirata
2024-12-20[mlir] Enable decoupling two kinds of greedy behavior. (#104649)Jacques Pienaar
2024-12-15make transform.split_handle accept any handle kind (#118752)Oleksandr "Alex" Zinenko