summaryrefslogtreecommitdiff
path: root/mlir/examples/standalone/include
AgeCommit message (Expand)Author
2025-09-27[mlir] Fix typo in StandalonePasses.td doc string (#161009)Corbin Robeck
2023-05-26[MLIR] Add native Bytecode support for propertiesMehdi Amini
2023-05-25Revert "[MLIR] Add native Bytecode support for properties"Mehdi Amini
2023-05-25[MLIR] Add native Bytecode support for propertiesMehdi Amini
2023-04-06Implement Pass and Dialect plugins for mlir-optFabian Mora
2023-04-06Revert "Implement Pass and Dialect plugins for mlir-opt"Mehdi Amini
2023-04-06Implement Pass and Dialect plugins for mlir-optMehdi Amini
2023-04-06Revert "Implement Pass and Dialect plugins for mlir-opt"Jacques Pienaar
2023-04-06Implement Pass and Dialect plugins for mlir-optFabian Mora
2023-02-17[mlir][standalone] Extend sample with custom typeMarius Brehler
2023-02-07[mlir] Switch default Fold API to using FoldAdaptorsMarkus Böck
2023-01-30[mlir][nfc] Migrate standalone to new fold APIMarius Brehler
2022-10-12Introduce a ConditionallySpeculatable op interfaceSanjoy Das
2022-09-06[mlir] Flip default value of emitAccessorPrefix to kEmitAccessorPrefix_PrefixedRiver Riddle
2022-07-16[mlir] Overhaul C/Python registration APIs to properly scope registration/loa...Stella Laurenzo
2022-06-18[mlir] Start migrating more dialects to prefixed formJacques Pienaar
2022-04-28[mlir] Attach InferTypeOpInterface on SameOperandsAndResultType operations wh...River Riddle
2022-01-31Remove OpTrait, AttrTrait and TypeTraitSanjoy Das
2021-11-21[mlir] Move trait to InferTypeOpInterfaceJacques Pienaar
2021-11-14Re-apply "[mlir] Allow out-of-tree python building from installed MLIR."Stella Laurenzo
2021-11-12Revert "[mlir] Allow out-of-tree python building from installed MLIR."Mehdi Amini
2021-11-11[mlir] Allow out-of-tree python building from installed MLIR.Stella Laurenzo
2021-10-14[MLIR][arith] fix references to std.constant in commentsMogball
2021-10-13[mlir] Ability to build CAPI dylibs from out of tree projects against install...Stella Laurenzo
2021-04-15Change add_mlir_doc CMake macro to take the tablegen command as last argument...Mehdi Amini
2020-12-26[ODS] Make the getType() method on a OneResult instruction return a specific ...Chris Lattner
2020-09-14Fix MLIR standalone example to properly handle namespaceMehdi Amini
2020-05-15[MLIR] Continue renaming of "SideEffects"Stephen Neuendorffer
2020-05-12[MLIR] Rename SideEffects.td -> SideEffectInterfaces.tdStephen Neuendorffer
2020-04-04[mlir] Add an out-of-tree dialect exampleJean-Michel Gorius