| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust License.txt file to use the LLVM license | Mehdi Amini | 2019-12-23 | 1 | -13/+4 |
* | NFC: Fix mismatches between LangRef.md and actual parser implementation. | River Riddle | 2019-12-04 | 1 | -1/+1 |
* | Restructure comment lexing to not recurse. | River Riddle | 2019-11-11 | 1 | -99/+92 |
* | Fix minor spelling tweaks (NFC) | Kazuaki Ishizaki | 2019-10-20 | 1 | -2/+2 |
* | Add support for parsing/printing non bare-identifier SymbolRefs. | River Riddle | 2019-10-08 | 1 | -3/+12 |
* | Fix a number of Clang-Tidy warnings. | Christian Sigg | 2019-09-23 | 1 | -1/+1 |
* | NFC: Add doc for id-punct | Alina Sbirlea | 2019-08-23 | 1 | -0/+1 |
* | Lexer: NFC: sort helper methods alphabetically | Alex Zinenko | 2019-08-08 | 1 | -93/+93 |
* | Introduce support for variadic function signatures for the LLVM dialect | Alex Zinenko | 2019-08-08 | 1 | -0/+16 |
* | Update style/clang-format (NFC). | Jacques Pienaar | 2019-07-22 | 1 | -27/+48 |
* | Rename FunctionAttr to SymbolRefAttr. | River Riddle | 2019-07-12 | 1 | -1/+1 |
* | Move the emitError/Warning/Remark utility methods out of MLIRContext and into... | River Riddle | 2019-06-25 | 1 | -2/+2 |
* | Replace usages of 'UniquedFilename' with 'Identifier' and remove it. Identifi... | River Riddle | 2019-06-19 | 1 | -2/+2 |
* | Refactor the support for AffineMap and IntegerSet aliases in the parser i... | River Riddle | 2019-05-10 | 1 | -1/+1 |
* | Introduce a new API for emitting diagnostics with Diagnostic and InFlight... | River Riddle | 2019-05-06 | 1 | -0/+1 |
* | Allow function names to have a leading underscore. This matches what is alrea... | River Riddle | 2019-03-29 | 1 | -3/+5 |
* | Validate the names of attribute, dialect, and functions during verification. ... | River Riddle | 2019-03-29 | 1 | -1/+2 |
* | Disallow hexadecimal literals in type declarations | Alex Zinenko | 2019-03-29 | 1 | -4/+5 |
* | Minor fix to the lexer whitespace loop. | Stella Laurenzo | 2019-03-29 | 1 | -1/+4 |
* | Follow up from previous change to avoid setting tokStart 2x. | Jacques Pienaar | 2019-03-29 | 1 | -3/+1 |
* | Skip over whitespace using loop. NFC. | Jacques Pienaar | 2019-03-29 | 1 | -7/+16 |
* | Add parser support for named type aliases. | River Riddle | 2019-03-29 | 1 | -1/+2 |
* | Implement initial support for dialect specific types. | River Riddle | 2019-03-29 | 1 | -0/+6 |
* | Introduce ^ as a basic block sigil, eliminating an ambiguity on the MLIR | Chris Lattner | 2019-03-29 | 1 | -1/+9 |
* | Return bool from all emitError methods similar to Operation::emitOpError | Smit Hinsu | 2019-03-29 | 1 | -2/+2 |
* | Implement value type abstraction for locations. | River Riddle | 2019-03-29 | 1 | -1/+1 |
* | Change sigil for integer set: @@ -> # | Uday Bondhugula | 2019-03-29 | 1 | -18/+0 |
* | Fix some leak and crash found via fuzzing. | Jacques Pienaar | 2019-03-29 | 1 | -1/+1 |
* | Change unranked tensor syntax from tensor<??f32> to tensor<*xf32> per | Chris Lattner | 2019-03-29 | 1 | -5/+0 |
* | Change SourgeMgr to const reference in Parser/Lexer. | Jacques Pienaar | 2019-03-29 | 1 | -1/+1 |
* | Continue revising diagnostic handling to simplify and generalize it, and impr... | Chris Lattner | 2019-03-29 | 1 | -5/+19 |
* | Escape and unescape strings in the parser and printer so they can roundtrip, | Chris Lattner | 2019-03-29 | 1 | -3/+8 |
* | [mlir] Allow C-style escapes in Lexer | James Molloy | 2019-03-29 | 1 | -0/+6 |
* | Support for affine integer sets | Uday Bondhugula | 2019-03-29 | 1 | -1/+21 |
* | Add parsing for floating point attributes. | Jacques Pienaar | 2019-03-29 | 1 | -2/+18 |
* | Add . to bare-id to allow custom ops such as tf.add | Jacques Pienaar | 2019-03-29 | 1 | -3/+3 |
* | Prepare for implementation of TensorFlow passes: | Chris Lattner | 2019-03-29 | 1 | -1/+5 |
* | Add tf_control type and allow $ in bare-id. | Jacques Pienaar | 2019-03-29 | 1 | -4/+4 |
* | Implement custom parser support for operations, enhance dim/addf to use it, a... | Chris Lattner | 2019-03-29 | 1 | -2/+4 |
* | Switch the comment syntax from ; to // comments as discussed on Friday. There | Chris Lattner | 2019-03-29 | 1 | -1/+9 |
* | Remove const reference to errorReporter. | Jacques Pienaar | 2019-03-29 | 1 | -2/+1 |
* | Add basic lexing and parsing support for SSA operands and definitions. This | Chris Lattner | 2019-03-29 | 1 | -7/+25 |
* | Parsing support for affine maps and affine expressions | Uday Bondhugula | 2019-03-29 | 1 | -1/+1 |
* | Enhance the type system to support arbitrary precision integers, which are | Chris Lattner | 2019-03-29 | 1 | -0/+10 |
* | [WIP] Sketching IR and parsing support for affine maps, affine expressions | Uday Bondhugula | 2019-03-29 | 1 | -0/+6 |
* | Refactor information about tokens out into a new TokenKinds.def file. Use this | Chris Lattner | 2019-03-29 | 1 | -20/+5 |
* | Sketch out parser/IR support for OperationInst, and a new Instruction base | Chris Lattner | 2019-03-29 | 1 | -0/+30 |
* | Add some scaffolding for parsing affine maps: | MLIR Team | 2019-03-29 | 1 | -0/+31 |
* | Change Lexer and Parser to take diagnostic reporter function. | Jacques Pienaar | 2019-03-29 | 1 | -5/+5 |
* | Add the unconditional branch instruction, improve diagnostics for block | Chris Lattner | 2019-03-29 | 1 | -5/+6 |