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
/
Analysis
/
VectorAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Begin the process of fully removing OperationInst. This patch cleans up refer...
River Riddle
2019-03-29
1
-12
/
+10
*
Fold the functionality of OperationInst into Instruction. OperationInst still...
River Riddle
2019-03-29
1
-1
/
+1
*
Define the AffineForOp and replace ForInst with it. This patch is largely mec...
River Riddle
2019-03-29
1
-17
/
+20
*
Change the ForInst induction variable to be a block argument of the body inst...
River Riddle
2019-03-29
1
-1
/
+2
*
Migrate VectorOrTensorType/MemRefType shape api to use int64_t instead of int.
River Riddle
2019-03-29
1
-4
/
+4
*
Move makeNormalizedAffineApply
Nicolas Vasilache
2019-03-29
1
-207
/
+0
*
Introduce AffineExpr::compose(AffineMap)
Nicolas Vasilache
2019-03-29
1
-1
/
+2
*
Iterate on vector rather than DenseMap during AffineMap normalization
Nicolas Vasilache
2019-03-29
1
-8
/
+10
*
Fix opt build failure
Nicolas Vasilache
2019-03-29
1
-0
/
+1
*
[MLIR] Introduce normalized single-result unbounded AffineApplyOp
Nicolas Vasilache
2019-03-29
1
-0
/
+203
*
[MLIR] Drop strict super-vector requirement in MaterializeVector
Nicolas Vasilache
2019-03-29
1
-13
/
+5
*
Standardize naming of statements -> instructions, revisting the code base to be
Chris Lattner
2019-03-29
1
-27
/
+28
*
Merge Operation into OperationInst and standardize nomenclature around
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
-1
/
+1
*
Extract vector_transfer_* Ops into a SuperVectorDialect.
Alex Zinenko
2019-03-29
1
-0
/
+1
*
[MLIR] Drop assert for NYI in VectorAnalysis
Nicolas Vasilache
2019-03-29
1
-6
/
+7
*
[MLIR] Add support for permutation_map
Nicolas Vasilache
2019-03-29
1
-11
/
+98
*
[MLIR] Add VectorTransferOps
Nicolas Vasilache
2019-03-29
1
-16
/
+19
*
[MLIR][Slicing] Add utils for computing slices.
Nicolas Vasilache
2019-03-29
1
-27
/
+15
*
[MLIR][VectorAnalysis] Add a VectorAnalysis and standalone tests
Nicolas Vasilache
2019-03-29
1
-0
/
+166