summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Transform/IR
AgeCommit message (Expand)Author
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-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-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-27[MLIR] Migrate Transform/IR/TransformOps.cpp to LDBG() debugging macro (NFC) ...Mehdi Amini
2025-08-21[MLIR] Adopt LDBG() in Transform/IR/Utils.cpp (NFC) (#154722)Mehdi Amini
2025-07-11[mlir] Remove unused includes (NFC) (#148119)Kazu Hirata
2025-07-04[mlir][transform] Fix Wtype-limits warning (#146898)Longsheng Mou
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-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-01-06[mlir] flush output in transform.print (#121382)Oleksandr "Alex" Zinenko
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
2024-09-22[mlir] Don't call llvm::raw_string_ostream::flush() (NFC)Youngsuk Kim
2024-09-16[mlir] Tidy uses of llvm::raw_stream_ostream (NFC)JOE1994
2024-09-12[Dialect] Avoid repeated hash lookups (NFC) (#108319)Kazu Hirata
2024-07-19[mlir] Makes `zip_shortest` an optional keyword in `transform.foreach` (#98492)Guillermo Callaghan
2024-06-21[MLIR] Add continuous tiling to transform dialect (#82792)muneebkhan85
2024-06-19[mlir][side effect] refactor(*): Include more precise side effects (#94213)donald chen
2024-06-14[mlir][Transform] Extend transform.foreach to take multiple arguments (#93705)Rolf Morel
2024-05-15Fix null pointer dereference in logging in mlir TransformOps (#92237)Daniel Kuts
2024-05-03[mlir] make transform.foreach_match forward arguments (#89920)Oleksandr "Alex" Zinenko
2024-04-19Switch member calls to `isa/dyn_cast/cast/...` to free function calls. (#89356)Christian Sigg
2024-04-17[mlir] transform.apply_patterns support more config options (#88484)Oleksandr "Alex" Zinenko
2024-04-01[mlir][TD] Allow op printing flags as `transform.print` attrs (#86846)Jakub Kuderski
2024-04-01[mlir][NFC] Simplify type checks with isa predicates (#87183)Jakub Kuderski
2024-03-28[mlir] propagate silenceable failures in transform.foreach_match (#86956)Oleksandr "Alex" Zinenko
2024-03-28[mlir] move MatchOpInterface under Transform/Interfaces (#86899)Oleksandr "Alex" Zinenko
2024-03-27[mlir] fix crash in transform.print verification (#86679)Oleksandr "Alex" Zinenko
2024-03-20[mlir] split transform interfaces into a separate library (#85221)Oleksandr "Alex" Zinenko
2024-03-15[mlir][Transform] Remove `notifyOperationErased` workaround (#84134)Matthias Springer
2024-03-10[mlir][Transform] `apply_conversion_patterns`: Update handles (#83950)Matthias Springer
2024-02-20[mlir][IR][NFC] Rename `notify*Removed` to `notify*Erased` (#82253)Matthias Springer
2024-02-14Apply clang-tidy fixes for readability-simplify-boolean-expr in TransformOps....Mehdi Amini