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
/
LoopTiling.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Misc readability and doc / code comment related improvements - NFC
Uday Bondhugula
2019-03-29
1
-3
/
+3
*
Update and generalize various passes to work on both CFG and ML functions,
Chris Lattner
2019-03-29
1
-2
/
+2
*
Extend InstVisitor and Walker to handle arbitrary CFG functions, expand the
Chris Lattner
2019-03-29
1
-6
/
+8
*
Standardize naming of statements -> instructions, revisting the code base to be
Chris Lattner
2019-03-29
1
-29
/
+29
*
Rename BasicBlock and StmtBlock to Block, and make a pass cleaning it up. I ...
Chris Lattner
2019-03-29
1
-8
/
+9
*
Eliminate the using decls for MLFunction and CFGFunction standardizing on
Chris Lattner
2019-03-29
1
-5
/
+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
-8
/
+5
*
Refactor MLFunction to contain a StmtBlock for its body instead of inheriting
Chris Lattner
2019-03-29
1
-2
/
+2
*
Refactor ForStmt: having it contain a StmtBlock instead of subclassing
Chris Lattner
2019-03-29
1
-8
/
+10
*
Simplify memref-dependence-check's meta data structures / drop duplication and
Uday Bondhugula
2019-03-29
1
-2
/
+2
*
Remove duplicate code / reuse right utilities from memref-dep-check / loop-tile
Uday Bondhugula
2019-03-29
1
-2
/
+2
*
Extend loop tiling utility to handle non-constant loop bounds and bounds that
Uday Bondhugula
2019-03-29
1
-32
/
+39
*
Debug output / logging memref sizes in DMA generation + related changes
Uday Bondhugula
2019-03-29
1
-8
/
+5
*
Updates to transformation/analysis passes/utilities. Update DMA generation pass
Uday Bondhugula
2019-03-29
1
-1
/
+1
*
Implement value type abstraction for locations.
River Riddle
2019-03-29
1
-1
/
+1
*
Complete migration to exclusive upper bound
Uday Bondhugula
2019-03-29
1
-7
/
+12
*
Initialize Pass with PassID.
Jacques Pienaar
2019-03-29
1
-0
/
+1
*
Add static pass registration
Jacques Pienaar
2019-03-29
1
-0
/
+6
*
Introduce loop tiling code generation (hyper-rectangular case)
Uday Bondhugula
2019-03-29
1
-0
/
+240