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
/
LowerVectorTransfers.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extend InstVisitor and Walker to handle arbitrary CFG functions, expand the
Chris Lattner
2019-03-29
1
-1
/
+0
*
Standardize naming of statements -> instructions, revisting the code base to be
Chris Lattner
2019-03-29
1
-6
/
+6
*
Rename BasicBlock and StmtBlock to Block, and make a pass cleaning it up. I ...
Chris Lattner
2019-03-29
1
-1
/
+1
*
Eliminate the using decls for MLFunction and CFGFunction standardizing on
Chris Lattner
2019-03-29
1
-2
/
+2
*
Rename BBArgument -> BlockArgument, Op::getOperation -> Op::getInst(),
Chris Lattner
2019-03-29
1
-3
/
+3
*
Merge Operation into OperationInst and standardize nomenclature around
Chris Lattner
2019-03-29
1
-4
/
+5
*
Merge CFGFuncBuilder/MLFuncBuilder/FuncBuilder together into a single new
Chris Lattner
2019-03-29
1
-3
/
+3
*
Merge SSAValue, CFGValue, and MLValue together into a single Value class, which
Chris Lattner
2019-03-29
1
-16
/
+13
*
Refactor MLFunction to contain a StmtBlock for its body instead of inheriting
Chris Lattner
2019-03-29
1
-1
/
+1
*
Refactor ForStmt: having it contain a StmtBlock instead of subclassing
Chris Lattner
2019-03-29
1
-1
/
+1
*
Refactor LowerVectorTransfersPass using pattern rewriters
Alex Zinenko
2019-03-29
1
-61
/
+66
*
Materialize vector_type_cast operation in the SuperVector dialect
Alex Zinenko
2019-03-29
1
-7
/
+4
*
Extract vector_transfer_* Ops into a SuperVectorDialect.
Alex Zinenko
2019-03-29
1
-0
/
+1
*
[MLIR] Drop bug-prone global map indexed by MLFunction*
Nicolas Vasilache
2019-03-29
1
-25
/
+22
*
[MLIR] Add LowerVectorTransfersPass
Nicolas Vasilache
2019-03-29
1
-0
/
+261