summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Parser/Lexer.h
Commit message (Expand)AuthorAgeFilesLines
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* Restructure comment lexing to not recurse.River Riddle2019-11-111-1/+3
* Remove the need for passing a location to parseAttribute/parseType.River Riddle2019-11-011-0/+3
* Lexer: NFC: sort helper methods alphabeticallyAlex Zinenko2019-08-081-4/+4
* Introduce support for variadic function signatures for the LLVM dialectAlex Zinenko2019-08-081-0/+1
* Update style/clang-format (NFC).Jacques Pienaar2019-07-221-3/+3
* Implement value type abstraction for locations.River Riddle2019-03-291-1/+1
* Change sigil for integer set: @@ -> #Uday Bondhugula2019-03-291-1/+0
* Change SourgeMgr to const reference in Parser/Lexer.Jacques Pienaar2019-03-291-10/+11
* Continue revising diagnostic handling to simplify and generalize it, and impr...Chris Lattner2019-03-291-8/+13
* Support for affine integer setsUday Bondhugula2019-03-291-0/+1
* Remove const reference to errorReporter.Jacques Pienaar2019-03-291-8/+8
* Add basic lexing and parsing support for SSA operands and definitions. ThisChris Lattner2019-03-291-1/+1
* Refactor information about tokens out into a new TokenKinds.def file. Use thisChris Lattner2019-03-291-1/+1
* Sketch out parser/IR support for OperationInst, and a new Instruction baseChris Lattner2019-03-291-0/+1
* Add some scaffolding for parsing affine maps:MLIR Team2019-03-291-0/+1
* Change Lexer and Parser to take diagnostic reporter function.Jacques Pienaar2019-03-291-8/+5
* Implement parser and lexer support for most of the type grammar.Chris Lattner2019-03-291-0/+6
* Implement enough of a lexer and parser for MLIR to parse extfunc's withoutChris Lattner2019-03-291-0/+65
OpenPOWER on IntegriCloud