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
...
*
NFC. Move all of the remaining operations left in BuiltinOps to StandardOps. ...
River Riddle
2019-03-29
1
-1
/
+0
*
Add support for parsing and printing affine.if and affine.for attributes. The...
River Riddle
2019-03-29
1
-2
/
+2
*
Provide a Builder::getNamedAttr and (Instruction|Function)::setAttr(StringRef...
River Riddle
2019-03-29
1
-2
/
+1
*
Add support for named function argument attributes. The attribute dictionary ...
River Riddle
2019-03-29
1
-14
/
+31
*
When parsing, check that a region operation is not referencing any of the ent...
River Riddle
2019-03-29
1
-0
/
+11
*
Validate the names of attribute, dialect, and functions during verification. ...
River Riddle
2019-03-29
1
-2
/
+2
*
Add parser support for internal named attributes. These are attributes with n...
River Riddle
2019-03-29
1
-2
/
+8
*
Convert the dialect type parse/print hooks into virtual functions on the Dial...
River Riddle
2019-03-29
1
-11
/
+3
*
Add langref descriptions for the attribute values supported in MLIR.
River Riddle
2019-03-29
1
-6
/
+8
*
Add dialect-specific decoding for opaque constants.
Tatiana Shpeisman
2019-03-29
1
-1
/
+18
*
Remove the restriction that only registered terminator operations may termina...
River Riddle
2019-03-29
1
-1
/
+1
*
Disallow zero dimensions in vectors and memrefs
Alex Zinenko
2019-03-29
1
-14
/
+7
*
Disallow hexadecimal literals in type declarations
Alex Zinenko
2019-03-29
1
-36
/
+38
*
Print parens around the return type of a function if it is also a function type
Alex Zinenko
2019-03-29
1
-30
/
+51
*
Remove InstWalker and move all instruction walking to the api facilities on F...
River Riddle
2019-03-29
1
-1
/
+0
*
Remove remaining references to OperationInst in all directories except for li...
River Riddle
2019-03-29
1
-7
/
+6
*
Fix the handling of the resizable operands bit of OperationState in a few pla...
River Riddle
2019-03-29
1
-1
/
+1
*
When parsing, treat an IntegerSet with no constraints as a degenerate true ca...
River Riddle
2019-03-29
1
-11
/
+8
*
Emit an error when parsing an affine structure if '->' or ':' is not found
River Riddle
2019-03-29
1
-1
/
+1
*
Define the AffineForOp and replace ForInst with it. This patch is largely mec...
River Riddle
2019-03-29
1
-252
/
+94
*
Define an detail::OperandStorage class to handle managing instruction operand...
River Riddle
2019-03-29
1
-1
/
+5
*
Recommit: Define a AffineOps dialect as well as an AffineIfOp operation. Repl...
River Riddle
2019-03-29
1
-78
/
+51
*
Automated rollback of changelist 231318632.
Nicolas Vasilache
2019-03-29
1
-51
/
+78
*
Define a AffineOps dialect as well as an AffineIfOp operation. Replace all in...
River Riddle
2019-03-29
1
-78
/
+51
*
Change the ForInst induction variable to be a block argument of the body inst...
River Riddle
2019-03-29
1
-2
/
+3
*
Drop AffineMap::Null and IntegerSet::Null
Nicolas Vasilache
2019-03-29
1
-160
/
+158
*
Allow operations to hold a blocklist and add support for parsing/printing a b...
River Riddle
2019-03-29
1
-36
/
+99
*
Migrate VectorOrTensorType/MemRefType shape api to use int64_t instead of int.
River Riddle
2019-03-29
1
-18
/
+20
*
Add asmparser/printer support for locations to make them round-trippable. Loc...
River Riddle
2019-03-29
1
-5
/
+214
*
Unify terms regarding assembly form to use generic vs. custom
Lei Zhang
2019-03-29
1
-4
/
+4
*
Add a constant folding hook to ExtractElementOp to fold extracting the elemen...
River Riddle
2019-03-29
1
-1
/
+1
*
[MLIR] Add functionality for constructing a DenseElementAttr from an array of...
River Riddle
2019-03-29
1
-35
/
+6
*
Check that at least one constraint is parsed when parsing an IntegerSet.
River Riddle
2019-03-29
1
-2
/
+9
*
Emit unsupported error when parsing a DenseElementAttr with an integer type o...
River Riddle
2019-03-29
1
-0
/
+6
*
Add missing return post parse failure for the indices of a sparse attribute.
River Riddle
2019-03-29
1
-0
/
+2
*
Return an empty IntegerSet if the '(' is not parsed.
River Riddle
2019-03-29
1
-2
/
+3
*
Add a FloatAttr::getChecked, and invoke it during Attribute parsing.
River Riddle
2019-03-29
1
-2
/
+6
*
Add check for '[' when parsing a tensor literal list.
River Riddle
2019-03-29
1
-1
/
+5
*
Fix omitted return post failed parse
Jacques Pienaar
2019-03-29
1
-0
/
+2
*
Verify string type token before attempting to get string value.
Jacques Pienaar
2019-03-29
1
-0
/
+2
*
Support verbose parsing and printing of terminator operations
Alex Zinenko
2019-03-29
1
-0
/
+47
*
Add parser support for named type aliases.
River Riddle
2019-03-29
1
-11
/
+64
*
Misc readability and doc / code comment related improvements - NFC
Uday Bondhugula
2019-03-29
1
-1
/
+1
*
Add support for types belonging to unknown dialects. This allows for types to...
River Riddle
2019-03-29
1
-12
/
+20
*
Drop all uses of the ForInst induction variable before deleting ForInst
Alex Zinenko
2019-03-29
1
-4
/
+2
*
FunctionParser::~FunctionParser: avoid iterator invalidation
Alex Zinenko
2019-03-29
1
-3
/
+4
*
Rename getAffineBinaryExpr -> getAffineBinaryOpExpr, getBinaryAffineOpExpr ->
Uday Bondhugula
2019-03-29
1
-9
/
+9
*
Handle parsing failure for splat elements attribute
Smit Hinsu
2019-03-29
1
-0
/
+2
*
Split the standard types from builtin types and move them into separate sourc...
River Riddle
2019-03-29
1
-6
/
+6
*
Implement initial support for dialect specific types.
River Riddle
2019-03-29
1
-21
/
+50
[prev]
[next]