summaryrefslogtreecommitdiff
path: root/mlir/lib/Pass/PassRegistry.cpp
AgeCommit message (Expand)Author
2025-07-24[mlir] Remove unused includes (NFC) (#150476)Kazu Hirata
2025-03-31[MLIR][NFC] Fix incomplete boundary comments. (#133516)Han-Chung Wang
2024-12-17[mlir] Attempt to resolve edge cases in PassPipeline textual format (#118877)Christopher Bate
2024-10-29[mlir] Fix a warningKazu Hirata
2024-10-29[mlir][NFC] Avoid a warning (#114052)Piotr Fusik
2024-08-09[mlir] Add support for parsing nested PassPipelineOptions (#101118)Nikhil Kalra
2024-08-06[mlir] Add --list-passes option to mlir-opt (#100420)Natan-GabrielTiutiuIntel
2024-07-05[mlir][Pass] Handle escaped pipline option values (#97667)Nikhil Kalra
2024-04-02[mlir][pass] Add `errorHandler` param to `Pass::initializeOptions` (#87289)Ivan Butygin
2023-11-26[mlir] Fix a warningKazu Hirata
2023-11-24[MLIR][NFC] Fix build on recent GCC with C++20 enabled (#73308)Alexander Batashev
2023-10-25[MLIR][pass registry] show overlapping pass pipeline name (#70167)Maksim Levental
2023-09-04[mlir][transform] ApplyRegisteredPassOp: Support pass pipelinesMatthias Springer
2023-01-30[mlir][Pass] Handle spaces in pipeline stringsBruno Schmitt
2023-01-14[mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-13[mlir] Add #include <optional> (NFC)Kazu Hirata
2022-11-08[mlir-opt] Add '-p' as an alias for '-pass-pipeline'rkayaith
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith
2022-11-02[mlir][Pass] Disallow mixing -pass-pipeline with other pass optionsrkayaith
2022-10-21[mlir][Pass] Fix parsePassPipeline error streamrkayaith
2022-10-06[LLVM][Support] Support for `llvm::cl::list`'s default valuesSon Tuan Vu
2022-07-14[mlir] (NFC) run clang-format on all filesJeff Niu
2022-05-12[mlir:Pass] Add support for op-agnostic pass managersRiver Riddle
2022-04-02[mlir] Allow for using OpPassManager in pass optionsRiver Riddle
2022-04-02[mlir:PassOption] Rework ListOption parsing and add support for std::vector/S...River Riddle
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2022-03-07Apply clang-tidy fixes for modernize-use-default-member-init to MLIR (NFC)Mehdi Amini
2022-01-26[mlir][NFC] Add a using for llvm::SMLoc/llvm::SMRange to LLVM.hRiver Riddle
2022-01-26[mlir:PassOptions] Fix parsing of nested option values/better handle escapingRiver Riddle
2022-01-12[mlir] Add a parsePassPipeline overload that returns a new pass managerRiver Riddle
2022-01-02Apply clang-tidy fixes for modernize-use-equals-default to 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-12-04[MLIR] Improve error message on missing getArgument() override on passUday Bondhugula
2021-09-01Remove deprecated registration APIs (NFC)Mehdi Amini
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle
2021-06-17Improve error reporting on pass registration collision (NFC)Mehdi Amini
2021-06-17Improve error message on pass registration failures to include the faulty pas...Mehdi Amini
2021-06-16Decouple registring passes from specifying argument/descriptionMehdi Amini
2021-06-02[mlir] Resolve TODO and use the pass argument instead of the TypeID for regis...River Riddle
2021-04-21[mlir] hopefully final round of iwyu fixes after ba7a92c01e8Nico Weber
2020-12-29[mlir] Add error message when failing to add passJacques Pienaar
2020-12-15[mlir][Pass] Add a new PassNameCLParser specifically for parsing lists of pas...River Riddle
2020-12-14[mlir][Inliner] Refactor the inliner to use nested pass pipelines instead of ...River Riddle
2020-11-11Disable implicit nesting on parsing textual pass pipelineMehdi Amini
2020-07-07[mlir][NFC] Remove usernames and google bug numbers from TODO comments.River Riddle
2020-04-14[llvm][STLExtras] Move the algorithm `interleave*` methods from MLIR to LLVMRiver Riddle
2020-04-10[mlir][NFC] Refactor ClassID into a TypeID class.River Riddle
2020-04-10[mlir][Pass] Allow duplicate pass registration.River Riddle