summaryrefslogtreecommitdiff
path: root/mlir/lib/Pass/PassManagerOptions.cpp
AgeCommit message (Expand)Author
2025-06-20[MLIR] Print more user-friendly error message when generating local reproduce...Artemiy Bulavin
2024-08-01Add a tutorial on mlir-opt (#96105)Jeremy Kun
2024-05-24[mlir][Pass] Add new FileTreeIRPrinterConfig (#67840)Christopher Bate
2023-04-02[mlir] Catch the case using ir print without disabling multithreadKai Sasaki
2022-04-17Revert "[MLIR] Provide a way to print ops in custom form on pass failure"Mehdi Amini
2022-04-17[MLIR] Provide a way to print ops in custom form on pass failureUday Bondhugula
2022-04-12[mlir] Prefix pass manager options with `mlir-`Andrzej Warzynski
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-05-19[mlir] Add a new `print-ir-after-failure` IR pass printing flagRiver Riddle
2021-05-12[MLIR] Factor pass timing out into a dedicated timing managerFabian Schuiki
2020-12-15[mlir][Pass] Add a new PassNameCLParser specifically for parsing lists of pas...River Riddle
2020-12-03[mlir][Pass] Remove the restriction that PassManager can only run on ModuleOpRiver Riddle
2020-05-02[mlir] Add a new context flag for disabling/enabling multi-threadingRiver Riddle
2020-04-29[mlir][Pass] Add support for generating local crash reproducersRiver Riddle
2020-04-28Make MLIR Pass Timing output configurable through injectionMehdi Amini
2020-04-11[mlir][IR] Manually register command line options for MLIRContext and AsmPrinterRiver Riddle
2020-01-26Mass update the MLIR license header to mention "Part of the LLVM project"Mehdi Amini
2019-12-23Adjust License.txt file to use the LLVM licenseMehdi Amini
2019-12-18NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle
2019-12-06Add a flag to the IRPrinter instrumentation to only print after a pass if the...River Riddle
2019-12-05Refactor the IRPrinting instrumentation to take a derivable config.River Riddle
2019-12-05Add support for instance specific pass statistics.River Riddle
2019-10-10Add support for generating reproducers on pass crash and failure.River Riddle
2019-10-10NFC: Initialize pass manager option fields inline instead of the class constr...River Riddle
2019-09-14Update the IRPrinter instrumentation to work on non function/module operations.River Riddle
2019-09-13Refactor pass pipeline command line parsing to support explicit pipeline stri...River Riddle
2019-07-08NFC: Make the 'disable-pass-threading' flag a PassManagerOption.River Riddle
2019-03-29Moving the IR printing and execution timing options out of mlir-opt and into ...River Riddle