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
/
unittests
/
IR
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] Use getDenseElementBitwidth instead of Type::getElementTypeBitWidth.
River Riddle
2020-01-09
1
-0
/
+10
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-4
/
+4
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
4
-52
/
+16
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
1
-4
/
+4
*
Switch explicit create methods to match generated build's order
Jacques Pienaar
2019-09-28
1
-2
/
+2
*
NFC: Remove the explicit context from Operation::create and OperationState.
River Riddle
2019-08-26
1
-1
/
+1
*
Add missing include file to StringExtrasTest.cpp
Mahesh Ravishankar
2019-07-30
1
-1
/
+1
*
Add support for (de)serialization of SPIR-V Op Decorations
Mahesh Ravishankar
2019-07-30
2
-0
/
+75
*
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
2
-0
/
+137
*
Use TestDialect to test traits instead of unittest.
Jacques Pienaar
2019-06-01
2
-132
/
+0
*
Move SDBM infrastructure into a new SDBM dialect
Alex Zinenko
2019-06-01
2
-349
/
+0
*
Fix -Wsign-compare in OperationSupportTest.cpp
Alex Zinenko
2019-06-01
1
-5
/
+5
*
AffineExpr: factor uniqu'ing out of MLIRContext.cpp
Alex Zinenko
2019-06-01
1
-5
/
+5
*
Use FileCheck to test SDBM
Alex Zinenko
2019-05-20
1
-127
/
+0
*
Overload arithmetic operators for SDBM expressions
Alex Zinenko
2019-05-20
1
-66
/
+81
*
Implement SDBM and conversion between SDBM and lists of SDBMExpr
Alex Zinenko
2019-05-20
1
-0
/
+217
*
Don't fail verifying unranked shapes as being the same as this could be v...
Jacques Pienaar
2019-05-20
1
-4
/
+44
*
Add SameOperandsAndResultElementType trait.
Jacques Pienaar
2019-05-06
2
-0
/
+92
*
Implement the conversion between SDBMExpr and AffineExpr
Alex Zinenko
2019-05-06
1
-0
/
+61
*
Start building SDBM infrastructure
Alex Zinenko
2019-05-06
2
-0
/
+183
*
Rename the 'namePrefix' field in the Dialect class to 'name' and tidy som...
River Riddle
2019-03-30
1
-1
/
+1
*
Add build files and update README.
Jacques Pienaar
2019-03-30
1
-0
/
+7
*
Assert that registered dialects have unique names. This creates a guarant...
River Riddle
2019-03-29
1
-0
/
+38
*
Replace remaining usages of the Instruction class with Operation.
River Riddle
2019-03-29
1
-6
/
+6
*
Rename the Instruction class to Operation. This just renames the class, usage...
River Riddle
2019-03-29
1
-26
/
+26
*
Add a unittests directory for MLIR and start adding tests for OperandStorage ...
River Riddle
2019-03-29
1
-0
/
+117