summaryrefslogtreecommitdiffstats
path: root/mlir/lib/IR/Dialect.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* Remove the need for passing a location to parseAttribute/parseType.River Riddle2019-11-011-7/+7
* Add DialectAsmParser/Printer classes to simplify dialect attribute and type p...River Riddle2019-11-011-3/+6
* Add support for function result attributes.Sean Silva2019-10-181-0/+9
* Fix typos, NFC.Christian Sigg2019-10-041-1/+1
* Move the parser extensions for aliases currently on Dialect to a new OpAsmDia...River Riddle2019-08-211-2/+5
* NFC: Use a DenseSet instead of a DenseMap for DialectInterfaceCollection.River Riddle2019-08-201-2/+2
* Add support for Dialect interfaces.River Riddle2019-08-141-1/+42
* Improve support for opaque types in MLIR, allowing dialects to opt intoChris Lattner2019-08-071-1/+7
* Add support for parsing/printing the trailing type of a dialect attribute.River Riddle2019-07-191-1/+2
* Update the dialect attribute verifiers related to functions.River Riddle2019-07-121-10/+5
* NFC: Rename Function to FuncOp.River Riddle2019-07-101-2/+2
* NFC: Refactor Function to be value typed.River Riddle2019-07-011-0/+15
* Move the emitError/Warning/Remark utility methods out of MLIRContext and into...River Riddle2019-06-251-4/+4
* Add support for parsing/printing dialect defined attributes. This also ad...River Riddle2019-05-201-0/+7
* Make the Twine parameter of the current diagnostic emit functions optiona...River Riddle2019-05-061-2/+2
* Introduce a new API for emitting diagnostics with Diagnostic and InFlight...River Riddle2019-05-061-0/+1
* Add a flag to Dialect that allows for dialects to enable support for unre...River Riddle2019-04-011-1/+1
* Rename the 'namePrefix' field in the Dialect class to 'name' and tidy som...River Riddle2019-03-301-3/+3
* Remove the MLIRContext parameter from Dialect::parseType. Dialects alread...River Riddle2019-03-291-4/+3
* Validate the names of attribute, dialect, and functions during verification. ...River Riddle2019-03-291-2/+11
* Convert the dialect type parse/print hooks into virtual functions on the Dial...River Riddle2019-03-291-0/+9
* Use dialect hook registration for constant folding hook.Tatiana Shpeisman2019-03-291-14/+0
* Add dialect-specific decoding for opaque constants.Tatiana Shpeisman2019-03-291-0/+18
* Rename OperationPrefix to Namespace in Dialect. This is important as dialects...River Riddle2019-03-291-2/+4
* Adds ConstantFoldHook registry in MLIRContextFeng Liu2019-03-291-3/+19
* Falls back to dialect constant folding hookFeng Liu2019-03-291-0/+2
* Replace the "OperationSet" abstraction with a new Dialect abstraction. This isChris Lattner2019-03-291-0/+43
OpenPOWER on IntegriCloud