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
/
LoopUnroll.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Standardize naming of statements -> instructions, revisting the code base to be
Chris Lattner
2019-03-29
1
-34
/
+34
*
Rename BasicBlock and StmtBlock to Block, and make a pass cleaning it up. I ...
Chris Lattner
2019-03-29
1
-3
/
+3
*
Eliminate the using decls for MLFunction and CFGFunction standardizing on
Chris Lattner
2019-03-29
1
-2
/
+2
*
Merge Operation into OperationInst and standardize nomenclature around
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
/
+2
*
loop-unroll - add function callback argument for outside targets to
Uday Bondhugula
2019-03-29
1
-20
/
+50
*
Move definitions of lopoUnroll* functions to LoopUtils.cpp.
Alex Zinenko
2019-03-29
1
-117
/
+0
*
Automatic DMA generation for simple cases.
Uday Bondhugula
2019-03-29
1
-1
/
+1
*
Initialize Pass with PassID.
Jacques Pienaar
2019-03-29
1
-1
/
+2
*
Add static pass registration
Jacques Pienaar
2019-03-29
1
-7
/
+13
*
Introduce loop tiling code generation (hyper-rectangular case)
Uday Bondhugula
2019-03-29
1
-1
/
+1
*
Introduce memref bound checking.
Uday Bondhugula
2019-03-29
1
-1
/
+1
*
Simplify FunctionPass to eliminate the CFGFunctionPass/MLFunctionPass
Chris Lattner
2019-03-29
1
-2
/
+3
*
Change typedef to using to be consistent across the codebase
Lei Zhang
2019-03-29
1
-1
/
+1
*
Split BuiltinOps out of StandardOps.
Jacques Pienaar
2019-03-29
1
-1
/
+1
*
[MLIR] AffineMap value type
Nicolas Vasilache
2019-03-29
1
-6
/
+6
*
[MLIR] Cleanup AffineExpr
Nicolas Vasilache
2019-03-29
1
-1
/
+1
*
[MLIR] Remove uses of AffineExpr* outside of IR
Nicolas Vasilache
2019-03-29
1
-3
/
+2
*
Change behavior of loopUnrollFull with unroll factor 1
Uday Bondhugula
2019-03-29
1
-3
/
+8
*
Extend loop unroll/unroll-and-jam to affine bounds + refactor related code.
Uday Bondhugula
2019-03-29
1
-81
/
+33
*
Store 'then' clause statements directly in the 'if' statement.
Tatiana Shpeisman
2019-03-29
1
-2
/
+3
*
Misc changes to builder's and Transforms/ API to allow code generation.
Uday Bondhugula
2019-03-29
1
-6
/
+3
*
Add PassResult and have passes return PassResult to indicate failure/success.
Jacques Pienaar
2019-03-29
1
-3
/
+4
*
Extend getConstantTripCount to deal with a larger subset of loop bounds; make...
Uday Bondhugula
2019-03-29
1
-30
/
+108
*
Add utility to promote single iteration loops. Add methods for getting constant
Uday Bondhugula
2019-03-29
1
-55
/
+24
*
Introduce loop unroll jam transformation.
Uday Bondhugula
2019-03-29
1
-6
/
+6
*
Implement operands for the lower and upper bounds of the for statement.
Tatiana Shpeisman
2019-03-29
1
-13
/
+20
*
Push location information more tightly into the IR, providing space for every
Chris Lattner
2019-03-29
1
-2
/
+4
*
Extend loop unrolling to unroll by a given factor; add builder for affine
Uday Bondhugula
2019-03-29
1
-32
/
+136
*
ShortLoopUnroll - bug fix.
Uday Bondhugula
2019-03-29
1
-3
/
+7
*
Move Pass.{h,cpp} from lib/IR/ to lib/Transforms/.
Uday Bondhugula
2019-03-29
1
-1
/
+1
*
Rework the cloning infrastructure for statements to be able to take and update
Chris Lattner
2019-03-29
1
-91
/
+22
*
Loop unrolling pass update
Uday Bondhugula
2019-03-29
1
-69
/
+116
*
Loop unrolling update.
Uday Bondhugula
2019-03-29
1
-32
/
+66
*
MLStmt cloning and IV replacement for loop unrolling, add constant pool to
Uday Bondhugula
2019-03-29
1
-19
/
+47
*
Clean up and extend MLFuncBuilder to allow creating statements in the middle ...
Tatiana Shpeisman
2019-03-29
1
-3
/
+1
*
LoopUnroll post order walk: fix misleading naming
Uday Bondhugula
2019-03-29
1
-12
/
+13
*
Prepare for implementation of TensorFlow passes:
Chris Lattner
2019-03-29
1
-23
/
+9
*
Stmt visitors and walkers.
Uday Bondhugula
2019-03-29
1
-8
/
+40
*
Implement MLValue, statement operands, operation statement operands and value...
Tatiana Shpeisman
2019-03-29
1
-1
/
+3
*
Implement a proper function list in module, which auto-maintain the parent
Chris Lattner
2019-03-29
1
-2
/
+2
*
Sketch out loop unrolling transformation.
Uday Bondhugula
2019-03-29
1
-0
/
+109