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
/
Attributes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] Use getDenseElementBitwidth instead of Type::getElementTypeBitWidth.
River Riddle
2020-01-09
1
-1
/
+2
*
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
-15
/
+12
*
Add new indexed_accessor_range_base and indexed_accessor_range classes that s...
River Riddle
2019-12-09
1
-1
/
+1
*
Add emitOptional(Error|Warning|Remark) functions to simplify emission with an...
River Riddle
2019-12-04
1
-24
/
+19
*
NFC: Change DictionaryAttr::get(StringRef) to use binary search instead of a ...
River Riddle
2019-11-12
1
-5
/
+7
*
Add support for nested symbol references.
River Riddle
2019-11-11
1
-4
/
+19
*
Fix typos, NFC.
Christian Sigg
2019-10-04
1
-1
/
+1
*
Add iterator support to ElementsAttr and SparseElementsAttr.
River Riddle
2019-08-22
1
-28
/
+71
*
Automated rollback of commit b9dc2e481818315f2f0d87455349f497f6118a4c
River Riddle
2019-08-21
1
-71
/
+28
*
Add iterator support to ElementsAttr and SparseElementsAttr.
River Riddle
2019-08-21
1
-28
/
+71
*
Fix build of affine load/store with empty map
Diego Caballero
2019-08-20
1
-2
/
+1
*
Refactor ElementsAttr::getValue and DenseElementsAttr::getSplatValue.
River Riddle
2019-08-14
1
-57
/
+63
*
Refactor DenseElementAttr::getValues methods to return full ranges for splats.
River Riddle
2019-08-11
1
-17
/
+29
*
(De)serialize bool and integer scalar spv.constant
Lei Zhang
2019-07-22
1
-1
/
+5
*
Add support for parsing/printing the trailing type of a dialect attribute.
River Riddle
2019-07-19
1
-6
/
+7
*
Rename FunctionAttr to SymbolRefAttr.
River Riddle
2019-07-12
1
-4
/
+4
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-5
/
+0
*
Allow attaching a type to StringAttr.
River Riddle
2019-06-27
1
-2
/
+8
*
Add a new AttributeElementIterator to DenseElementsAttr.
River Riddle
2019-06-26
1
-27
/
+52
*
Move the emitError/Warning/Remark utility methods out of MLIRContext and into...
River Riddle
2019-06-25
1
-5
/
+4
*
Move the IndexedAccessorIterator to STLExtras to allow for reuse.
River Riddle
2019-06-25
1
-2
/
+3
*
Cache instances of several common attributes(e.g. BoolAttr, UnitAttr) and typ...
River Riddle
2019-06-22
1
-5
/
+0
*
Simplify usages of SplatElementsAttr now that it inherits from DenseElementsA...
River Riddle
2019-06-19
1
-22
/
+0
*
NFC: Reorder the attribute classes alphabetically to improve readability.
River Riddle
2019-06-19
1
-107
/
+107
*
Refactor SplatElementsAttr to inherit from DenseElementsAttr as opposed to be...
River Riddle
2019-06-19
1
-72
/
+5
*
NFC: Fix a warning for casting away const qualifiers.
River Riddle
2019-06-19
1
-3
/
+3
*
Add several utility 'getValues<T>' functions to DenseElementsAttr that return...
River Riddle
2019-06-19
1
-54
/
+66
*
Refactor DenseElementsAttr to support auto-splatting the dense data on constr...
River Riddle
2019-06-19
1
-64
/
+119
*
NFC: Cleanup the grouping of DenseElementsAttr 'get' methods, and move the bi...
River Riddle
2019-06-09
1
-88
/
+88
*
Remove the ability to directly construct a DenseElementsAttr with a raw chara...
River Riddle
2019-06-09
1
-21
/
+43
*
Remove the explicit attribute kinds for DenseIntElementsAttr and DenseFPEleme...
River Riddle
2019-06-09
1
-34
/
+25
*
Simplify DenseElementsAttr by rounding up the storage of odd bit widths to 8-...
River Riddle
2019-06-09
1
-48
/
+51
*
Avoid failure due to incomplete type specification.
Jacques Pienaar
2019-06-01
1
-0
/
+4
*
Move NamedAttributeList::get() method out-of-line (fix CMake build due to...
Mehdi Amini
2019-06-01
1
-0
/
+5
*
Consistently use int64_t for shape-related values in shaped types
Geoffrey Martin-Noble
2019-06-01
1
-3
/
+3
*
Abstract the internal storage of the NamedAttributeList into a new attrib...
River Riddle
2019-06-01
1
-35
/
+108
*
Make it clear that ElementsAttr is only for static shaped vectors or tens...
Geoffrey Martin-Noble
2019-06-01
1
-0
/
+9
*
Added the ability to run a mapping function across the values of an elements
Rob Suderman
2019-06-01
1
-0
/
+157
*
Automated rollback of changelist 249538085.
Rob Suderman
2019-06-01
1
-167
/
+0
*
Added the ability to run a mapping function across the values of an elements
Rob Suderman
2019-06-01
1
-0
/
+167
*
Refactor FunctionAttr to hold the internal function reference by name ins...
River Riddle
2019-06-01
1
-64
/
+10
*
Update Attribute::getDialect/Type::getDialect to return a non-const diale...
River Riddle
2019-06-01
1
-1
/
+1
*
When changing the type of a Function, also update the type of the respect...
River Riddle
2019-06-01
1
-0
/
+6
*
Rename VectorOrTensorType to ShapedType
Geoffrey Martin-Noble
2019-05-20
1
-14
/
+11
*
Add support for parsing/printing dialect defined attributes. This also ad...
River Riddle
2019-05-20
1
-0
/
+36
*
Fix lingering sign compare warnings in exposed by "ninja check-mlir".
Stella Laurenzo
2019-05-20
1
-1
/
+2
*
Use the DialectSymbolRegistry to reserve space in the Attribute::Kind enu...
River Riddle
2019-05-20
1
-42
/
+30
*
Refactor the includes of Function.h now that the dependency on Operation ...
River Riddle
2019-05-20
1
-0
/
+2
*
Ensure that all attributes are registered with a dialect. This is one of ...
River Riddle
2019-05-10
1
-18
/
+7
[next]