summaryrefslogtreecommitdiff
path: root/mlir/lib/Reducer
Commit message (Expand)AuthorAgeFilesLines
* [mlir] GreedyPatternRewriteDriver: Move strict mode to GreedyPatternRewriteDr...Matthias Springer2023-01-271-2/+5
* [mlir] Add operations to BlockAndValueMapping and rename it to IRMappingJeff Niu2023-01-121-2/+2
* [mlir] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-031-1/+1
* [mlir-reduce] Support parsing operations other than 'builtin.module' as top-l...rkayaith2022-10-031-1/+6
* [MLIR] Update pass declarations to new autogenerated filesMichele Scuttari2022-08-312-4/+12
* Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari2022-08-302-14/+4
* [MLIR] Update pass declarations to new autogenerated filesMichele Scuttari2022-08-302-4/+14
* [mlir] Add asserts when changing various MLIRContext configurationsRiver Riddle2022-04-151-2/+8
* Apply clang-tidy fixes for performance-move-const-arg in ReductionNode.cpp (NFC)Mehdi Amini2022-01-101-2/+2
* Apply clang-tidy fixes for performance-unnecessary-value-param to MLIR (NFC)Mehdi Amini2022-01-021-1/+1
* Apply clang-tidy fixes for performance-move-const-arg to MLIR (NFC)Mehdi Amini2022-01-022-3/+2
* Apply clang-tidy fixes for performance-for-range-copy to MLIR (NFC)Mehdi Amini2022-01-021-1/+1
* Apply clang-tidy fixes for modernize-use-default-member-init to MLIR Reductio...Mehdi Amini2022-01-021-2/+1
* Apply clang-tidy fixes for readability-container-size-empty for MLIR (NFC)Mehdi Amini2022-01-021-1/+1
* Apply clang-tidy fixes for performance-unnecessary-value-param to MLIR (NFC)Mehdi Amini2022-01-021-1/+1
* Fix more clang-tidy cleanups in mlir/ (NFC)Mehdi Amini2021-12-222-2/+2
* Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini2021-12-082-2/+2
* [mlir] Replace report_fatal_error(std::string) uses with report_fatal_error(T...Simon Pilgrim2021-10-061-4/+6
* [mlir-reduce] Fix the memory leak and recycle unused modules.Chia-hung Duan2021-07-081-0/+3
* [mlir-reduce] Improve diagnostic message and clean build dependencyChia-hung Duan2021-07-052-23/+25
* [mlir-reduce] Create MlirReduceLibChia-hung Duan2021-06-031-0/+2
* Fix CMake error: TableGen targets must be in the DEPENDS list instead of LINK...Mehdi Amini2021-06-021-0/+1
* Add missing CMake dependency for mlir/lib/Reducer (NFC)Mehdi Amini2021-06-021-0/+1
* [mlir-reduce] Reducer refactor.Chia-hung Duan2021-06-025-2/+496
* Refactor the architecture of mlir-reduceChia-hung Duan2021-04-142-7/+32
* Revert "Refactor the architecture of mlir-reduce"Mehdi Amini2021-04-141-28/+3
* Refactor the architecture of mlir-reduceJacques Pienaar2021-04-141-3/+28
* [mlir] NFC: fix trivial typosKazuaki Ishizaki2020-10-291-1/+1
* Create Reduction Tree PassMauricio Sifontes2020-08-071-3/+5
* Create the MLIR Reduce frameworkMauricio Sifontes2020-07-072-0/+55
* Revert "Create the framework and testing environment for MLIR Reduce - a tool"Mehdi Amini2020-07-072-55/+0
* Create the framework and testing environment for MLIR Reduce - a toolMauricio Sifontes2020-07-072-0/+55