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
/
Utils
/
LoopFusionUtils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-2
/
+2
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-5
/
+5
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
1
-8
/
+8
*
Fix typos, NFC.
Christian Sigg
2019-10-04
1
-1
/
+1
*
NFC - clean up op accessor usage, std.load/store op verify, other stale info
Uday Bondhugula
2019-09-27
1
-3
/
+3
*
Add support for early exit walk methods.
River Riddle
2019-08-30
1
-11
/
+13
*
Refactor the 'walk' methods for operations.
River Riddle
2019-08-29
1
-1
/
+1
*
NFC: Move AffineOps dialect to the Dialect sub-directory.
River Riddle
2019-08-20
1
-1
/
+1
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
1
-1
/
+1
*
Rename FunctionAttr to SymbolRefAttr.
River Riddle
2019-07-12
1
-0
/
+1
*
NFC: Remove Region::getContainingFunction as Functions are now Operations.
River Riddle
2019-07-04
1
-1
/
+1
*
Globally change load/store/dma_start/dma_wait operations over to affine.load/...
Andy Davis
2019-07-03
1
-8
/
+8
*
Factor fusion compute cost calculation out of LoopFusion and into LoopFusionU...
Andy Davis
2019-06-19
1
-0
/
+234
*
LoopFusion: adds support for computing forward computation slices, which will...
Andy Davis
2019-06-19
1
-15
/
+22
*
LoopFusionUtils CL 2/n: Factor out and generalize slice union computation.
Andy Davis
2019-06-01
1
-7
/
+50
*
Affine Loop Fusion Utility Module (1/n).
Andy Davis
2019-06-01
1
-0
/
+202