aboutsummaryrefslogtreecommitdiff
path: root/mlir/docs/PassManagement.md
AgeCommit message (Expand)AuthorFilesLines
2022-12-02[mlir][docs] Group the docs for defining dialect componentsRiver Riddle1-1/+1
2022-11-03[mlir] Include anchor op in reproducer pipeline stringrkayaith1-2/+2
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith1-7/+7
2022-09-28[mlir] Add macro for enabling all generated pass declarationsrkayaith1-9/+8
2022-09-26[mlir][spirv] Change dialect name from 'spv' to 'spirv'Jakub Kuderski1-4/+4
2022-08-30[MLIR] Unique autogenerated file for tablegen passesMichele Scuttari1-17/+12
2022-08-29[MLIR] Fix autogenerated pass constructors linkageMichele Scuttari1-11/+20
2022-08-24[MLIR] Split autogenerated pass declarations & C++ controllable pass optionsMichele Scuttari1-17/+64
2022-08-08[mlir][doc] Cross link the dependent dialect section to the tablegen field de...Mehdi Amini1-0/+2
2022-07-19[mlir][docs] Fix pass manager documentRajas Vanjape1-2/+2
2022-07-01[mlir] Fix usages of `run-reproducer`.rdzhabarov1-3/+3
2022-06-30Remove unneeded cl::ZeroOrMore. NFCFangrui Song1-2/+2
2022-06-30[mlir] Remove unneeded cl::ZeroOrMore for ListOption variables. NFCFangrui Song1-1/+1
2022-06-29[mlir] Update the pass crash reproducer documentationRiver Riddle1-10/+27
2022-05-16[mlir][NFC] Fix the tags for various doc code blocksRiver Riddle1-1/+1
2022-05-12[mlir:Pass] Add support for op-agnostic pass managersRiver Riddle1-61/+134
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in examples+py...River Riddle1-10/+10
2022-04-18[mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespaceRiver Riddle1-6/+6
2022-04-12[mlir] Prefix pass manager options with `mlir-`Andrzej Warzynski1-20/+20
2022-04-07Fix grammar and punctuation across several docs; NFCPriyansh Singh1-6/+6
2022-04-02[mlir:PassOption] Rework ListOption parsing and add support for std::vector/S...River Riddle1-10/+9
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle1-19/+19
2022-03-07[mlir][NFC] Rename StandardToLLVM to FuncToLLVMRiver Riddle1-5/+5
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini1-1/+1
2021-10-14[MLIR][arith] fix references to std.constant in commentsMogball1-8/+8
2021-09-07[MLIR][docs] Clarify language in pass restrictionsGeoffrey Martin-Noble1-11/+12
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle1-21/+21
2021-06-16Decouple registring passes from specifying argument/descriptionMehdi Amini1-9/+17
2021-06-11[mlir][docs] Reorder PassWrapper argumentsMarius Brehler1-3/+3
2021-05-24[mlir][doc] Fix links and references in top level docs directoryMarkus Böck1-6/+6
2021-05-19[mlir] Refactor the implementation of pass crash reproducersRiver Riddle1-1/+4
2021-05-19[mlir] Add a new `print-ir-after-failure` IR pass printing flagRiver Riddle1-0/+15
2021-05-12[MLIR] Factor pass timing out into a dedicated timing managerFabian Schuiki1-6/+6
2021-04-20[mlir] Pass AnalysisManager as optional parameter to analysis ctor, so it can...Butygin1-2/+25
2021-02-24[mlir][docs] Small fix to local Pass Manager reproduction documentationRiver Riddle1-2/+1
2021-02-11Enable `Pass::initialize()` to fail by returning a LogicalResultMehdi Amini1-1/+3
2021-01-29[mlir][docs] Fix typo: even -> eventJordan Rupprecht1-1/+1
2021-01-21[mlir] Enable passing crash reproducer stream factory methodJacques Pienaar1-2/+5
2021-01-08[mlir] Add a hook for initializing passes before execution and use it in the ...River Riddle1-0/+17
2021-01-07[mlir] NFC: fix trivial typosKazuaki Ishizaki1-1/+1
2020-12-30[mlir] Add option to read reproducer options from fileJacques Pienaar1-0/+4
2020-12-11[mlir][docs] Tidy up the pass infrastructure documentationRiver Riddle1-253/+367
2020-09-07Add documentation for getDependentDialects() in the PassManagement infra docsMehdi Amini1-0/+11
2020-07-31[mlir][PassIncGen] Refactor how pass registration is generatedRiver Riddle1-5/+25
2020-05-02[mlir] Add a new context flag for disabling/enabling multi-threadingRiver Riddle1-4/+4
2020-04-29[mlir][Pass] Add support for generating local crash reproducersRiver Riddle1-0/+25
2020-04-29[mlir] NFC: fix trivial typoKazuaki Ishizaki1-1/+1
2020-04-19Fix broken doc links to QuickstartRewrites.md after move under TutorialsMehdi Amini1-3/+3
2020-04-11[mlir][docs] Refactor the layout of the docs folderRiver Riddle1-0/+994