summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Parser/Parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Use double format when parsing bfloat16 hexadecimal valuesRiver Riddle2020-01-141-7/+8
* [mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...River Riddle2020-01-131-7/+57
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-7/+7
* [mlir] Fix -Wrange-loo-analysis warningsFangrui Song2020-01-011-2/+2
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-31/+28
* 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-32/+33
* Introduce prefetch op: affine -> std -> llvm intrinsicUday Bondhugula2019-12-181-0/+10
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle2019-12-181-27/+24
* Add UnrankedMemRef Typenmostafa2019-12-051-4/+26
* NFC: Fix mismatches between LangRef.md and actual parser implementation.River Riddle2019-12-041-5/+9
* Correctly parse empty affine maps.MLIR Team2019-11-201-3/+7
* Add '*' and '?' and optional brace parse calls to the ParserEric Schweitz2019-11-191-0/+20
* Rename the current parseSymbolName to parseOptionalSymbolNameRiver Riddle2019-11-131-7/+9
* 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
OpenPOWER on IntegriCloud