summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Parser/Parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for nested symbol references.River Riddle2019-11-111-2/+26
* Add (parse|print)OptionalAttrDictWithKeyword hooks to simplify parsing attrib...River Riddle2019-11-051-1/+10
* NFC: Rename parseOptionalAttributeDict -> parseOptionalAttrDict to match the ...River Riddle2019-11-051-1/+1
* Update the SPV dialect type parser to use the methods on DialectAsmParser dir...River Riddle2019-11-011-3/+11
* Refactor LinalgDialect::parseType to use the DialectAsmParser methods directly.River Riddle2019-11-011-0/+5
* Refactor QuantOps TypeParser to use the DialectAsmParser methods directly.River Riddle2019-11-011-0/+188
* Remove the need for passing a location to parseAttribute/parseType.River Riddle2019-11-011-34/+91
* Add DialectAsmParser/Printer classes to simplify dialect attribute and type p...River Riddle2019-11-011-49/+148
* Parse locations in parseGenericOperationSean Silva2019-10-281-7/+10
* Add support for parsing multiple result name groups.River Riddle2019-10-251-47/+39
* NFC: Add support for parsing attributes programmatically via mlir::parseAttri...River Riddle2019-10-211-9/+41
* Fix minor spelling tweaks (NFC)Kazuaki Ishizaki2019-10-201-5/+5
* NFC: Remove trivial builder get methods.River Riddle2019-10-171-10/+10
* Add support for parsing/printing non bare-identifier SymbolRefs.River Riddle2019-10-081-4/+18
* Replace constexpr MemRefType::kDynamicStrideOrOffset by a MemRefType:;getDyna...Nicolas Vasilache2019-10-041-2/+2
* Add syntactic sugar for strided memref parsing.Nicolas Vasilache2019-10-031-12/+95
* Switch explicit create methods to match generated build's orderJacques Pienaar2019-09-281-1/+1
* Use constant's location for reporting errors in parsing of hex constantJacques Pienaar2019-09-231-12/+19
* Simplify the way spirv::StructTypes are parsed.Mahesh Ravishankar2019-09-231-8/+9
* Fix a number of Clang-Tidy warnings.Christian Sigg2019-09-231-1/+1
* NFC: Pass OperationState by reference instead of by pointer.River Riddle2019-09-201-2/+2
* NFC: Pass OpAsmParser by reference instead of by pointer.River Riddle2019-09-201-1/+1
* Add support to OpAsmParser for parsing unknown keywords.River Riddle2019-09-171-14/+26
* Add `parseGenericOperation()` to the OpAsmParserMehdi Amini2019-09-081-0/+17
* Change the parseSource* methods to return OwningModuleRef instead of ModuleOp.River Riddle2019-08-291-7/+10
* Tweak to the pretty type parser to recognize that `->` is a special token.Eric Schweitz2019-08-281-0/+6
* NFC: Remove the explicit context from Operation::create and OperationState.River Riddle2019-08-261-1/+1
* NFC: Remove unnecessary context parameters from several Location getters.River Riddle2019-08-261-4/+2
* NFC: Update in-code documentation. Make the two grammar definitions of static...MLIR Team2019-08-231-3/+5
* Split out parsing location into separate functions per instanceJacques Pienaar2019-08-221-107/+127
* NFC: Update in-code documentation for type.MLIR Team2019-08-211-3/+3
* NFC: Update in-code documentation for function-type.MLIR Team2019-08-211-1/+1
* Allow isolated regions to form isolated SSA name scopes in the printer.River Riddle2019-08-191-73/+110
* LLVM Dialect: introduce llvm.globalAlex Zinenko2019-08-091-0/+16
* FunctionSupport: wrap around bool to have a more semantic callback typeAlex Zinenko2019-08-081-5/+5
* Introduce support for variadic function signatures for the LLVM dialectAlex Zinenko2019-08-081-0/+5
* Parser: treat implicit top-level module as an SSA name scopeAlex Zinenko2019-08-081-1/+5
* Support hexadecimal floats in tensor literalsAlex Zinenko2019-07-301-114/+94
* Add support for hexadecimal float literalsAlex Zinenko2019-07-301-11/+50
* Automated rollback of commit fc194a4f22fe53f46729821d9c4a993fe200facfMehdi Amini2019-07-251-50/+11
* Add support for hexadecimal float literalsAlex Zinenko2019-07-251-11/+50
* Introduce parser library method to parse list of region argumentsUday Bondhugula2019-07-221-3/+22
* Emit an error for missing '[' when parsing an AffineMapOfSSAIds.River Riddle2019-07-221-1/+1
* Add support for parsing/printing the trailing type of a dialect attribute.River Riddle2019-07-191-3/+8
* Rename FunctionAttr to SymbolRefAttr.River Riddle2019-07-121-8/+8
* Refactor the parsing/printing of the top-level module.River Riddle2019-07-121-2/+24
* NFC: Rename Module to ModuleOp.River Riddle2019-07-101-7/+7
* Update ModuleOp::create(...) to take a Location instead of a context.River Riddle2019-07-101-1/+3
* Add missing overrides.Jacques Pienaar2019-07-081-5/+5
* Replace the implementation of Function and Module with FuncOp and ModuleOp.River Riddle2019-07-031-191/+23
OpenPOWER on IntegriCloud