- 6842ec4 [mlir][NFC] Add a using for llvm::SMLoc/llvm::SMRange to LLVM.h by River Riddle · 3 years, 4 months ago
- a44e630 [AsmParser] Fix support for zero bit integer types. by Chris Lattner · 4 years, 5 months ago
- bf0440b [mlir] Optimize the parsing of ElementsAttr hex strings by River Riddle · 4 years, 7 months ago
- 5111468 [mlir][NFC] Split Parser into several different files. by River Riddle · 5 years ago
- 1beffb9 Fix the MLIR integer attribute parser to be correct in the face of large integer attributes, it was previously artificially limited to 64 bits. by Chris Lattner · 5 years ago
- 4a219bf Fix a bug in the .mlir lexer, where a \0 character in a file is treated as a colon (due to an accidental fall through) instead of whitespace. by Chris Lattner · 5 years ago
- 35b6852 [mlir] Add a signedness semantics bit to IntegerType by Lei Zhang · 5 years ago
- 3085710 Mass update the MLIR license header to mention "Part of the LLVM project" by Mehdi Amini · 5 years ago
- 56222a0 Adjust License.txt file to use the LLVM license by Mehdi Amini · 5 years ago
- 71c7962 Add support for parsing/printing non bare-identifier SymbolRefs. by River Riddle · 6 years ago
- 61ee7d6 Fix an invalid assert when processing escaped strings. by River Riddle · 6 years ago
- 772930f Update style/clang-format (NFC). by Jacques Pienaar · 6 years ago
- a124e9c Avoid hardcoded 4096 constant by Nicolas Vasilache · 6 years ago
- ab2aa65 [mlir] Fix tests after Chris implemented string escaping in MLIR by James Molloy · 6 years ago
- d6c4c74 Escape and unescape strings in the parser and printer so they can roundtrip, by Chris Lattner · 6 years ago
- ab60afb [mlir] Allow C-style escapes in Lexer by James Molloy · 6 years ago
- 1015a0d Add parsing for floating point attributes. by Jacques Pienaar · 6 years ago
- 3d2a246 Add support for multiple results to the printer/parser, add support by Chris Lattner · 6 years ago
- f9da10c Change to assert(0,x) to llvm_unreachable(x) by Jacques Pienaar · 6 years ago
- b0dabbd Add parsing for attributes and attibutes on operations. Add IR representation by Chris Lattner · 6 years ago
- 6af866c Enhance the type system to support arbitrary precision integers, which are by Chris Lattner · 6 years ago
- fdf7bc4 [WIP] Sketching IR and parsing support for affine maps, affine expressions by Uday Bondhugula · 6 years ago
- 509da79 Refactor information about tokens out into a new TokenKinds.def file. Use this by Chris Lattner · 6 years ago
- 1734d78 Sketch out parser/IR support for OperationInst, and a new Instruction base by Chris Lattner · 6 years ago
- 23b784a Implement parser and lexer support for most of the type grammar. by Chris Lattner · 6 years ago
- 9b9f7ff Implement enough of a lexer and parser for MLIR to parse extfunc's without by Chris Lattner · 6 years ago