summaryrefslogtreecommitdiffstats
path: root/mlir/lib/TableGen/Attribute.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir][spirv] Allow specifying availability on enum attribute casesLei Zhang2020-01-021-0/+6
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* [ODS] Generate builders taking unwrapped value and defaults for attributesLei Zhang2019-12-021-2/+2
* Expose an isSubclassOf() method on AttrConstraintLei Zhang2019-11-121-11/+13
* Move BitEnumAttr from SPIRVBase.td to OpBase.tdLei Zhang2019-11-011-2/+2
* [spirv] Add support for BitEnumAttrLei Zhang2019-09-161-0/+8
* Added a TableGen generator for structured dataRob Suderman2019-08-301-0/+52
* Remove dead code.Jacques Pienaar2019-07-301-9/+0
* Automatically generate (de)serialization methods for SPIR-V opsMahesh Ravishankar2019-07-191-0/+4
* Better support for attribute wrapper classes when getting def nameLei Zhang2019-07-161-2/+11
* [ODS] NFC: Rename EnumAttr to StrEnumAttr to be consistent with IntEnumAttrLei Zhang2019-07-021-2/+2
* EnumsGen: remove dangling assertionLei Zhang2019-07-021-1/+0
* [ODS] Introduce IntEnumAttrLei Zhang2019-07-011-3/+12
* [spirv] Basic serializer and deserializerLei Zhang2019-06-221-0/+4
* Add SPIRV Image Type according to the spec described here :Mahesh Ravishankar2019-06-191-0/+4
* [TableGen] Generating enum definitions and utility functionsLei Zhang2019-06-091-0/+22
* Remove unnecessary C++ specifier in CPP files. NFC.Jacques Pienaar2019-05-201-1/+1
* [TableGen] Return base attribute's name for anonymous OptionalAttr/Defaul...Lei Zhang2019-05-101-1/+3
* [TableGen] Use `tgfmt` to format various predicates and rewrite rulesLei Zhang2019-04-181-25/+20
* Add methods for building array attributes in BuilderLei Zhang2019-04-071-2/+8
* [TableGen] Add EnumAttrCase and EnumAttrLei Zhang2019-04-011-0/+35
* Add a trait to set the result type by attributeFeng Liu2019-03-291-0/+4
* [TableGen] Consolidate constraint related conceptsLei Zhang2019-03-291-27/+2
* Spike to define real math ops and lowering of one variant of add to correspon...Stella Laurenzo2019-03-291-0/+4
* [TableGen] Use tblgen::DagLeaf to model DAG argumentsLei Zhang2019-03-291-0/+14
* [doc] Generate more readable description for attributesLei Zhang2019-03-291-0/+7
* Define mAttr in terms of AttrConstraint.Jacques Pienaar2019-03-291-20/+28
* Add default attr value & define tf.AvgPool op and use pattern for rewrite.Jacques Pienaar2019-03-291-0/+13
* Add AttrConstraint to enable generating verification for attribute values.Jacques Pienaar2019-03-291-0/+15
* Add attribute matching and transform to pattern rewrites.Jacques Pienaar2019-03-291-11/+13
* TableGen: untie Attr from TypeAlex Zinenko2019-03-291-4/+14
* Add tblgen::Attribute to wrap around TableGen Attr defsLei Zhang2019-03-291-0/+80
OpenPOWER on IntegriCloud