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
/
Transforms
/
MaterializeVectors.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate the using decls for MLFunction and CFGFunction standardizing on
Chris Lattner
2019-03-29
1
-5
/
+5
*
Rename BBArgument -> BlockArgument, Op::getOperation -> Op::getInst(),
Chris Lattner
2019-03-29
1
-4
/
+4
*
Merge Operation into OperationInst and standardize nomenclature around
Chris Lattner
2019-03-29
1
-18
/
+17
*
Merge CFGFuncBuilder/MLFuncBuilder/FuncBuilder together into a single new
Chris Lattner
2019-03-29
1
-8
/
+8
*
Merge SSAValue, CFGValue, and MLValue together into a single Value class, which
Chris Lattner
2019-03-29
1
-29
/
+26
*
Per review on the previous CL, drop MLFuncBuilder::createOperation, changing
Chris Lattner
2019-03-29
1
-5
/
+8
*
Extract vector_transfer_* Ops into a SuperVectorDialect.
Alex Zinenko
2019-03-29
1
-0
/
+1
*
[MLIR] Fix the name of the MaterializeVectorPass
Nicolas Vasilache
2019-03-29
1
-10
/
+8
*
Return bool from all emitError methods similar to Operation::emitOpError
Smit Hinsu
2019-03-29
1
-16
/
+8
*
[MLIR] Error handling in MaterializeVectors
Nicolas Vasilache
2019-03-29
1
-16
/
+41
*
[MLIR] Add AffineMap composition and use it in Materialization
Nicolas Vasilache
2019-03-29
1
-49
/
+54
*
[MLIR] Add support for permutation_map
Nicolas Vasilache
2019-03-29
1
-3
/
+121
*
OpPointer: replace conversion operator to Operation* to OpType*.
Alex Zinenko
2019-03-29
1
-2
/
+2
*
[MLIR] Add VectorTransferOps
Nicolas Vasilache
2019-03-29
1
-114
/
+131
*
[MLIR] Fix opt build
Nicolas Vasilache
2019-03-29
1
-0
/
+1
*
[MLIR][MaterializeVectors] Add a MaterializeVector pass via unrolling.
Nicolas Vasilache
2019-03-29
1
-0
/
+595