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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
NFC: Standardize the terminology used for parent ops/regions/etc.
River Riddle
2019-08-09
2
-6
/
+6
*
NFC: Update usages of OwningRewritePatternList to pass by & instead of &&.
River Riddle
2019-08-09
1
-1
/
+1
*
Add utility 'replaceAllUsesWith' methods to Operation.
River Riddle
2019-08-07
1
-5
/
+2
*
Remove ops in regions/blocks from worklist when parent op is being removed vi...
Andy Ly
2019-08-06
1
-0
/
+4
*
NFC: Implement OwningRewritePatternList as a class instead of a using directive.
River Riddle
2019-08-05
1
-3
/
+3
*
Refactor LoopParametricTiling as a test pass - NFC
Nicolas Vasilache
2019-07-22
1
-4
/
+76
*
Refactor stripmineSink for AffineForOp - NFC
Nicolas Vasilache
2019-07-19
1
-34
/
+9
*
Utility function to map a loop on a parametric grid of virtual processors
Nicolas Vasilache
2019-07-19
1
-0
/
+22
*
Uniformize the API for the mlir::tile functions on AffineForOp and loop::ForOp
Nicolas Vasilache
2019-07-19
1
-84
/
+88
*
Move affine.for and affine.if to ODS
Nicolas Vasilache
2019-07-16
1
-9
/
+9
*
Update 'applyPatternsGreedily' to work on the regions of any operations.
River Riddle
2019-07-16
1
-20
/
+24
*
Introduce loop coalescing utility and a simple pass
Alex Zinenko
2019-07-16
1
-0
/
+144
*
Extract std.for std.if and std.terminator in their own dialect
Nicolas Vasilache
2019-07-16
2
-9
/
+12
*
Update the PatternRewriter constructor to take a context instead of a region.
River Riddle
2019-07-12
1
-3
/
+3
*
Remove the 'region' field from OpBuilder.
River Riddle
2019-07-12
1
-5
/
+5
*
Fix a bug in the canonicalizer when replacing constants via patterns.
River Riddle
2019-07-12
1
-3
/
+6
*
Lower affine control flow to std control flow to LLVM dialect
Nicolas Vasilache
2019-07-12
1
-6
/
+0
*
Rename FunctionAttr to SymbolRefAttr.
River Riddle
2019-07-12
4
-0
/
+4
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
2
-5
/
+5
*
Fix a test broken on some systems due to a mis-rebase.
Alex Zinenko
2019-07-09
2
-2
/
+1
*
Implement parametric tiling on standard for loops
Alex Zinenko
2019-07-09
1
-8
/
+165
*
NFC: Remove the various "::getFunction" methods.
River Riddle
2019-07-08
2
-4
/
+5
*
NFC: Remove Region::getContainingFunction as Functions are now Operations.
River Riddle
2019-07-04
2
-4
/
+3
*
Globally change load/store/dma_start/dma_wait operations over to affine.load/...
Andy Davis
2019-07-03
2
-36
/
+104
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
2
-3
/
+3
*
Add a folder-based EDSC intrinsics constructor (NFC)
Nicolas Vasilache
2019-07-01
1
-0
/
+18
*
Update the OperationFolder to find a valid insertion point when materializing...
River Riddle
2019-06-25
2
-44
/
+59
*
Add a new dialect hook 'materializeConstant' to create a constant operation t...
River Riddle
2019-06-22
2
-80
/
+124
*
NFC: Remove the 'context' parameter from OperationState.
River Riddle
2019-06-22
1
-2
/
+1
*
Uniformize usage of OpBuilder& (NFC)
Nicolas Vasilache
2019-06-22
1
-19
/
+19
*
Factor fusion compute cost calculation out of LoopFusion and into LoopFusionU...
Andy Davis
2019-06-19
1
-0
/
+234
*
Factor Region::getUsedValuesDefinedAbove into Transforms/RegionUtils
Alex Zinenko
2019-06-19
1
-0
/
+24
*
LoopFusion: adds support for computing forward computation slices, which will...
Andy Davis
2019-06-19
1
-15
/
+22
*
Convert a nest affine loops to a GPU kernel
Alex Zinenko
2019-06-19
1
-0
/
+31
*
Add utility 'create' methods to OperationFolder that will create an operation...
River Riddle
2019-06-09
1
-1
/
+1
*
NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...
River Riddle
2019-06-09
4
-21
/
+22
*
NFC: Rename FoldHelper to OperationFolder and split a large function in two.
River Riddle
2019-06-09
2
-30
/
+51
*
Remove "size" property of affine maps.
MLIR Team
2019-06-01
2
-11
/
+8
*
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
*
Refactor FunctionAttr to hold the internal function reference by name ins...
River Riddle
2019-06-01
1
-42
/
+0
*
Add user iterators to IRObjects, i.e. Values.
River Riddle
2019-05-20
2
-13
/
+8
*
Rewrite the DialectOpConversion patterns to inherit from RewritePattern i...
River Riddle
2019-05-20
1
-2
/
+2
*
Refactor PatternRewriter to inherit from FuncBuilder instead of Builder. ...
River Riddle
2019-05-20
1
-8
/
+4
*
Unify the 'constantFold' and 'fold' hooks on an operation into just 'fold...
River Riddle
2019-05-20
2
-70
/
+53
*
Factor out loop interchange code from LoopFusion into LoopUtils (NFC).
Andy Davis
2019-05-20
1
-0
/
+123
*
Replace Operation::isa with llvm::isa.
River Riddle
2019-05-20
3
-12
/
+8
*
Replace Operation::cast with llvm::cast.
River Riddle
2019-05-20
1
-2
/
+2
*
Add support for using llvm::dyn_cast/cast/isa for operation casts and rep...
River Riddle
2019-05-20
2
-2
/
+2
*
Automated rollback of changelist 247778391.
MLIR Team
2019-05-20
2
-2
/
+2
[prev]
[next]