Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [mlir] Use getDenseElementBitwidth instead of Type::getElementTypeBitWidth. | River Riddle | 2020-01-09 | 1 | -0/+10 |
* | Adjust License.txt file to use the LLVM license | Mehdi Amini | 2019-12-23 | 1 | -13/+4 |
* | Fix the detection of boolean splat values in DenseElementsAttr for arrays wit... | River Riddle | 2019-06-19 | 1 | -0/+11 |
* | Add an overloaded 'get' method to DenseElementsAttr that accepts an initializ... | River Riddle | 2019-06-19 | 1 | -8/+4 |
* | Explicitly construct ArrayRef in AttributeTest.cpp | Alex Zinenko | 2019-06-19 | 1 | -4/+8 |
* | NFC: Fix a narrowing conversion from size_t to int64_t when constructing a Ve... | River Riddle | 2019-06-19 | 1 | -1/+1 |
* | Refactor DenseElementsAttr to support auto-splatting the dense data on constr... | River Riddle | 2019-06-19 | 1 | -0/+136 |