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
/
IR
/
AffineMap.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-4
/
+4
*
[Linalg] Add permutation information to tiling
Jose Ignacio Gomez
2019-12-05
1
-0
/
+14
*
Fix build of affine load/store with empty map
Diego Caballero
2019-08-20
1
-1
/
+5
*
Add a generic Linalg op
Nicolas Vasilache
2019-08-02
1
-2
/
+2
*
More general subview calculation in tiling
Nicolas Vasilache
2019-07-03
1
-0
/
+9
*
Add a Linalg convolution op.
Nicolas Vasilache
2019-06-22
1
-5
/
+9
*
Support for 0-D case in Linalg ops
Nicolas Vasilache
2019-06-22
1
-1
/
+3
*
Add Linalg CopyOp
Nicolas Vasilache
2019-06-19
1
-0
/
+22
*
Remove "size" property of affine maps.
MLIR Team
2019-06-01
1
-36
/
+9
*
Add llvm_unreachable in unreachable path to silence GCC warning (NFC)
Mehdi Amini
2019-05-10
1
-0
/
+1
*
[Linalg] Add a primitive tiling pass
Nicolas Vasilache
2019-05-06
1
-0
/
+38
*
Optimize the implementation of AffineExprConstantFolder to avoid the redundan...
River Riddle
2019-03-29
1
-22
/
+29
*
Update the constantFold/fold API to use LogicalResult instead of bool.
River Riddle
2019-03-29
1
-4
/
+6
*
Make IndexType a standard type instead of a builtin. This also cleans up some...
River Riddle
2019-03-29
1
-2
/
+2
*
Refactor the affine analysis by moving some functionality to IR and some to A...
River Riddle
2019-03-29
1
-0
/
+13
*
Simplify compositions of AffineApply
Nicolas Vasilache
2019-03-29
1
-5
/
+23
*
Introduce AffineMap::compose(AffineMap)
Nicolas Vasilache
2019-03-29
1
-0
/
+27
*
Introduce a simple canonicalization of affine_apply that drops unused dims and
Chris Lattner
2019-03-29
1
-0
/
+35
*
Add Type to int/float attributes.
Jacques Pienaar
2019-03-29
1
-3
/
+4
*
Switch IntegerAttr to use APInt.
Jacques Pienaar
2019-03-29
1
-2
/
+2
*
Adds a dependence check to test whether two accesses to the same memref acces...
MLIR Team
2019-03-29
1
-0
/
+9
*
Implement value type abstraction for attributes.
River Riddle
2019-03-29
1
-15
/
+15
*
Introduce Fourier-Motzkin variable elimination + other cleanup/support
Uday Bondhugula
2019-03-29
1
-1
/
+1
*
Random cleanups:
Chris Lattner
2019-03-29
1
-0
/
+2
*
[MLIR] AffineMap value type
Nicolas Vasilache
2019-03-29
1
-16
/
+26
*
[MLIR] Sketch AffineExpr value type
Nicolas Vasilache
2019-03-29
1
-18
/
+17
*
[MLIR] AffineExpr final cleanups
Nicolas Vasilache
2019-03-29
1
-15
/
+15
*
[MLIR] Cleanup AffineExpr
Nicolas Vasilache
2019-03-29
1
-187
/
+9
*
[MLIR] Value types for AffineXXXExpr
Nicolas Vasilache
2019-03-29
1
-42
/
+30
*
Constant folding for loop bounds.
Uday Bondhugula
2019-03-29
1
-0
/
+88
*
[RFC][MLIR] Use AffineExprRef in place of AffineExpr* in IR
Nicolas Vasilache
2019-03-29
1
-29
/
+48
*
[MLIR] Templated AffineExprBaseRef
Nicolas Vasilache
2019-03-29
1
-32
/
+12
*
[MLIR] Remove uses of AffineExpr* outside of IR
Nicolas Vasilache
2019-03-29
1
-7
/
+7
*
Fix MLIR's floordiv, ceildiv, and mod for constant inputs (for negative lhs's)
Uday Bondhugula
2019-03-29
1
-8
/
+6
*
Add misc builder convenience methods for AffineMap's, for statement's.
Uday Bondhugula
2019-03-29
1
-0
/
+6
*
Extend getConstantTripCount to deal with a larger subset of loop bounds; make...
Uday Bondhugula
2019-03-29
1
-19
/
+23
*
Fix cast in AffineMap::getSingleConstantValue and rename to
Uday Bondhugula
2019-03-29
1
-2
/
+2
*
Affine expression analysis and simplification.
Uday Bondhugula
2019-03-29
1
-10
/
+6
*
Implement operands for the lower and upper bounds of the for statement.
Tatiana Shpeisman
2019-03-29
1
-0
/
+9
*
Sketch out affine analysis structures: AffineValueMap, IntegerValueSet,
Uday Bondhugula
2019-03-29
1
-10
/
+23
*
AffineMap::isIdentity clean up from previous CL review.
MLIR Team
2019-03-29
1
-4
/
+3
*
Add AffineMap::isIdentity helper function.
MLIR Team
2019-03-29
1
-0
/
+13
*
More simplification for affine binary op expr's.
Uday Bondhugula
2019-03-29
1
-29
/
+129
*
Simplify affine binary op expression class hierarchy
Uday Bondhugula
2019-03-29
1
-12
/
+2
*
Rename isSymbolic to isSymbolicOrConstant to avoid confusion.
Uday Bondhugula
2019-03-29
1
-3
/
+4
*
Parse affine map range sizes.
Uday Bondhugula
2019-03-29
1
-2
/
+2
*
Implement some simple affine expr canonicalization/simplification.
Uday Bondhugula
2019-03-29
1
-8
/
+90
*
Complete affine expr parsing support
Uday Bondhugula
2019-03-29
1
-0
/
+13
*
Parsing support for affine maps and affine expressions
Uday Bondhugula
2019-03-29
1
-7
/
+4
[next]