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
/
LoopFusion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce memref store to load forwarding - a simple memref dataflow analysis
Uday Bondhugula
2019-03-29
1
-39
/
+4
*
Extend InstVisitor and Walker to handle arbitrary CFG functions, expand the
Chris Lattner
2019-03-29
1
-1
/
+6
*
Standardize naming of statements -> instructions, revisting the code base to be
Chris Lattner
2019-03-29
1
-90
/
+90
*
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
-7
/
+7
*
Merge Operation into OperationInst and standardize nomenclature around
Chris Lattner
2019-03-29
1
-14
/
+14
*
Merge SSAValue, CFGValue, and MLValue together into a single Value class, which
Chris Lattner
2019-03-29
1
-20
/
+19
*
Refactor MLFunction to contain a StmtBlock for its body instead of inheriting
Chris Lattner
2019-03-29
1
-1
/
+1
*
Computation slice update: adds parameters to insertBackwardComputationSlice w...
MLIR Team
2019-03-29
1
-1
/
+35
*
Improve loop fusion algorithm by using a memref dependence graph.
MLIR Team
2019-03-29
1
-252
/
+342
*
Loop Fusion pass update: introduce utilities to perform generalized loop fusi...
MLIR Team
2019-03-29
1
-157
/
+340
*
Adds support for returning the direction of the dependence between memref acc...
MLIR Team
2019-03-29
1
-2
/
+6
*
Initialize Pass with PassID.
Jacques Pienaar
2019-03-29
1
-1
/
+1
*
Add static pass registration
Jacques Pienaar
2019-03-29
1
-0
/
+5
*
Adds a dependence check to test whether two accesses to the same memref acces...
MLIR Team
2019-03-29
1
-0
/
+244