summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Parser/Token.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* Add support for parsing/printing non bare-identifier SymbolRefs.River Riddle2019-10-081-4/+7
* Fix an invalid assert when processing escaped strings.River Riddle2019-09-031-1/+1
* Update style/clang-format (NFC).Jacques Pienaar2019-07-221-14/+20
* Avoid hardcoded 4096 constantNicolas Vasilache2019-03-291-3/+1
* [mlir] Fix tests after Chris implemented string escaping in MLIRJames Molloy2019-03-291-1/+1
* Escape and unescape strings in the parser and printer so they can roundtrip,Chris Lattner2019-03-291-3/+40
* [mlir] Allow C-style escapes in LexerJames Molloy2019-03-291-3/+2
* Add parsing for floating point attributes.Jacques Pienaar2019-03-291-1/+8
* Add support for multiple results to the printer/parser, add supportChris Lattner2019-03-291-1/+10
* Change to assert(0,x) to llvm_unreachable(x)Jacques Pienaar2019-03-291-1/+1
* Add parsing for attributes and attibutes on operations. Add IR representationChris Lattner2019-03-291-4/+25
* Enhance the type system to support arbitrary precision integers, which areChris Lattner2019-03-291-0/+12
* [WIP] Sketching IR and parsing support for affine maps, affine expressionsUday Bondhugula2019-03-291-0/+1
* Refactor information about tokens out into a new TokenKinds.def file. Use thisChris Lattner2019-03-291-0/+13
* Sketch out parser/IR support for OperationInst, and a new Instruction baseChris Lattner2019-03-291-1/+10
* Implement parser and lexer support for most of the type grammar.Chris Lattner2019-03-291-0/+12
* Implement enough of a lexer and parser for MLIR to parse extfunc's withoutChris Lattner2019-03-291-0/+37
OpenPOWER on IntegriCloud