aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Tools/mlir-opt/MlirOptMain.cpp
AgeCommit message (Expand)AuthorFilesLines
3 days[MLIR] Introduce a OpWithState class to act as a stream modifier for Operatio...Mehdi Amini1-2/+1
6 days[mlir] Report line number from file rather than split (#150982)Jacques Pienaar1-17/+38
2025-07-15[mlir] Remove unused includes (NFC) (#148872)Kazu Hirata1-7/+0
2025-04-10[mlir] implement `-verify-diagnostics=only-expected` (#135131)Maksim Levental1-6/+22
2025-04-08[MLIR][mlir-opt] move action debugger hook flag (#134842)Christopher McGirr1-5/+0
2024-11-28[mlir-opt] Fix -Wcovered-switch-default in MlirOptMain.cpp (NFC)Jie Fu1-2/+1
2024-11-27[MLIR][mlir-opt] add support for disabling diagnostics (#117669)sfzhu931-2/+63
2024-11-15[MLIR][mlir-opt] Add option to turn off verifier on parsing (#116287)Thomas Peters1-2/+7
2024-09-15[mlir] Reland 5a6e52d6ef96d2bcab6dc50bdb369662ff17d2a0 with update (NFC)JOE19941-2/+1
2024-09-15Revert "[mlir] Nits on uses of llvm::raw_string_ostream (NFC)"JOE19941-1/+2
2024-09-15[mlir] Nits on uses of llvm::raw_string_ostream (NFC)JOE19941-2/+1
2024-08-06[mlir] Add --list-passes option to mlir-opt (#100420)Natan-GabrielTiutiuIntel1-0/+16
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra1-1/+0
2024-05-20[mlir][irdl] Fix missing verifier in irdl.parametric (#92700)Théo Degioanni1-0/+2
2024-03-17[mlir] Work around MSVC bugBenjamin Kramer1-2/+2
2024-03-14[MLIR] Fix `mlir-opt --show-dialects` to not require any input (as documented)Mehdi Amini1-5/+13
2024-03-14[mlir] Make the split markers of splitAndProcessBuffer configurable. (#84765)Ingo Müller1-7/+17
2024-03-02Split the llvm::ThreadPool into an abstract base class and an implementation ...Mehdi Amini1-2/+2
2024-02-25Enables textual IR roundtripping through `--verifyRoundtrip` (#82946)Matteo Franciolini1-11/+13
2024-02-16Apply clang-tidy fixes for readability-identifier-naming in MlirOptMain.cpp (...Mehdi Amini1-4/+4
2024-01-03[mlir][Pass] Enable the option for reproducer generation without crashing (#7...Puyan Lotfi1-0/+18
2023-11-13[mlir][bytecode] Add bytecode writer config API to skip serialization of reso...Matteo Franciolini1-0/+7
2023-10-29[MLIR][mlir-opt] Add `registerationAndParseCLIOptions` for `MlirOptMain`. (#7...weiwei chen1-27/+50
2023-05-25Add a `-verify-roundtrip` option to `mlir-opt` intended to validate custom pr...Mehdi Amini1-29/+111
2023-05-04Restore mlir-opt `--run-reproducer` option to opt-in running a reproducerMehdi Amini1-2/+9
2023-04-30[mlir][bytecode] Return error instead of min versionJacques Pienaar1-7/+2
2023-04-29[mlir][bytecode] Allow client to specify a desired version.Jacques Pienaar1-5/+38
2023-04-24Remove deprecated `preloadDialectInContext` flag for MlirOptMain that has bee...Mehdi Amini1-5/+1
2023-04-24Remove deprecated entry point for MlirOptMainMehdi Amini1-39/+0
2023-04-24Refactor the mlir-opt command line options related to debugging in a helperMehdi Amini1-84/+5
2023-04-24Add a GDB/LLDB interface for interactive debugging of MLIR ActionsMehdi Amini1-17/+31
2023-04-23[mlir][irdl] Add IRDL registrationMathieu Fehr1-0/+38
2023-04-21Add a breakpoint manager that matches based on File/Line/Col LocationsMehdi Amini1-0/+35
2023-04-21Revert "Add a breakpoint manager that matches based on File/Line/Col Locations"Mehdi Amini1-35/+0
2023-04-21Add a breakpoint manager that matches based on File/Line/Col LocationsMehdi Amini1-0/+35
2023-04-20Revert "[mlir][irdl] Add IRDL registration"Arjun P1-42/+0
2023-04-20[mlir][irdl] Add IRDL registrationMathieu Fehr1-0/+42
2023-04-06Implement Pass and Dialect plugins for mlir-optFabian Mora1-2/+43
2023-04-06Revert "Implement Pass and Dialect plugins for mlir-opt"Mehdi Amini1-43/+2
2023-04-06Implement Pass and Dialect plugins for mlir-optMehdi Amini1-2/+43
2023-04-06Revert "Implement Pass and Dialect plugins for mlir-opt"Jacques Pienaar1-43/+2
2023-04-06Implement Pass and Dialect plugins for mlir-optFabian Mora1-2/+43
2023-04-02[mlir] Catch the case using ir print without disabling multithreadKai Sasaki1-1/+2
2023-03-20Add an Observer for logging actions application to a streamMehdi Amini1-1/+45
2023-03-13Fix a small typo in a comment in MlitOptMain.cpp (NFC)Mehdi Amini1-1/+1
2023-03-13Add a message to mlir-opt when reading from stdin to avoid being waiting for ...Mehdi Amini1-0/+9
2023-03-08Make mlir-opt --show-dialects option print on a single lineMehdi Amini1-2/+2
2023-03-07Delete ActionManager and replace it with a simple callback on the ContextMehdi Amini1-1/+1
2023-03-06[mlir-opt] Fix dialect preload after fb1bb6aGoran Flegar1-0/+1
2023-03-06Rename DebugAction to tracing::Action and move related code from lib/Support ...Mehdi Amini1-3/+3