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
/
IR
/
Builders.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] m_Constant()
Lorenzo Chelini
2020-01-13
1
-2
/
+1
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-1
/
+1
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-2
/
+2
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
1
-2
/
+2
*
Try to fold operations in DialectConversion when trying to legalize.
River Riddle
2019-12-13
1
-19
/
+61
*
Make OpBuilder::insert virtual instead of OpBuilder::createOperation.
River Riddle
2019-12-11
1
-10
/
+8
*
NFC: Update std.subview op to use AttrSizedOperandSegments
Lei Zhang
2019-12-02
1
-0
/
+8
*
Add support for nested symbol references.
River Riddle
2019-11-11
1
-2
/
+7
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
1
-1
/
+1
*
NFC: Remove trivial builder get methods.
River Riddle
2019-10-17
1
-69
/
+3
*
Add convenience methods to create i8 and i16 attributes in Builder.
Jing Pu
2019-09-14
1
-0
/
+8
*
Support bf16 in Builder::getZeroAttr
Smit Hinsu
2019-09-02
1
-3
/
+2
*
Add support for LLVM lowering of binary ops on n-D vector types
Nicolas Vasilache
2019-08-20
1
-0
/
+9
*
Fix verification of zero-dim memref in affine.load/affine.store/std.load/std....
Diego Caballero
2019-08-07
1
-0
/
+2
*
Add a generic Linalg op
Nicolas Vasilache
2019-08-02
1
-0
/
+6
*
Remove the 'region' field from OpBuilder.
River Riddle
2019-07-12
1
-14
/
+22
*
Rename FunctionAttr to SymbolRefAttr.
River Riddle
2019-07-12
1
-5
/
+8
*
NFC: Rename Module to ModuleOp.
River Riddle
2019-07-10
1
-1
/
+1
*
Update ModuleOp::create(...) to take a Location instead of a context.
River Riddle
2019-07-10
1
-2
/
+0
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
1
-4
/
+4
*
NFC: Refactor Module to be value typed.
River Riddle
2019-07-02
1
-2
/
+2
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-2
/
+2
*
Allow attaching a type to StringAttr.
River Riddle
2019-06-27
1
-0
/
+4
*
NFC: Uniformize the return of the LocationAttr 'get' methods to 'Location'.
River Riddle
2019-06-25
1
-3
/
+3
*
Simplify usages of SplatElementsAttr now that it inherits from DenseElementsA...
River Riddle
2019-06-19
1
-5
/
+1
*
Replace usages of 'UniquedFilename' with 'Identifier' and remove it. Identifi...
River Riddle
2019-06-19
1
-6
/
+2
*
Remove the ability to directly construct a DenseElementsAttr with a raw chara...
River Riddle
2019-06-09
1
-5
/
+0
*
Support FP16 in getZeroAttr.
MLIR Team
2019-06-09
1
-0
/
+6
*
Add new 'createOrFold' methods to FuncBuilder to immediately try to fold an o...
River Riddle
2019-06-09
1
-0
/
+26
*
NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...
River Riddle
2019-06-09
1
-6
/
+6
*
Abstract the internal storage of the NamedAttributeList into a new attrib...
River Riddle
2019-06-01
1
-0
/
+4
*
Remove "size" property of affine maps.
MLIR Team
2019-06-01
1
-10
/
+8
*
Refactor FunctionAttr to hold the internal function reference by name ins...
River Riddle
2019-06-01
1
-0
/
+3
*
Refactor PatternRewriter to inherit from FuncBuilder instead of Builder. ...
River Riddle
2019-05-20
1
-0
/
+2
*
Rename VectorOrTensorType to ShapedType
Geoffrey Martin-Noble
2019-05-20
1
-9
/
+7
*
Simplify several usages of attributes now that they always have a type an...
River Riddle
2019-05-10
1
-4
/
+2
*
Add support for a NoneType.
River Riddle
2019-05-06
1
-0
/
+2
*
Add support for Unit Attributes.
River Riddle
2019-05-06
1
-0
/
+2
*
Add methods for building array attributes in Builder
Lei Zhang
2019-04-07
1
-0
/
+31
*
Introduce affine terminator
Alex Zinenko
2019-03-29
1
-10
/
+1
*
Replace usages of Instruction with Operation in the /IR directory.
River Riddle
2019-03-29
1
-6
/
+6
*
Allow creating standalone Regions
Alex Zinenko
2019-03-29
1
-1
/
+8
*
Continue pushing const out of the core IR types - in this case, remove const
Chris Lattner
2019-03-29
1
-1
/
+1
*
Add support for building a DenseIntElementsAttr with ArrayRef<int64_t> values.
River Riddle
2019-03-29
1
-0
/
+5
*
Add support for a standard TupleType. Though this is a standard type, it mere...
River Riddle
2019-03-29
1
-0
/
+4
*
Rename BlockList into Region
Alex Zinenko
2019-03-29
1
-4
/
+3
*
Add an assertion on the builder to ensure that a block is set before creating...
Mehdi Amini
2019-03-29
1
-0
/
+1
*
Provide a Builder::getNamedAttr and (Instruction|Function)::setAttr(StringRef...
River Riddle
2019-03-29
1
-0
/
+4
*
Make IndexType a standard type instead of a builtin. This also cleans up some...
River Riddle
2019-03-29
1
-7
/
+7
[next]