summaryrefslogtreecommitdiff
path: root/mlir/test/mlir-tblgen
AgeCommit message (Expand)Author
2025-11-13[MLIR] [Python] `ir.Value` is now generic in the type of the value it holds (...Sergei Lebedev
2025-11-09[MLIR] Fix FileCheck annotations and add 32-bit coverage (#167149)Men-cotton
2025-11-07[mlir][ods] Enable basic string interpolation in constraint summary. (#153603)Jacques Pienaar
2025-11-04[NFC][TableGen] Emit empty lines after/before namespace scope (#166217)Rahul Joshi
2025-11-01[mlir-tblgen] Suffix underscore to prevent conflict (#166017)Hsiang-Chieh Tsou
2025-10-15[NFC][MLIR][TableGen] Adopt NamespaceEmitter more widely (#163289)Rahul Joshi
2025-10-13[NFC][TableGen] Emit nested namespace definitions in NamespaceEmitter (#161958)Rahul Joshi
2025-10-09[mlir] Execute same operand name constraints before user constraints. (#162526)Chenguang Wang
2025-10-06[MLIR][ODS] Add support for overloading interface methods (#161828)Mehdi Amini
2025-10-02[mlir][omp] Add omp.tile operation (#160292)Michael Kruse
2025-09-28[mlir][mlir-tblgen] Emit correct error message if method is pruned (#160334)Justin Kim
2025-09-18[MLIR][Python] add type hints for accessors (#158455)Maksim Levental
2025-09-16[MLIR][Python] Add docstring for generated python op classes (#158198)Twice
2025-09-15[MLIR][Python] fix generated value builder type hints (#158449)Maksim Levental
2025-09-15[mlir][TableGen] Emit interface traits after all interfaces (#147699)Andrei Golubev
2025-09-10[mlir][tblgen] Fix bug when mixing props and InferTypes (#157367)Fabian Mora
2025-09-04[MLIR][Python] Add optional `results` parameter for building op with inferabl...Twice
2025-09-03[mlir][IR] Fix enum attribute handling by using parseKeywordOrString instead ...Fabian Mora
2025-08-12[MLIR][Python] MLIR Enum Python bindings infinite recursion (#151584) (#151588)Nick Smith
2025-07-31[mlir] Add non-attribute property predicates to adaptor verifiers (#150881)Krzysztof Drewniak
2025-07-29Avoid copies in getChecked (#147721)Alexandru Lorinti
2025-07-25[mlir][NFC] update `mlir/Dialect` create APIs (29/n) (#150642)Maksim Levental
2025-07-14[mlir][tblgen] add concrete create methods (#147168)Maksim Levental
2025-07-11[mlir][ODS] Fix TableGen for AttrOrTypeDef::hasStorageCustomConstructor (#147...Andrei Golubev
2025-07-04[mlir-tblgen] Emit named operand indices (#146839)Michael Kruse
2025-07-02[MLIR] Remove spurious space when printing `prop-dict` (#145962)Mehdi Amini
2025-07-01[mlir][tblgen] Fix test definition names to reflect expected valid results (N...Henrich Lauko
2025-07-01[mlir][tblgen] Fix region and successor references in custom directives (#146...Henrich Lauko
2025-06-30[MLIR] Always emit setPropertiesFromParsedAttr() when hasCustomAssemblyFormat...Mehdi Amini
2025-06-24[mlir] Allow using non-attribute properties in declarative rewrite patterns (...Krzysztof Drewniak
2025-06-20[MLIR] Incorrect track of usedKey in setPropertiesFromParsedAttr (#144789)Chao Chen
2025-06-16[MLIR][ODS] Optionally generate public C++ functions for attribute constraint...Henrich Lauko
2025-06-05[utils][TableGen] Implement clause aliases as alternative spellings (#141765)Krzysztof Parzyszek
2025-06-04[utils][TableGen] Clarify usage of ClauseVal, rename to EnumVal (#141761)Krzysztof Parzyszek
2025-05-30[mlir] Unique property constraints where possible (#140849)Krzysztof Drewniak
2025-05-23[MLIR][ODS] Fix properties tablegen wrapper to allow ADL lookup for hash_valu...Mehdi Amini
2025-05-23[MLIR][DRR] Fix inconsistent operand and arg index usage (#139816)Xiaomin Liu
2025-05-14[MLIR] Generate cpp comments for TableGen summary and description (#139606)Peng Chen
2025-05-13[mlir-tblgen] trim method body to empty with only spaces to avoid crash (#139...drazi
2025-05-10[MLIR][TableGen] Add genMnemonicAlias field for OpAsm{Type,Attr}Interface (#1...Hongren Zheng
2025-05-06[mlir][drr] Fix getValueAndRangeUse for Optional operands (#138742)Lei Zhang
2025-04-30[mlir][tblgen] Add custom parsing and printing within struct (#133939)Jorn Tuyls
2025-04-22[MLIR][TableGen] Error on APInt parameter without custom comparator (#135970)Robert Konicar
2025-04-11[mlir][python] fix value-builder generation for snake_case ops (#135302)Maksim Levental
2025-04-09[mlir][IR] Improve error message when parsing incorrect type (#134984)Matthias Springer
2025-03-31[MLIR][NFC] Fix incomplete boundary comments. (#133516)Han-Chung Wang
2025-03-28[NFC] Fix some typos in libc and mlir comments (#133374)Qinkun Bao
2025-03-27[mlir] Decouple enum generation from attributes, adding EnumInfo and EnumCase...Krzysztof Drewniak
2025-03-11[mlir][ODS] Switch declarative rewrite rules to properties structs (#124876)Krzysztof Drewniak
2025-03-08Re-land "[mlir][ODS] Add a generated builder that takes the Properties struct...Krzysztof Drewniak