llvm-project/mlir/lib/Parser
River Riddle 35807bc4c5 NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to Value being value-typed.
This is an initial step to refactoring the representation of OpResult as proposed in: https://groups.google.com/a/tensorflow.org/g/mlir/c/XXzzKhqqF_0/m/v6bKb08WCgAJ

This change will make it much simpler to incrementally transition all of the existing code to use value-typed semantics.

PiperOrigin-RevId: 286844725
2019-12-22 22:00:23 -08:00
..
CMakeLists.txt Add build files and update README. 2019-03-30 11:23:22 -07:00
Lexer.cpp NFC: Fix mismatches between LangRef.md and actual parser implementation. 2019-12-04 12:06:24 -08:00
Lexer.h Restructure comment lexing to not recurse. 2019-11-11 19:15:13 -08:00
Parser.cpp NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to Value being value-typed. 2019-12-22 22:00:23 -08:00
Token.cpp Add support for parsing/printing non bare-identifier SymbolRefs. 2019-10-08 17:45:07 -07:00
Token.h Add support for parsing/printing non bare-identifier SymbolRefs. 2019-10-08 17:45:07 -07:00
TokenKinds.def Add syntactic sugar for strided memref parsing. 2019-10-03 12:34:36 -07:00