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
/
LoopUnrollAndJam.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
-50
/
+50
*
Rename BasicBlock and StmtBlock to Block, and make a pass cleaning it up. I ...
Chris Lattner
2019-03-29
1
-4
/
+4
*
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
-4
/
+3
*
Merge SSAValue, CFGValue, and MLValue together into a single Value class, which
Chris Lattner
2019-03-29
1
-3
/
+3
*
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
-1
/
+1
*
Initialize Pass with PassID.
Jacques Pienaar
2019-03-29
1
-1
/
+2
*
Add static pass registration
Jacques Pienaar
2019-03-29
1
-1
/
+8
*
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
/
+2
*
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
-4
/
+4
*
[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
*
Extend loop unroll/unroll-and-jam to affine bounds + refactor related code.
Uday Bondhugula
2019-03-29
1
-15
/
+42
*
Misc changes to builder's and Transforms/ API to allow code generation.
Uday Bondhugula
2019-03-29
1
-3
/
+1
*
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
-0
/
+216
[prev]