summaryrefslogtreecommitdiff
path: root/mlir/docs/PassManagement.md
AgeCommit message (Expand)Author
2025-11-05[mlir][ods] Enable granular pass registration. (#166532)Jacques Pienaar
2025-05-23[mlir][docs] Fix typo in PassManagement.md (NFC) (#140891)csstormq
2025-02-17[MLIR][Doc] Update the pass infra doc to advise against `let constructor = ` ...Mehdi Amini
2024-12-17[mlir] add option to print SSA IDs using `NameLoc`s as prefixes (#119996)Maksim Levental
2024-05-24[mlir][Pass] Add new FileTreeIRPrinterConfig (#67840)Christopher Bate
2024-04-03[mlir] Enhance TimingManager Printing Flexibility (#85821)Hsiangkai Wang
2024-02-27[MLIR] Fix a few links to passes in the documentation (#83221)mlevesquedion
2024-02-17[mlir][docs] Fix broken links to traits documentation (#82131)mlevesquedion
2024-01-11[mlir] Improve `GreedyPatternRewriteDriver` and pass documentation (#77614)Matthias Springer
2023-10-05[mlir][docs] Cleanup documentations [NFC] (#67945)Kohei Yamaguchi
2023-05-04Restore mlir-opt `--run-reproducer` option to opt-in running a reproducerMehdi Amini
2023-01-25[mlir][Pass] Make PassManager default to op-agnosticrkayaith
2022-12-02[mlir][docs] Group the docs for defining dialect componentsRiver Riddle
2022-11-03[mlir] Include anchor op in reproducer pipeline stringrkayaith
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith
2022-09-28[mlir] Add macro for enabling all generated pass declarationsrkayaith
2022-09-26[mlir][spirv] Change dialect name from 'spv' to 'spirv'Jakub Kuderski
2022-08-30[MLIR] Unique autogenerated file for tablegen passesMichele Scuttari
2022-08-29[MLIR] Fix autogenerated pass constructors linkageMichele Scuttari
2022-08-24[MLIR] Split autogenerated pass declarations & C++ controllable pass optionsMichele Scuttari
2022-08-08[mlir][doc] Cross link the dependent dialect section to the tablegen field de...Mehdi Amini
2022-07-19[mlir][docs] Fix pass manager documentRajas Vanjape
2022-07-01[mlir] Fix usages of `run-reproducer`.rdzhabarov
2022-06-30Remove unneeded cl::ZeroOrMore. NFCFangrui Song
2022-06-30[mlir] Remove unneeded cl::ZeroOrMore for ListOption variables. NFCFangrui Song
2022-06-29[mlir] Update the pass crash reproducer documentationRiver Riddle
2022-05-16[mlir][NFC] Fix the tags for various doc code blocksRiver Riddle
2022-05-12[mlir:Pass] Add support for op-agnostic pass managersRiver Riddle
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in examples+py...River Riddle
2022-04-18[mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespaceRiver Riddle
2022-04-12[mlir] Prefix pass manager options with `mlir-`Andrzej Warzynski
2022-04-07Fix grammar and punctuation across several docs; NFCPriyansh Singh
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-07[mlir][NFC] Rename StandardToLLVM to FuncToLLVMRiver Riddle
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-10-14[MLIR][arith] fix references to std.constant in commentsMogball
2021-09-07[MLIR][docs] Clarify language in pass restrictionsGeoffrey Martin-Noble
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle
2021-06-16Decouple registring passes from specifying argument/descriptionMehdi Amini
2021-06-11[mlir][docs] Reorder PassWrapper argumentsMarius Brehler
2021-05-24[mlir][doc] Fix links and references in top level docs directoryMarkus Böck
2021-05-19[mlir] Refactor the implementation of pass crash reproducersRiver Riddle
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
2021-04-20[mlir] Pass AnalysisManager as optional parameter to analysis ctor, so it can...Butygin
2021-02-24[mlir][docs] Small fix to local Pass Manager reproduction documentationRiver Riddle
2021-02-11Enable `Pass::initialize()` to fail by returning a LogicalResultMehdi Amini
2021-01-29[mlir][docs] Fix typo: even -> eventJordan Rupprecht
2021-01-21[mlir] Enable passing crash reproducer stream factory methodJacques Pienaar