summaryrefslogtreecommitdiff
path: root/mlir/unittests/TableGen
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Update method cast calls to function callsTres Popp2023-05-121-4/+4
* [mlir] Move SymbolOpInterfaces "classof" check to a proper "extraClassOf" int...River Riddle2023-01-181-6/+0
* mlir/tblgen: use std::optional in generationRamkumar Ramachandra2022-12-171-2/+2
* [mlir/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-031-5/+5
* [mlir] Add macro for enabling all generated pass declarationsrkayaith2022-09-281-3/+1
* [mlir] Don't include StringSwitch.h (NFC)Kazu Hirata2022-09-181-1/+0
* [mlir] Improve bitEnumContains methods.Hanhan Wang2022-09-091-4/+4
* [MLIR] Unique autogenerated file for tablegen passesMichele Scuttari2022-08-302-2/+1
* [MLIR] Fix autogenerated pass constructors linkageMichele Scuttari2022-08-291-3/+4
* [MLIR] Fix cast warning in pass tablegen testMichele Scuttari2022-08-242-2/+2
* [MLIR] Split autogenerated pass declarations & C++ controllable pass optionsMichele Scuttari2022-08-243-11/+96
* [mlir] (NFC) run clang-format on all filesJeff Niu2022-07-141-2/+2
* [mlir][ods] Remove StructAttrMogball2022-06-213-212/+0
* [mlir] Disable warning in test of deprecated feature (NFC)Jacques Pienaar2022-06-161-2/+4
* [mlir] Update LLVMIR Fastmath flags use of MLIR BitEnum functionalityjfurtek2022-05-172-7/+11
* [mlir] Remove unused using declaration (NFC)Adrian Kuegel2022-05-101-1/+0
* [mlir] Attach InferTypeOpInterface on SameOperandsAndResultType operations wh...River Riddle2022-04-281-8/+2
* [mlir][ods] Add tablegen field for concise printing of BitEnum attributesjfurtek2022-04-252-2/+39
* [mlir][ods][NFC] Move enum attribute definitions from OpBase.td to EnumAttr.tdjfurtek2022-04-151-0/+1
* [mlir][ods] Remove StrEnumAttrMogball2022-04-132-29/+16
* [mlir] Width parameterization of BitEnum attributesJeremy Furtek2022-04-082-19/+27
* [mlir] Add ODS support for enum attributes with grouped bit casesJeremy Furtek2022-01-262-18/+52
* Apply clang-tidy fixes for performance-move-const-arg to MLIR (NFC)Mehdi Amini2022-01-021-12/+12
* Fix clang-tidy issues in mlir/ (NFC)Mehdi Amini2021-12-201-1/+1
* [mlir][ods] Fix OpDefinitionsGen infer return types builder with regionsMogball2021-12-131-0/+7
* [mlir] Convert NamedAttribute to be a classRiver Riddle2021-11-182-4/+5
* [mlir][NFC] Replace references to Identifier with StringAttrRiver Riddle2021-11-162-6/+4
* Fix memory leaks in mlir/unittests/MLIRTableGenTestsMehdi Amini2021-10-021-40/+40
* [mlir] Add value_begin/value_end methods to DenseElementsAttrRiver Riddle2021-09-211-1/+1
* [mlir] Replace `include_directories`Marius Brehler2021-09-101-2/+5
* [mlir][ODS] Fix copy ctor for generate Pass classesVladislav Vinogradov2021-06-213-0/+73
* [mlir][ODS] Support specialized Attribute class for EnumsVladislav Vinogradov2021-03-172-0/+47
* Revert "Revert "Reorder MLIRContext location in BuiltinAttributes.h""Tres Popp2021-02-081-4/+4
* Revert "Reorder MLIRContext location in BuiltinAttributes.h"Tres Popp2021-02-081-4/+4
* Reorder MLIRContext location in BuiltinAttributes.hTres Popp2021-02-081-4/+4
* [mlir][ODS] Rename several uses of 'description' to 'summary'River Riddle2021-01-061-1/+1
* [mlir][IR][NFC] Move context/location parameters of builtin Type::get methods...River Riddle2020-12-171-2/+2
* [mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.hRiver Riddle2020-12-032-2/+2
* [mlir] Fix missing namespaces in OpBuildGen.cppAlexander Belyaev2020-11-051-33/+34
* Remove global dialect registrationMehdi Amini2020-10-242-2/+2
* Revert "Remove global dialect registration"Mehdi Amini2020-10-232-2/+2
* Remove global dialect registrationMehdi Amini2020-10-232-2/+2
* [MLIR][NFC] Adopt use of TypeRange in build() methods.Rahul Joshi2020-09-231-33/+31
* [mlir] Support default valued attribute in StructsGenLei Zhang2020-09-032-2/+14
* [mlir] NFC: fix trivial typo under test and toolsKazuaki Ishizaki2020-08-271-1/+1
* Separate the Registration from Loading dialects in the ContextMehdi Amini2020-08-192-3/+8
* Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini2020-08-192-8/+3
* Separate the Registration from Loading dialects in the ContextMehdi Amini2020-08-182-3/+8
* Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini2020-08-182-8/+3
* Separate the Registration from Loading dialects in the ContextMehdi Amini2020-08-182-3/+8