aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/mlir-tblgen
AgeCommit message (Expand)AuthorFilesLines
2020-09-23[mlir][OpFormatGen] Update "custom" directives for attributes.Mike Urbach1-0/+6
2020-09-23[MLIR] Change default builders generated by TableGen to use TypeRange for res...Rahul Joshi2-21/+21
2020-09-22[mlir][ods] Make OpBuilder and OperationState optionalJacques Pienaar1-2/+2
2020-09-18[mlir][Linalg] Evolve named ops to use assembly form and support linalg on te...Nicolas Vasilache2-1/+65
2020-09-17[MLIR][TableGen] Automatic detection and elimination of redundant methodsRahul Joshi2-4/+4
2020-09-14Make namespace handling uniform across dialect backends.Federico Lebrón2-2/+18
2020-09-01[mlir][ODS] Use c++ types for integer attributes of fixed width when possible.River Riddle2-6/+6
2020-08-31[mlir][OpFormatGen] Add initial support for regions in the custom op assembly...River Riddle2-4/+134
2020-08-31[mlir][ODS] Add new SymbolNameAttr and add support for in assemblyFormatRiver Riddle1-0/+9
2020-08-31[mlir][OpFormatGen] Add support for specifiy "custom" directives.River Riddle2-0/+81
2020-08-26[mlir] NFC: fix typo in FileCheck prefixKazuaki Ishizaki1-1/+1
2020-08-14[NFC][MLIR][OpenMP] Add comments and test for OpenMP enum declaration utilityKiran Chandramohan1-0/+26
2020-08-10[MLIR][TableGen] Fix ambiguous build methods when inferring result types.Rahul Joshi1-2/+2
2020-08-07[MLIR] Add getSizeInBits() for tensor of complexTim Shen1-0/+5
2020-08-03[mlir][OpFormatGen] Add support for eliding UnitAttr when used to anchor an o...River Riddle1-0/+14
2020-07-16[MLIR][TableGen] Add default value for named attributes for 2 more build methodsRahul Joshi1-0/+24
2020-07-14[mlir] Add support for parsing optional Attribute values.River Riddle2-5/+11
2020-07-13[MLIR] Change ODS collective params build method to provide an empty default ...Rahul Joshi1-0/+50
2020-07-07[mlir] resolve types from attributes in assemblyFormatMartin Waitz1-0/+20
2020-07-06[mlir] Change ODS to have include and exclude regexJacques Pienaar1-3/+7
2020-07-01[mlir][OpFormatGen] Add support for resolving variadic types from non-variadicRiver Riddle1-0/+7
2020-06-30[mlir] Refactor InterfaceGen to support generating interfaces for Attributes ...River Riddle1-0/+11
2020-06-29[ods] Update Operator to record Arg->[Attr|Operand]Index mappingJacques Pienaar1-0/+13
2020-06-26[mlir-tblgen] Use fully qualified names in generated code filesJean-Michel Gorius7-121/+121
2020-06-22[mlir][ods] Allow filtering of opsJacques Pienaar1-0/+3
2020-06-22[MLIR] Remove TableGen redundant calls to native calls when creating new oper...AlexEichenberger1-0/+11
2020-06-18[mlir][ods] Look through OpVariable for type constraintJacques Pienaar1-1/+1
2020-06-15[mlir] Remove OperandAdaptorJacques Pienaar4-16/+16
2020-06-09Change filecheck default to dump input on failureMehdi Amini8-11/+11
2020-06-05[mlir] Add verify method to adaptorJacques Pienaar2-44/+45
2020-05-28[mlir] Use ValueRange instead of ArrayRef<Value>Jacques Pienaar2-11/+11
2020-05-27[mlir][core] Add IndexElementsAttr helpers.Sean Silva1-0/+15
2020-05-27[mlir] Add simple generator for return typesJacques Pienaar2-4/+23
2020-05-24[mlir] Expand operand adapter to take attributesJacques Pienaar2-3/+29
2020-05-18[mlir] Support optional attributes in assembly formatsTobias Gysi1-0/+7
2020-05-15[MLIR] Update intrinsic test, because ptrmask changed.Stephen Neuendorffer1-2/+3
2020-05-12[MLIR] Rename SideEffects.td -> SideEffectInterfaces.tdStephen Neuendorffer2-2/+2
2020-05-08[mlir] Updated SideEffect interface definitions to use tablegen Resource obje...Marcel Koester1-2/+4
2020-04-29[mlir][DeclareOpInterfaceMethods] Allow specifying a set of methods to force ...River Riddle1-0/+20
2020-04-29[mlir] Add a new MutableOperandRange class for adding/remove operandsRiver Riddle1-0/+3
2020-04-28[mlir][flang] use OpBuilder& instead of Builder* in <Op>::build methodsAlex Zinenko3-17/+17
2020-04-26[mlir] Optimize operand storage such that all operations can have resizable o...River Riddle1-20/+0
2020-04-20[mlir][ods] Add materialize derived attribute methodJacques Pienaar2-0/+14
2020-04-16[mlir] ODS: support operations with resizable operand listsAlex Zinenko1-0/+20
2020-04-13[mlir][NFC] Replace mlir/Support/Functional.h with llvm equivalents.River Riddle1-3/+3
2020-04-10[mlir][ODS] Add support for optional operands and results with a new Optional...River Riddle4-3/+63
2020-04-10[mlir][drr] Allow specifying string in locationJacques Pienaar1-5/+2
2020-04-08[MLIR] Add missing colon after CHECKs.Christian Sigg1-1/+1
2020-04-07[MLIR] Add note for file-line numbers in tablegen errors for assembly formatsStephen Neuendorffer1-3/+3
2020-04-07[MLIR] Cleanup mlir-tblgen error messages for custom assembly formats.Stephen Neuendorffer1-6/+18