summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Parser/Lexer.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement parser/IR support for CFG functions, basic blocks and return ↵Chris Lattner2019-03-291-0/+4
| | | | | | | | | | instruction. This is pretty much minimal scaffolding for this step. Basic block arguments, instructions, other terminators, a proper IR representation for blocks/instructions, etc are all coming. PiperOrigin-RevId: 201826439
* Implement parser and lexer support for most of the type grammar.Chris Lattner2019-03-291-0/+60
| | | | | | | | Semi-affine maps and address spaces are not yet supported (someone want to take this on?). We also don't generate IR objects for types yet, which I plan to tackle next. PiperOrigin-RevId: 201754283
* Implement enough of a lexer and parser for MLIR to parse extfunc's withoutChris Lattner2019-03-291-0/+137
arguments. PiperOrigin-RevId: 201706570
OpenPOWER on IntegriCloud