summaryrefslogtreecommitdiff
path: root/mlir/test/lib/Pass
AgeCommit message (Expand)Author
2025-10-14[MLIR] Implement remark emitting policies in MLIR (#161202)Guray Ozen
2025-09-25Revert "[MLIR] Implement remark emitting policies in MLIR" (#160681)Mehdi Amini
2025-09-25[MLIR] Implement remark emitting policies in MLIR (#160526)Guray Ozen
2025-09-12[MLIR] Add remark flags to mlir-opt (#156825)Guray Ozen
2025-09-12[mlir][Transforms] Fix crash in `reconcile-unrealized-casts` (#158298)Matthias Springer
2025-08-27[MLIR] Apply clang-tidy fixes for llvm-namespace-comment in TestVulkanRunnerP...Mehdi Amini
2025-08-08[MLIR] Make `PassPipelineOptions` virtually inheriting from PassOptions to al...Sasa Vuckovic
2025-07-25[mlir][NFC] update `mlir/Dialect` create APIs (28/n) (#150641)Maksim Levental
2025-05-13[mlir] Retire additional `let constructor` (NFC) (#139390)lorenzo chelini
2025-02-03[mlir] Fix build race condition in Pass Manager testsDavid Spickett
2025-01-29[mlir][spirv] Make ConvertToSPIRVPass into a test pass (non-public)Andrea Faulds
2025-01-29Revert "[mlir][spirv] Make ConvertToSPIRVPass into a test pass (non-public) (...Andrea Faulds
2025-01-29[mlir][spirv] Make ConvertToSPIRVPass into a test pass (non-public) (#124301)Andrea Faulds
2025-01-22Reapply "[mlir] Link libraries that aren't included in libMLIR to libMLIR" (#...Michał Górny
2025-01-22Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny
2025-01-22[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123781)Michał Górny
2025-01-21[mlir] Remove mlir-vulkan-runner and GPUToVulkan conversion passes (#123750)Andrea Faulds
2025-01-21[mlir][spirv] Add GpuToLLVM cconv suited to Vulkan, migrate last tests (#123384)Andrea Faulds
2025-01-20Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny
2025-01-20[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123477)Michał Górny
2025-01-16[mlir][spirv] Add mgpu* wrappers for Vulkan runtime, migrate some tests (#123...Andrea Faulds
2025-01-09[mlir][spirv] Do SPIR-V serialization in -test-vulkan-runner-pipeline (#121494)Andrea Faulds
2024-12-10[mlir][mlir-vulkan-runner] Move part of device pass pipeline to mlir-opt (#11...Andrea Faulds
2024-11-08[mlir] Remove the mlir-spirv-cpu-runner (move to mlir-cpu-runner) (#114563)Andrea Faulds
2024-10-25[mlir][mlir-spirv-cpu-runner] Move MLIR pass pipeline to mlir-opt (#113594)Andrea Faulds
2024-10-21Revert "[mlir][mlir-spirv-cpu-runner] Move MLIR pass pipeline to mlir-opt" (#...Jakub Kuderski
2024-10-21[mlir] Fix shared build. NFCMichael Liao
2024-10-21[mlir][mlir-spirv-cpu-runner] Move MLIR pass pipeline to mlir-opt (#111575)Andrea Faulds
2024-10-01[MLIR][Pass] Full & deterministic diagnostics (#110311)Billy Zhu
2024-08-09[mlir] Add support for parsing nested PassPipelineOptions (#101118)Nikhil Kalra
2024-04-22[mlir][test] Reorganize the test dialect (#89424)Jeff Niu
2023-10-01Fix MLIR test for UBSAN: define enum values that are set in cl::opt (NFC)Mehdi Amini
2023-09-10Fix logic to detect cl::option equality. (#65754)Christian Sigg
2022-10-20[mlir-opt] Add a '-dump-pass-pipeline' optionrkayaith
2022-10-03[mlir] Rename FunctionOpInterface::getBody to getFunctionBodyRiver Riddle
2022-07-19[mlir] Fixed ordering of pass statistics.Slava Zakharin
2022-05-25[mlir] Fix warning `missing base in copy ctor`Javed Absar
2022-05-06Apply clang-tidy fixes for bugprone-copy-constructor-init in TestPassManager....Mehdi Amini
2022-04-19Print custom assembly on pass failure by defaultMehdi Amini
2022-04-18[mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespaceRiver Riddle
2022-04-07[mlir][NFC] Drop a few unnecessary includes from Pass.hRiver Riddle
2022-04-04[mlir] Rework the implementation of TypeIDRiver 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-16[mlir] Fix missing verification after running an OpToOpAdaptorPassRiver Riddle
2022-03-04[mlir][Pass] Add support for an InterfacePass and pass filtering based on Ope...River Riddle
2022-01-18[mlir][Pass] Deprecate FunctionPass in favor of OperationPass<FuncOp>River Riddle
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-10-05[mlir:Pass] Generate a reproducer as early as possibleRiver Riddle