summaryrefslogtreecommitdiff
path: root/mlir/lib/Reducer
AgeCommit message (Expand)Author
2025-11-13[MLIR] Add reduction interface with tester to mlir-reduce (#166096)AidinT
2025-07-15[mlir] Remove unused includes (NFC) (#148872)Kazu Hirata
2025-06-26[mlir] Migrate away from std::nullopt (NFC) (#145842)Kazu Hirata
2025-06-06[mlir] Ensure newline at the end of files (NFC) (#143155)Kazu Hirata
2025-04-24[mlir] add a fluent API to GreedyRewriterConfig (#137122)Oleksandr "Alex" Zinenko
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-08[MLIR][NFC] Retire let constructor for Reducer (#134786)lorenzo chelini
2025-02-17[mlir] Update docs for Greedy Pattern Rewrite Driver(NFC) (#126701)Longsheng Mou
2024-12-20[mlir] Enable decoupling two kinds of greedy behavior. (#104649)Jacques Pienaar
2024-03-10Add llvm::min/max_element and use it in llvm/ and mlir/ directories. (#84678)Justin Lebar
2023-10-24[ADT] Rename llvm::erase_value to llvm::erase (NFC) (#70156)Kazu Hirata
2023-01-27[mlir] GreedyPatternRewriteDriver: Move strict mode to GreedyPatternRewriteDr...Matthias Springer
2023-01-12[mlir] Add operations to BlockAndValueMapping and rename it to IRMappingJeff Niu
2022-12-03[mlir] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-10-03[mlir-reduce] Support parsing operations other than 'builtin.module' as top-l...rkayaith
2022-08-31[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-30Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari
2022-08-30[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-04-15[mlir] Add asserts when changing various MLIRContext configurationsRiver Riddle
2022-01-10Apply clang-tidy fixes for performance-move-const-arg in ReductionNode.cpp (NFC)Mehdi Amini
2022-01-02Apply clang-tidy fixes for performance-unnecessary-value-param to MLIR (NFC)Mehdi Amini
2022-01-02Apply clang-tidy fixes for performance-move-const-arg to MLIR (NFC)Mehdi Amini
2022-01-02Apply clang-tidy fixes for performance-for-range-copy to MLIR (NFC)Mehdi Amini
2022-01-02Apply clang-tidy fixes for modernize-use-default-member-init to MLIR Reductio...Mehdi Amini
2022-01-02Apply clang-tidy fixes for readability-container-size-empty for MLIR (NFC)Mehdi Amini
2022-01-02Apply clang-tidy fixes for performance-unnecessary-value-param to MLIR (NFC)Mehdi Amini
2021-12-22Fix more clang-tidy cleanups in mlir/ (NFC)Mehdi Amini
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-10-06[mlir] Replace report_fatal_error(std::string) uses with report_fatal_error(T...Simon Pilgrim
2021-07-08[mlir-reduce] Fix the memory leak and recycle unused modules.Chia-hung Duan
2021-07-05[mlir-reduce] Improve diagnostic message and clean build dependencyChia-hung Duan
2021-06-03[mlir-reduce] Create MlirReduceLibChia-hung Duan
2021-06-02Fix CMake error: TableGen targets must be in the DEPENDS list instead of LINK...Mehdi Amini
2021-06-02Add missing CMake dependency for mlir/lib/Reducer (NFC)Mehdi Amini
2021-06-02[mlir-reduce] Reducer refactor.Chia-hung Duan
2021-04-14Refactor the architecture of mlir-reduceChia-hung Duan
2021-04-14Revert "Refactor the architecture of mlir-reduce"Mehdi Amini
2021-04-14Refactor the architecture of mlir-reduceJacques Pienaar
2020-10-29[mlir] NFC: fix trivial typosKazuaki Ishizaki
2020-08-07Create Reduction Tree PassMauricio Sifontes
2020-07-07Create the MLIR Reduce frameworkMauricio Sifontes
2020-07-07Revert "Create the framework and testing environment for MLIR Reduce - a tool"Mehdi Amini
2020-07-07Create the framework and testing environment for MLIR Reduce - a toolMauricio Sifontes