Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement parser/IR support for CFG functions, basic blocks and return ↵ | Chris Lattner | 2019-03-29 | 1 | -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 Lattner | 2019-03-29 | 1 | -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 without | Chris Lattner | 2019-03-29 | 1 | -0/+137 | |
arguments. PiperOrigin-RevId: 201706570 |