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
/
Vectorize
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...
River Riddle
2020-01-13
8
-86
/
+86
*
More affine expr simplifications for floordiv and mod
Uday Bondhugula
2019-12-10
1
-2
/
+2
*
Drop MaterializeVectorTransfers in favor of simpler declarative unrolling
Nicolas Vasilache
2019-12-04
4
-387
/
+0
*
Refactor the LowerVectorTransfers pass to use the RewritePattern infra - NFC
Nicolas Vasilache
2019-11-14
1
-213
/
+0
*
Move VectorOps to Tablegen - (almost) NFC
Nicolas Vasilache
2019-11-14
7
-34
/
+43
*
Lower vector transfer ops to loop.for operations.
Nicolas Vasilache
2019-10-18
1
-11
/
+19
*
Use "standard" load and stores in LowerVectorTransfers
Nicolas Vasilache
2019-07-26
1
-4
/
+4
*
EDSC: use affine.load/store instead of std.load/store
Alex Zinenko
2019-07-12
1
-4
/
+4
*
Standardize the value numbering in the AsmPrinter.
River Riddle
2019-07-09
12
-228
/
+228
*
Globally change load/store/dma_start/dma_wait operations over to affine.load/...
Andy Davis
2019-07-03
9
-95
/
+82
*
Change the attribute dictionary syntax to separate name and value with '='.
River Riddle
2019-06-25
12
-106
/
+106
*
Modify the syntax of the the ElementsAttrs to print the type as a colon type.
River Riddle
2019-06-25
8
-36
/
+36
*
Refactor SplatElementsAttr to inherit from DenseElementsAttr as opposed to be...
River Riddle
2019-06-19
8
-42
/
+42
*
Add support for saving and restoring the insertion point of a FuncBuilder...
River Riddle
2019-05-20
1
-1
/
+1
*
Simplify the parser/printer of ConstantOp now that all attributes have ty...
River Riddle
2019-05-10
8
-36
/
+36
*
Verify that attribute type and constant op return type matches.
Jacques Pienaar
2019-05-10
1
-2
/
+2
*
Prepend an "affine-" prefix to Affine pass option names - NFC
Nicolas Vasilache
2019-05-06
14
-16
/
+16
*
Apply patterns repeatly if the function is modified
Feng Liu
2019-04-23
1
-5
/
+3
*
Fix test that fails on non-determinism in LowerVectorTransfers
Nicolas Vasilache
2019-04-03
1
-27
/
+17
*
Remove MLPatternLoweringPass and rewrite LowerVectorTransfers to use Rewr...
River Riddle
2019-04-02
1
-1
/
+1
*
Cleanup SuperVectorization dialect printing and parsing.
Nicolas Vasilache
2019-03-29
11
-155
/
+155
*
Refactor vectorization patterns
Nicolas Vasilache
2019-03-29
1
-6
/
+57
*
Change the vectorizer test pass to output via diagnostics instead of llvm::ou...
River Riddle
2019-03-29
2
-3
/
+3
*
Change the muli-return syntax for operations. The name of the operation resul...
River Riddle
2019-03-29
1
-2
/
+2
*
Cleanup vectorize_1d.mlir test - NFC
Nicolas Vasilache
2019-03-29
1
-82
/
+247
*
Make vectorization aware of loop semantics
Nicolas Vasilache
2019-03-29
1
-0
/
+16
*
NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and ...
River Riddle
2019-03-29
12
-192
/
+192
*
NFC: Rename the 'if' operation in the AffineOps dialect to 'affine.if'.
River Riddle
2019-03-29
1
-1
/
+1
*
Support composition of symbols in AffineApplyOp
Nicolas Vasilache
2019-03-29
1
-9
/
+9
*
Port LowerVectorTransfers from EDSC + AST to declarative builders
Nicolas Vasilache
2019-03-29
1
-43
/
+60
*
Automated rollback of changelist 232728977.
Uday Bondhugula
2019-03-29
1
-1
/
+1
*
Automated rollback of changelist 232717775.
Uday Bondhugula
2019-03-29
12
-192
/
+192
*
Rename the 'if' operation in the AffineOps dialect to 'affine.if' and namespace
River Riddle
2019-03-29
1
-1
/
+1
*
NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for'. The...
River Riddle
2019-03-29
12
-192
/
+192
*
NFC: Rename affine_apply to affine.apply. This is the first step to adding a ...
River Riddle
2019-03-29
6
-179
/
+179
*
Update tests using affine maps to not rely on specific map numbers in the out...
River Riddle
2019-03-29
1
-1
/
+1
*
More updates of tests to move towards single result affine maps.
Chris Lattner
2019-03-29
1
-21
/
+25
*
AffineExpr pretty print - add missing handling to print expr * - 1 as -expr
Uday Bondhugula
2019-03-29
1
-1
/
+1
*
Fix improperly indexed DimOp in LowerVectorTransfers.cpp
Nicolas Vasilache
2019-03-29
1
-0
/
+25
*
Fix typo in lower_vector_transfers.mlir
Nicolas Vasilache
2019-03-29
1
-2
/
+2
*
[MLIR] Clip all access dimensions during LowerVectorTransfers
Nicolas Vasilache
2019-03-29
2
-79
/
+118
*
Uniformize composition of AffineApplyOp by construction
Nicolas Vasilache
2019-03-29
5
-74
/
+67
*
[MLIR] Make SuperVectorization use normalized AffineApplyOp
Nicolas Vasilache
2019-03-29
4
-201
/
+246
*
Introduce AffineMap::compose(AffineMap)
Nicolas Vasilache
2019-03-29
1
-3
/
+10
*
Introduce AffineExpr::compose(AffineMap)
Nicolas Vasilache
2019-03-29
1
-0
/
+7
*
Iterate on vector rather than DenseMap during AffineMap normalization
Nicolas Vasilache
2019-03-29
1
-3
/
+3
*
[MLIR] Introduce normalized single-result unbounded AffineApplyOp
Nicolas Vasilache
2019-03-29
1
-0
/
+61
*
Eliminate extfunc/cfgfunc/mlfunc as a concept, and just use 'func' instead.
Chris Lattner
2019-03-29
13
-34
/
+34
*
[MLIR] Sketch a simple set of EDSCs to declaratively write MLIR
Nicolas Vasilache
2019-03-29
1
-39
/
+104
*
Have the asmprinter take advantage of the new capabilities of the asmparser, by
Chris Lattner
2019-03-29
1
-1
/
+1
[next]