summaryrefslogtreecommitdiff
path: root/mlir/docs/DefiningDialects
AgeCommit message (Expand)Author
2025-09-26[MLIR][TBLGen] Added compound assignment operator for any BitEnum (#160840)Alexandra Sidorova
2025-07-30[mlir][docs] Use APIntParameter instead of APInt in AttributesAndTypes.md (#1...Chaitanya Koparkar
2025-07-17[mlir][docs] Rename OpTrait to Trait in ODS doc (#148276)Jian Cai
2025-07-17[mlir][vector][memref] Add `alignment` attribute to memory access ops (#144344)tyb0807
2025-06-16[MLIR][ODS] Optionally generate public C++ functions for attribute constraint...Henrich Lauko
2025-05-30[mlir][NFC] Make Property a subclass of PropConstraint (#140848)Krzysztof Drewniak
2025-05-21[MLIR][Doc] Add documentation for OpAsmAttr/TypeInterface (#140244)Hongren Zheng
2025-05-10[MLIR][TableGen] Add genMnemonicAlias field for OpAsm{Type,Attr}Interface (#1...Hongren Zheng
2025-04-30[mlir][tblgen] Add custom parsing and printing within struct (#133939)Jorn Tuyls
2025-04-15[MLIR] Documentation updates and typo fixes (#125273)Timothy Hoffman
2025-04-14[mlir] Remove deprecated cast member functions (#135556)Jakub Kuderski
2025-04-13[mlir] Improve EnumProp, making it take an EnumInfo (#132349)Krzysztof Drewniak
2025-03-27[mlir] Decouple enum generation from attributes, adding EnumInfo and EnumCase...Krzysztof Drewniak
2025-03-08Re-land "[mlir][ODS] Add a generated builder that takes the Properties struct...Krzysztof Drewniak
2025-03-06Revert "[mlir][ODS] Add a generated builder that takes the Properties struct"...Benjamin Chetioui
2025-03-05[mlir][ODS] Add a generated builder that takes the Properties struct (#124713)Krzysztof Drewniak
2025-01-23[mlir][docs] Add usage/example of OpAsmOpInterface (#123610)Hongren Zheng
2025-01-14[mlir][docs] Guide on generating alias for type/attribute (#121698)Hongren Zheng
2024-12-23[mlir][NFC] Document predicate field on properties (#120975)Krzysztof Drewniak
2024-12-23[mlir][Properties] Shorten "Property" to "Prop" in most places (#120368)Krzysztof Drewniak
2024-12-20[mlir] [doc] fix typos in documentation (#120179)Timothy Hoffman
2024-10-12[mlir] Fix typos in documentation (#110869)Timothy Hoffman
2024-08-21[mlir][ODS] Optionally generate public C++ functions for type constraints (#1...Matthias Springer
2024-08-06[mlir][docs] Fix return type in Type/Attr printer docs (#101958)Benjamin Maxwell
2024-07-26[mlir] Add property combinators, initial ODS support (#94732)Krzysztof Drewniak
2024-05-16[MLIR Attr] add ArrayMaxCount attribute constraint (#92453)Ryan Thomas Lynch
2024-05-05fix formatting issues with ODS docs around assembly format directives (#91149)Jeremy Kun
2024-04-24[mlir][ods] Add documentation on how to use sharded op definitions (NFC) (#89...Jeff Niu
2024-04-15[mlir][ODS] Make `prop-dict` behave closer to `attr-dict` (#88659)Markus Böck
2024-04-05Fix a few broken links (#87098)mlevesquedion
2024-02-17[mlir][docs] Fix broken links to traits documentation (#82131)mlevesquedion
2023-08-15Document CMake Changes Needed to Generate Attribute Code from TableGenmax
2023-06-13[MLIR][Doc] Also print `summary`s for passes on a newlinerikhuijzer
2023-06-06[mlir] Convert quantized dialect bytecode to generated.Jacques Pienaar
2023-02-24[mlir][doc] Remove section about now removed `useFoldAPI` optionMarkus Böck
2023-02-07[mlir][doc] Remove outdated section about a deprecated `OpBuilder` useMarkus Böck
2023-02-07[mlir][ods] add mechanism for deprecating an `OpBuilder` in ODSMarkus Böck
2023-02-07[mlir]: Added IntArrayNthElemMaxValue & IntArrayNthElemInRange predicates (NFC)Aviad Cohen
2023-01-22[mlir][ods] Simplify signature of `custom` printers and parsers of Attributes...Markus Böck
2023-01-11[mlir] Add a new fold API using Generic AdaptorsMarkus Böck
2022-12-17mlir/tblgen: use std::optional in generationRamkumar Ramachandra
2022-12-06[mlir] Use std::nullopt instead of None in comments (NFC)Kazu Hirata
2022-12-02[mlir][docs] Group the docs for defining dialect componentsRiver Riddle