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
/
test
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] : Fix ViewOp shape folder for identity affine maps
Ahmed Taei
2020-01-15
1
-1
/
+2
*
[mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...
River Riddle
2020-01-13
29
-583
/
+584
*
[MLIR] Don't use SSA names directly for std.view canonicalization test
Ahmed Taei
2020-01-08
1
-5
/
+5
*
Canonicalize static alloc followed by memref_cast and std.view
Ahmed Taei
2020-01-08
1
-3
/
+8
*
Add integer bit-shift operations to the standard dialect.
Manuel Freiberger
2019-12-22
5
-67
/
+67
*
fix isValidDim for block arg case
Uday Bondhugula
2019-12-20
1
-4
/
+3
*
Introduce prefetch op: affine -> std -> llvm intrinsic
Uday Bondhugula
2019-12-18
1
-0
/
+13
*
Try to fold operations in DialectConversion when trying to legalize.
River Riddle
2019-12-13
2
-24
/
+19
*
More affine expr simplifications for floordiv and mod
Uday Bondhugula
2019-12-10
2
-3
/
+3
*
Minor spelling tweaks
Kazuaki Ishizaki
2019-12-09
1
-1
/
+1
*
DimOp folding for alloc/view dynamic dimensions
Uday Bondhugula
2019-12-06
1
-1
/
+57
*
Drop MaterializeVectorTransfers in favor of simpler declarative unrolling
Nicolas Vasilache
2019-12-04
4
-387
/
+0
*
Loop coalescing: fix pointer chainsing in use-chain traversal
Alex Zinenko
2019-12-04
1
-0
/
+32
*
AffineLoopFusion: Prevent fusion of multi-out-edge producer loops
Diego Caballero
2019-12-03
1
-0
/
+53
*
Make std.divis and std.diviu support ElementsAttr folding.
Ben Vanik
2019-11-25
1
-9
/
+71
*
Support folding of StandardOps with DenseElementsAttr.
Ben Vanik
2019-11-24
1
-0
/
+28
*
Add more canonicalizations for SubViewOp.
Mahesh Ravishankar
2019-11-22
1
-10
/
+62
*
Correctly parse empty affine maps.
MLIR Team
2019-11-20
1
-0
/
+9
*
Merge DCE and unreachable block elimination into a new utility 'simplifyRegio...
River Riddle
2019-11-20
1
-5
/
+5
*
Add multi-level DCE pass.
Sean Silva
2019-11-20
1
-0
/
+162
*
Fix 'the the' typo.
Alexander Belyaev
2019-11-20
1
-1
/
+1
*
Add getRemappedValue to ConversionPatternRewriter
Diego Caballero
2019-11-19
1
-0
/
+13
*
Fix SubViewOp stride calculation in constant folding.
Andy Davis
2019-11-18
1
-6
/
+28
*
Fix Affine Loop Fusion test case reported on github.
Andy Davis
2019-11-18
1
-5
/
+55
*
Implement folding of pattern dim(subview(_)[...][s1, ..., sn][...], i) -> si.
Stephan Herhut
2019-11-18
1
-4
/
+16
*
Mark std.view as no-sideeffect.
Stephan Herhut
2019-11-15
1
-0
/
+6
*
Mark std.subview as no-sideeffect.
Stephan Herhut
2019-11-15
1
-25
/
+36
*
Refactor the LowerVectorTransfers pass to use the RewritePattern infra - NFC
Nicolas Vasilache
2019-11-14
1
-213
/
+0
*
Adds canonicalizer to SubViewOp which folds constants from base memref and op...
Andy Davis
2019-11-14
1
-0
/
+40
*
Move VectorOps to Tablegen - (almost) NFC
Nicolas Vasilache
2019-11-14
7
-34
/
+43
*
NFC: Refactor block signature conversion to not erase the original arguments.
River Riddle
2019-11-13
2
-2
/
+2
*
Also consider index constants when folding integer arithmetics with constants.
Stephan Herhut
2019-11-11
1
-0
/
+45
*
Swap operand order in std.view operation so that offset appears before dynami...
Andy Davis
2019-11-07
1
-11
/
+14
*
Add canonicalizer for ViewOp which folds constants into the ViewOp memref sha...
Andy Davis
2019-11-07
1
-0
/
+46
*
Add a PatternRewriter hook to merge blocks, and use it to support for folding...
River Riddle
2019-11-05
1
-4
/
+34
*
Support lowering of imperfectly nested loops into GPU dialect.
Mahesh Ravishankar
2019-11-01
1
-6
/
+14
*
Add support to GreedyPatternRewriter for erasing unreachable blocks.
River Riddle
2019-10-30
1
-0
/
+15
*
Add support for marking an operation as recursively legal.
River Riddle
2019-10-28
1
-0
/
+18
*
Convert the Canonicalize and CSE passes to generic Operation Passes.
River Riddle
2019-10-24
3
-3
/
+3
*
Add @below and @above directives to verify-diagnostics.
River Riddle
2019-10-23
1
-302
/
+302
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
3
-4
/
+4
*
Lower vector transfer ops to loop.for operations.
Nicolas Vasilache
2019-10-18
1
-11
/
+19
*
Implement simple loop-invariant-code-motion based on dialect interfaces.
Stephan Herhut
2019-10-16
2
-324
/
+568
*
Allowing replacing non-root operations in DialectConversion.
River Riddle
2019-10-14
1
-0
/
+7
*
Add support for canonicalizing callable regions during inlining.
River Riddle
2019-10-10
1
-2
/
+23
*
Remove the need to convert operations in regions of operations that have been...
River Riddle
2019-10-10
2
-2
/
+13
*
Add test for fix to tablegen for custom folders for ops that return a single
Parker Schuh
2019-10-09
1
-0
/
+8
*
Add support for some multi-store cases in affine fusion
Diego Caballero
2019-10-09
1
-0
/
+75
*
Add Instance Specific Pass Options.
MLIR Team
2019-10-08
1
-3
/
+3
*
Add a PatternRewriter hook for cloning a region into another.
River Riddle
2019-10-08
2
-1
/
+28
[next]