index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mlir
/
lib
/
Parser
/
Token.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
Add support for parsing/printing non bare-identifier SymbolRefs.
River Riddle
2019-10-08
1
-4
/
+7
*
Fix an invalid assert when processing escaped strings.
River Riddle
2019-09-03
1
-1
/
+1
*
Update style/clang-format (NFC).
Jacques Pienaar
2019-07-22
1
-14
/
+20
*
Avoid hardcoded 4096 constant
Nicolas Vasilache
2019-03-29
1
-3
/
+1
*
[mlir] Fix tests after Chris implemented string escaping in MLIR
James Molloy
2019-03-29
1
-1
/
+1
*
Escape and unescape strings in the parser and printer so they can roundtrip,
Chris Lattner
2019-03-29
1
-3
/
+40
*
[mlir] Allow C-style escapes in Lexer
James Molloy
2019-03-29
1
-3
/
+2
*
Add parsing for floating point attributes.
Jacques Pienaar
2019-03-29
1
-1
/
+8
*
Add support for multiple results to the printer/parser, add support
Chris Lattner
2019-03-29
1
-1
/
+10
*
Change to assert(0,x) to llvm_unreachable(x)
Jacques Pienaar
2019-03-29
1
-1
/
+1
*
Add parsing for attributes and attibutes on operations. Add IR representation
Chris Lattner
2019-03-29
1
-4
/
+25
*
Enhance the type system to support arbitrary precision integers, which are
Chris Lattner
2019-03-29
1
-0
/
+12
*
[WIP] Sketching IR and parsing support for affine maps, affine expressions
Uday Bondhugula
2019-03-29
1
-0
/
+1
*
Refactor information about tokens out into a new TokenKinds.def file. Use this
Chris Lattner
2019-03-29
1
-0
/
+13
*
Sketch out parser/IR support for OperationInst, and a new Instruction base
Chris Lattner
2019-03-29
1
-1
/
+10
*
Implement parser and lexer support for most of the type grammar.
Chris Lattner
2019-03-29
1
-0
/
+12
*
Implement enough of a lexer and parser for MLIR to parse extfunc's without
Chris Lattner
2019-03-29
1
-0
/
+37