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
/
Parser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Restructure the parser to support nested name scopes. This allows for regions...
River Riddle
2019-06-03
1
-79
/
+110
*
NFC: Split up Parser::parseAttribute into multiple smaller functions to impro...
River Riddle
2019-06-03
1
-286
/
+283
*
NFC: Cleanup method definitions within Parser and add header blocks to im...
River Riddle
2019-06-01
1
-652
/
+712
*
Abstract the internal storage of the NamedAttributeList into a new attrib...
River Riddle
2019-06-01
1
-0
/
+7
*
Remove "size" property of affine maps.
MLIR Team
2019-06-01
1
-39
/
+1
*
Change elements literal parsing to not rely on shaped type being a vector...
Geoffrey Martin-Noble
2019-06-01
1
-18
/
+28
*
Replace the Function reference methods from the OpAsmParser/OpAsmPrinter ...
River Riddle
2019-06-01
1
-23
/
+0
*
Tidy up a few parser functions in the ModuleParser. This also adds a miss...
River Riddle
2019-06-01
1
-11
/
+17
*
NFC: Cleanup a switch statement that only has a default case.
River Riddle
2019-06-01
1
-8
/
+3
*
Replace checks for rank -1 with direct calls to hasRank
Geoffrey Martin-Noble
2019-06-01
1
-4
/
+3
*
Refactor FunctionAttr to hold the internal function reference by name ins...
River Riddle
2019-06-01
1
-100
/
+3
*
Rename VectorOrTensorType to ShapedType
Geoffrey Martin-Noble
2019-05-20
1
-14
/
+13
*
Add support for parsing/printing dialect defined attributes. This also ad...
River Riddle
2019-05-20
1
-71
/
+98
*
Fix lingering sign compare warnings in exposed by "ninja check-mlir".
Stella Laurenzo
2019-05-20
1
-1
/
+2
*
Refactor NameLoc so that it also holds a child location. This removes the...
River Riddle
2019-05-20
1
-1
/
+24
*
Change a few errors emitted by the parser to be notes instead.
River Riddle
2019-05-20
1
-7
/
+9
*
Add llvm_unreachable in unreachable path to silence GCC warning (NFC)
Mehdi Amini
2019-05-10
1
-0
/
+2
*
Remove unused method `parseIntegerSetInline` and `parseAffineMapInline` i...
Mehdi Amini
2019-05-10
1
-48
/
+0
*
Add override keyword on overidden virtual method (NFC)
Mehdi Amini
2019-05-10
1
-4
/
+4
*
Add support for using the new diagnostics infrastructure in the parser. T...
River Riddle
2019-05-10
1
-47
/
+39
*
NFC: Make ParseResult public and update the OpAsmParser(and thus all of t...
River Riddle
2019-05-10
1
-103
/
+97
*
NFC: Convert the ParseResult enum into a simple struct wrapper around Log...
River Riddle
2019-05-10
1
-153
/
+161
*
Refactor the support for AffineMap and IntegerSet aliases in the parser i...
River Riddle
2019-05-10
1
-116
/
+47
*
GPU dialect: introduce custom syntax for gpu.launch
Alex Zinenko
2019-05-06
1
-0
/
+2
*
Change syntax of regions in the generic form of operations
Alex Zinenko
2019-05-06
1
-10
/
+14
*
Add support for a NoneType.
River Riddle
2019-05-06
1
-0
/
+7
*
Decouple region argument parsing from their type assignment
Alex Zinenko
2019-05-06
1
-31
/
+45
*
Add support for Unit Attributes.
River Riddle
2019-05-06
1
-3
/
+12
*
Expand the pretty dialect type system to support arbitrary punctuation and
Chris Lattner
2019-04-18
1
-26
/
+54
*
Change the asmprinter to use pretty syntax for dialect types when it can,
Chris Lattner
2019-04-07
1
-2
/
+3
*
Introduce support for parsing pretty dialect types, currently with a very
Chris Lattner
2019-04-07
1
-27
/
+94
*
Rename UnknownType to OpaqueType (NFC)
Mehdi Amini
2019-04-03
1
-3
/
+3
*
Introduce custom format for the LLVM IR Dialect
Alex Zinenko
2019-04-02
1
-1
/
+21
*
Update the Function and Module verifiers to return LogicalResult instead ...
River Riddle
2019-04-02
1
-1
/
+1
*
Support 0-d tensor type attributes
Feng Liu
2019-04-01
1
-27
/
+30
*
Implement basic IR support for a builtin complex<> type. As with tuples, we
Chris Lattner
2019-03-30
1
-0
/
+24
*
Remove the MLIRContext parameter from Dialect::parseType. Dialects alread...
River Riddle
2019-03-29
1
-1
/
+1
*
Tidy up a few comments and error messages related to parsing multi-result ope...
River Riddle
2019-03-29
1
-5
/
+5
*
Change the muli-return syntax for operations. The name of the operation resul...
River Riddle
2019-03-29
1
-9
/
+58
*
Replace remaining usages of the Instruction class with Operation.
River Riddle
2019-03-29
1
-15
/
+15
*
Replace usages of Instruction with Operation in the /IR directory.
River Riddle
2019-03-29
1
-2
/
+2
*
Allow creating standalone Regions
Alex Zinenko
2019-03-29
1
-61
/
+37
*
At missing mlir:: namespace qualifier in front of function definition
Mehdi Amini
2019-03-29
1
-1
/
+1
*
Add a parserSourceFile function that takes a file path directly
Mehdi Amini
2019-03-29
1
-0
/
+17
*
Add support for a standard TupleType. Though this is a standard type, it mere...
River Riddle
2019-03-29
1
-0
/
+28
*
Add support for parsing true/false inside of a splat tensor literal.
River Riddle
2019-03-29
1
-0
/
+2
*
Add an 'Instruction::create' overload that accepts an existing NamedAttribute...
River Riddle
2019-03-29
1
-1
/
+1
*
Rename BlockList into Region
Alex Zinenko
2019-03-29
1
-59
/
+55
*
Introduce the notion of dialect attributes and dependent attributes. A dialec...
River Riddle
2019-03-29
1
-8
/
+2
*
Set the namespace of the StandardOps dialect to "std", but add a special case...
River Riddle
2019-03-29
1
-1
/
+10
[prev]
[next]