summaryrefslogtreecommitdiff
path: root/mlir/lib/Tools/mlir-opt/MlirOptMain.cpp
AgeCommit message (Expand)Author
2025-11-10[mlir][NFC] Split registerAndParseCLIOptions() in mlir-opt (#166538)Andrei Golubev
2025-10-14[MLIR] Implement remark emitting policies in MLIR (#161202)Guray Ozen
2025-09-25Revert "[MLIR] Implement remark emitting policies in MLIR" (#160681)Mehdi Amini
2025-09-25[MLIR] Implement remark emitting policies in MLIR (#160526)Guray Ozen
2025-09-16[MLIR] Turn `RemarkFormat` into an enum class (NFC) (#158733)Mehdi Amini
2025-09-12[MLIR] Add remark flags to mlir-opt (#156825)Guray Ozen
2025-08-01[MLIR] Introduce a OpWithState class to act as a stream modifier for Operatio...Mehdi Amini
2025-07-29[mlir] Report line number from file rather than split (#150982)Jacques Pienaar
2025-07-15[mlir] Remove unused includes (NFC) (#148872)Kazu Hirata
2025-04-10[mlir] implement `-verify-diagnostics=only-expected` (#135131)Maksim Levental
2025-04-08[MLIR][mlir-opt] move action debugger hook flag (#134842)Christopher McGirr
2024-11-28[mlir-opt] Fix -Wcovered-switch-default in MlirOptMain.cpp (NFC)Jie Fu
2024-11-27[MLIR][mlir-opt] add support for disabling diagnostics (#117669)sfzhu93
2024-11-15[MLIR][mlir-opt] Add option to turn off verifier on parsing (#116287)Thomas Peters
2024-09-15[mlir] Reland 5a6e52d6ef96d2bcab6dc50bdb369662ff17d2a0 with update (NFC)JOE1994
2024-09-15Revert "[mlir] Nits on uses of llvm::raw_string_ostream (NFC)"JOE1994
2024-09-15[mlir] Nits on uses of llvm::raw_string_ostream (NFC)JOE1994
2024-08-06[mlir] Add --list-passes option to mlir-opt (#100420)Natan-GabrielTiutiuIntel
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-05-20[mlir][irdl] Fix missing verifier in irdl.parametric (#92700)Théo Degioanni
2024-03-17[mlir] Work around MSVC bugBenjamin Kramer
2024-03-14[MLIR] Fix `mlir-opt --show-dialects` to not require any input (as documented)Mehdi Amini
2024-03-14[mlir] Make the split markers of splitAndProcessBuffer configurable. (#84765)Ingo Müller
2024-03-02Split the llvm::ThreadPool into an abstract base class and an implementation ...Mehdi Amini
2024-02-25Enables textual IR roundtripping through `--verifyRoundtrip` (#82946)Matteo Franciolini
2024-02-16Apply clang-tidy fixes for readability-identifier-naming in MlirOptMain.cpp (...Mehdi Amini
2024-01-03[mlir][Pass] Enable the option for reproducer generation without crashing (#7...Puyan Lotfi
2023-11-13[mlir][bytecode] Add bytecode writer config API to skip serialization of reso...Matteo Franciolini
2023-10-29[MLIR][mlir-opt] Add `registerationAndParseCLIOptions` for `MlirOptMain`. (#7...weiwei chen
2023-05-25Add a `-verify-roundtrip` option to `mlir-opt` intended to validate custom pr...Mehdi Amini
2023-05-04Restore mlir-opt `--run-reproducer` option to opt-in running a reproducerMehdi Amini
2023-04-30[mlir][bytecode] Return error instead of min versionJacques Pienaar
2023-04-29[mlir][bytecode] Allow client to specify a desired version.Jacques Pienaar
2023-04-24Remove deprecated `preloadDialectInContext` flag for MlirOptMain that has bee...Mehdi Amini
2023-04-24Remove deprecated entry point for MlirOptMainMehdi Amini
2023-04-24Refactor the mlir-opt command line options related to debugging in a helperMehdi Amini
2023-04-24Add a GDB/LLDB interface for interactive debugging of MLIR ActionsMehdi Amini
2023-04-23[mlir][irdl] Add IRDL registrationMathieu Fehr
2023-04-21Add a breakpoint manager that matches based on File/Line/Col LocationsMehdi Amini
2023-04-21Revert "Add a breakpoint manager that matches based on File/Line/Col Locations"Mehdi Amini
2023-04-21Add a breakpoint manager that matches based on File/Line/Col LocationsMehdi Amini
2023-04-20Revert "[mlir][irdl] Add IRDL registration"Arjun P
2023-04-20[mlir][irdl] Add IRDL registrationMathieu Fehr
2023-04-06Implement Pass and Dialect plugins for mlir-optFabian Mora
2023-04-06Revert "Implement Pass and Dialect plugins for mlir-opt"Mehdi Amini
2023-04-06Implement Pass and Dialect plugins for mlir-optMehdi Amini
2023-04-06Revert "Implement Pass and Dialect plugins for mlir-opt"Jacques Pienaar
2023-04-06Implement Pass and Dialect plugins for mlir-optFabian Mora
2023-04-02[mlir] Catch the case using ir print without disabling multithreadKai Sasaki
2023-03-20Add an Observer for logging actions application to a streamMehdi Amini