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
/
PipelineDataTransfer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge Operation into OperationInst and standardize nomenclature around
Chris Lattner
2019-03-29
1
-10
/
+10
*
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
-13
/
+11
*
Rename convenience methods to make type explicit.
Jacques Pienaar
2019-03-29
1
-1
/
+1
*
Refactor ForStmt: having it contain a StmtBlock instead of subclassing
Chris Lattner
2019-03-29
1
-9
/
+10
*
Update/Fix LoopUtils::stmtBodySkew to handle loop step.
Uday Bondhugula
2019-03-29
1
-16
/
+16
*
Fix missing check for dependent DMAs in pipeline-data-transfer
Uday Bondhugula
2019-03-29
1
-2
/
+26
*
Update/fix -pipeline-data-transfer; fix b/120770946
Uday Bondhugula
2019-03-29
1
-13
/
+34
*
Remove allocations for memref's that become dead as a result of double
Uday Bondhugula
2019-03-29
1
-3
/
+13
*
Updates to transformation/analysis passes/utilities. Update DMA generation pass
Uday Bondhugula
2019-03-29
1
-4
/
+11
*
Initialize Pass with PassID.
Jacques Pienaar
2019-03-29
1
-0
/
+1
*
Add static pass registration
Jacques Pienaar
2019-03-29
1
-0
/
+9
*
Introduce memref bound checking.
Uday Bondhugula
2019-03-29
1
-1
/
+1
*
Implement value type abstraction for types.
River Riddle
2019-03-29
1
-7
/
+7
*
Simplify FunctionPass to eliminate the CFGFunctionPass/MLFunctionPass
Chris Lattner
2019-03-29
1
-2
/
+2
*
PassResult return cleanup.
Uday Bondhugula
2019-03-29
1
-12
/
+10
*
Introduce a new Operation::erase helper to generalize some code in
Chris Lattner
2019-03-29
1
-1
/
+1
*
Rename Operation::getAs to Operation::dyn_cast
Feng Liu
2019-03-29
1
-8
/
+8
*
Generalize / improve DMA transfer overlap; nested and multiple DMA support; r...
Uday Bondhugula
2019-03-29
1
-95
/
+169
*
Create private exclusive / single use affine computation slice for an op stmt.
Uday Bondhugula
2019-03-29
1
-65
/
+31
*
Split BuiltinOps out of StandardOps.
Jacques Pienaar
2019-03-29
1
-1
/
+2
*
[MLIR] AffineMap value type
Nicolas Vasilache
2019-03-29
1
-1
/
+2
*
Add target independent standard DMA ops: dma.start, dma.wait
Uday Bondhugula
2019-03-29
1
-32
/
+15
*
[MLIR] Cleanup AffineExpr
Nicolas Vasilache
2019-03-29
1
-1
/
+1
*
Introduce memref replacement/rewrite support: to replace an existing memref
Uday Bondhugula
2019-03-29
1
-11
/
+224
*
Introduce loop body skewing / loop pipelining / loop shifting utility.
Uday Bondhugula
2019-03-29
1
-0
/
+72