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
...
*
Drop AffineMap::Null and IntegerSet::Null
Nicolas Vasilache
2019-03-29
1
-8
/
+8
*
Wrap cl::opt flags within passes in a category with the pass name. This impro...
River Riddle
2019-03-29
1
-2
/
+6
*
Update replaceAllMemRefUsesWith to generate single result affine_apply's for
Uday Bondhugula
2019-03-29
1
-12
/
+12
*
Change the dependence check in the loop fusion pass to use the MLIR instructi...
MLIR Team
2019-03-29
1
-13
/
+32
*
loop-fusion: debug info cleanup
Uday Bondhugula
2019-03-29
1
-27
/
+33
*
Migrate VectorOrTensorType/MemRefType shape api to use int64_t instead of int.
River Riddle
2019-03-29
1
-1
/
+1
*
Fix single producer check in loop fusion pass.
MLIR Team
2019-03-29
1
-3
/
+3
*
Update fusion cost model + some additional infrastructure and debug informati...
Uday Bondhugula
2019-03-29
1
-42
/
+203
*
Allocate private/local buffers for slices accurately during fusion
Uday Bondhugula
2019-03-29
1
-19
/
+38
*
Handle escaping memrefs in loop fusion pass:
MLIR Team
2019-03-29
1
-5
/
+40
*
Mark (void)indexRemap to please compiler for unused variable check
Lei Zhang
2019-03-29
1
-0
/
+1
*
LoopFusion: Creates private MemRefs which are used only by operations in the ...
MLIR Team
2019-03-29
1
-38
/
+193
*
Some loop fusion code cleanup/simplification post cl/229575126
Uday Bondhugula
2019-03-29
1
-33
/
+16
*
LoopFusion improvements:
MLIR Team
2019-03-29
1
-164
/
+244
*
Address documentation/readability related comments from cl/227252907 on memref
Uday Bondhugula
2019-03-29
1
-7
/
+1
*
Minor code cleanup - NFC.
Uday Bondhugula
2019-03-29
1
-4
/
+4
*
LoopFusion: automate selection of source loop nest slice depth and destinatio...
MLIR Team
2019-03-29
1
-22
/
+353
*
Extend loop-fusion's slicing utility + other fixes / updates
Uday Bondhugula
2019-03-29
1
-2
/
+2
*
Misc readability and doc / code comment related improvements - NFC
Uday Bondhugula
2019-03-29
1
-6
/
+3
*
Update and generalize various passes to work on both CFG and ML functions,
Chris Lattner
2019-03-29
1
-2
/
+2
*
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
[prev]