summaryrefslogtreecommitdiffstats
path: root/mlir/lib/IR/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Refactor ModuleState into AsmState and expose it to users.River Riddle2020-01-141-39/+69
* [mlir] Enable printing of FuncOp in the generic form.River Riddle2020-01-141-10/+8
* [mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...River Riddle2020-01-131-1/+7
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-8/+8
* [mlir] NFC: Move the state for managing SSA value names out of OperationPrint...River Riddle2020-01-091-510/+571
* [mlir] NFC: Move the state for managing aliases out of ModuleState and into a...River Riddle2020-01-081-137/+185
* [mlir] Fix warnings when compiling with Clang 9.0Alexandre Ganea2020-01-011-2/+2
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-20/+19
* Resubmit: ReImplement the Value classes as value-typed objects wrapping an in...River Riddle2019-12-231-3/+3
* Automated rollback of commit f603a50109107b447b835dac11f0eb541288393eMLIR Team2019-12-231-3/+3
* ReImplement the Value classes as value-typed objects wrapping an internal poi...River Riddle2019-12-231-3/+3
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-221-25/+25
* Allow dialect to create friendly names for region argumentsFrank Laub2019-12-191-0/+15
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle2019-12-181-6/+6
* Add a new ValueRange class.River Riddle2019-12-061-4/+3
* minor spelling tweaksKazuaki Ishizaki2019-12-061-1/+1
* Add UnrankedMemRef Typenmostafa2019-12-051-0/+7
* Print out large elementsattr's such that they are parseable.Sean Silva2019-12-041-15/+27
* Add a new OpAsmOpInterface to allow for ops to directly hook into the AsmPrin...River Riddle2019-11-201-53/+140
* Do not emit aliases when printing local formJacques Pienaar2019-11-131-2/+10
* Add a printer flag to use local scope when printing IR.River Riddle2019-11-121-6/+20
* Add support for nested symbol references.River Riddle2019-11-111-2/+8
* Fix asm printer for affine exprUday Bondhugula2019-11-071-1/+4
* NFC: Remove an extra space when printing the 'attributes' prefix before a dic...River Riddle2019-11-051-1/+1
* Add (parse|print)OptionalAttrDictWithKeyword hooks to simplify parsing attrib...River Riddle2019-11-051-14/+20
* Add DialectAsmParser/Printer classes to simplify dialect attribute and type p...River Riddle2019-11-011-24/+72
* NFC: Elide the value of a UnitAttr within nested attribute dictionaries.River Riddle2019-10-211-1/+7
* Allow '_' when pretty printing dialect symbolsLei Zhang2019-10-171-2/+2
* AsmPrinter: avoid unused-variable warningAlex Zinenko2019-10-151-1/+1
* NFC: Replace usages of Value::getKind with explicit isa/casts.River Riddle2019-10-141-22/+20
* Add support for parsing/printing non bare-identifier SymbolRefs.River Riddle2019-10-081-1/+40
* NFC: Remove unused default cl::opt value.River Riddle2019-10-081-2/+1
* Update upgrade some uses of mlir::interleave API to take container argument d...Jing Pu2019-10-071-1/+1
* Add a flag to the AsmPrinter for eliding large ElementsAttrs.River Riddle2019-10-071-2/+42
* Add a new class, OpPrintingFlags, to enable programmatic control of Operation...River Riddle2019-10-071-22/+64
* Add OpaqueLoc to MLIR locations.MLIR Team2019-10-071-0/+4
* Fix typos, NFC.Christian Sigg2019-10-041-1/+1
* Append a newline when dumping a Value.Yanan Cao2019-09-271-1/+4
* Fix a number of Clang-Tidy warnings.Christian Sigg2019-09-231-1/+1
* NFC: Pass OpAsmPrinter by reference instead of by pointer.River Riddle2019-09-201-1/+1
* Make dumping using generic form more robust when IR ill-formedJacques Pienaar2019-08-291-0/+5
* Tweak to the pretty type parser to recognize that `->` is a special token.Eric Schweitz2019-08-281-0/+7
* Introduce the ability for "isolated from above" ops to introduce shadowingChris Lattner2019-08-231-7/+54
* Add a hook to the OpAsmDialectInterface to allow providing a special name for...River Riddle2019-08-211-23/+15
* NFC: Make the ModuleState field in the ModulePrinter optional.River Riddle2019-08-211-43/+35
* Move the parser extensions for aliases currently on Dialect to a new OpAsmDia...River Riddle2019-08-211-10/+11
* Fix build of affine load/store with empty mapDiego Caballero2019-08-201-2/+0
* Refactor DenseElementAttr::getValues methods to return full ranges for splats.River Riddle2019-08-111-2/+2
* NFC: Standardize the terminology used for parent ops/regions/etc.River Riddle2019-08-091-4/+4
OpenPOWER on IntegriCloud