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
/
StandardTypes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir][Linalg] Add a linalg.reshape op
Nicolas Vasilache
2020-01-06
1
-3
/
+35
*
[mlir][Linalg] Reimplement and extend getStridesAndOffset
Nicolas Vasilache
2020-01-06
1
-130
/
+116
*
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
/
+5
*
Uniformize Vector transforms as patterns on the model of Linalg - NFC
Nicolas Vasilache
2019-12-10
1
-0
/
+4
*
Add UnrankedMemRef Type
nmostafa
2019-12-05
1
-0
/
+31
*
Add emitOptional(Error|Warning|Remark) functions to simplify emission with an...
River Riddle
2019-12-04
1
-51
/
+31
*
Make isValidSymbol more powerful
Uday Bondhugula
2019-11-22
1
-0
/
+6
*
Deprecate linalg.subview in favor of std.subview
Nicolas Vasilache
2019-11-13
1
-0
/
+2
*
Replace constexpr MemRefType::kDynamicStrideOrOffset by a MemRefType:;getDyna...
Nicolas Vasilache
2019-10-04
1
-8
/
+8
*
Add syntactic sugar for strided memref parsing.
Nicolas Vasilache
2019-10-03
1
-1
/
+7
*
Disallow index types in memrefs.
Alex Zinenko
2019-10-03
1
-0
/
+7
*
Extract MemRefType::getStridesAndOffset as a free function and fix dynamic of...
Nicolas Vasilache
2019-10-02
1
-9
/
+9
*
Unify Linalg types by using strided memrefs
Nicolas Vasilache
2019-10-01
1
-27
/
+88
*
Normalize MemRefType lowering to LLVM as strided MemRef descriptor
Nicolas Vasilache
2019-09-30
1
-4
/
+4
*
Fix MemRefType::getStrides corner case
Nicolas Vasilache
2019-09-30
1
-9
/
+45
*
Use SmallVectorImpl in getStrides
Nicolas Vasilache
2019-09-20
1
-1
/
+1
*
Add utility to extract strides from layout map in MemRefType.
Nicolas Vasilache
2019-09-20
1
-0
/
+147
*
NFC: Move the Type::is* predicates to StandardTypes.cpp
River Riddle
2019-08-16
1
-0
/
+26
*
Move the emitError/Warning/Remark utility methods out of MLIRContext and into...
River Riddle
2019-06-25
1
-11
/
+10
*
Refactor the location classes to be attributes instead of separate IR classes.
River Riddle
2019-06-22
1
-0
/
+26
*
Cache instances of several common attributes(e.g. BoolAttr, UnitAttr) and typ...
River Riddle
2019-06-22
1
-9
/
+0
*
Use size_t for tuple type size
Geoffrey Martin-Noble
2019-06-01
1
-1
/
+1
*
Consistently use int64_t for shape-related values in shaped types
Geoffrey Martin-Noble
2019-06-01
1
-4
/
+7
*
Some cleanup of ShapedType now that MemRef subclasses it.
Geoffrey Martin-Noble
2019-06-01
1
-20
/
+8
*
Make MemRefType subclass ShapedType
Geoffrey Martin-Noble
2019-06-01
1
-2
/
+2
*
Make getRank abort for unranked type
Geoffrey Martin-Noble
2019-06-01
1
-1
/
+2
*
Exclude all ShapedType subclasses other than TensorType subclasses from h...
Geoffrey Martin-Noble
2019-06-01
1
-5
/
+6
*
Remove "size" property of affine maps.
MLIR Team
2019-06-01
1
-2
/
+2
*
Limit the number of places where shaped type has to explicitly reference ...
Geoffrey Martin-Noble
2019-06-01
1
-34
/
+15
*
Add a type-constrained nested tuple type.
Geoffrey Martin-Noble
2019-06-01
1
-0
/
+13
*
Rename VectorOrTensorType to ShapedType
Geoffrey Martin-Noble
2019-05-20
1
-16
/
+16
*
Remove some extraneous const qualifiers on Type, and 0b1 -> 1 in tblgen f...
Chris Lattner
2019-05-20
1
-3
/
+3
*
Add memref dimension bounds as upper/lower bounds on MemRefRegion constra...
Andy Davis
2019-05-10
1
-0
/
+3
*
Simplify the emission of a few op parser diagnostics. This also adds the ...
River Riddle
2019-05-10
1
-6
/
+5
*
Add an AttrBase class to simplify defining derived Attributes. This class...
River Riddle
2019-05-10
1
-11
/
+5
*
Fix MacOS build: static constexpr must be defined
Mehdi Amini
2019-05-06
1
-0
/
+3
*
Make the Twine parameter of the current diagnostic emit functions optiona...
River Riddle
2019-05-06
1
-2
/
+2
*
Introduce a new API for emitting diagnostics with Diagnostic and InFlight...
River Riddle
2019-05-06
1
-0
/
+1
*
GetMemRefType failed on 0-D tensors. Loosened check to allow tensors with...
Rob Suderman
2019-05-06
1
-1
/
+1
*
Implement basic IR support for a builtin complex<> type. As with tuples, we
Chris Lattner
2019-03-30
1
-11
/
+55
*
Update TypeBase::verifyConstructionInvariants to use a LogicalResult retu...
River Riddle
2019-03-29
1
-22
/
+20
*
Update some of the derived type classes to use getImpl instead of a static_cast.
River Riddle
2019-03-29
1
-17
/
+9
*
Add support for a standard TupleType. Though this is a standard type, it mere...
River Riddle
2019-03-29
1
-0
/
+18
*
Introduce a TypeID class to provide unique identifiers for derived type class...
River Riddle
2019-03-29
1
-9
/
+0
*
Make IndexType a standard type instead of a builtin. This also cleans up some...
River Riddle
2019-03-29
1
-0
/
+1
*
Disallow zero dimensions in vectors and memrefs
Alex Zinenko
2019-03-29
1
-2
/
+19
*
Migrate VectorOrTensorType/MemRefType shape api to use int64_t instead of int.
River Riddle
2019-03-29
1
-23
/
+19
*
Add support for types belonging to unknown dialects. This allows for types to...
River Riddle
2019-03-29
1
-1
/
+1
*
Introduce CRTP TypeBase class to simplify type construction and validation.
River Riddle
2019-03-29
1
-0
/
+167
[next]