summaryrefslogtreecommitdiffstats
path: root/mlir/unittests/IR
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Use getDenseElementBitwidth instead of Type::getElementTypeBitWidth.River Riddle2020-01-091-0/+10
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-4/+4
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-234-52/+16
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-221-4/+4
* Switch explicit create methods to match generated build's orderJacques Pienaar2019-09-281-2/+2
* NFC: Remove the explicit context from Operation::create and OperationState.River Riddle2019-08-261-1/+1
* Add missing include file to StringExtrasTest.cppMahesh Ravishankar2019-07-301-1/+1
* Add support for (de)serialization of SPIR-V Op DecorationsMahesh Ravishankar2019-07-302-0/+75
* Fix the detection of boolean splat values in DenseElementsAttr for arrays wit...River Riddle2019-06-191-0/+11
* Add an overloaded 'get' method to DenseElementsAttr that accepts an initializ...River Riddle2019-06-191-8/+4
* Explicitly construct ArrayRef in AttributeTest.cppAlex Zinenko2019-06-191-4/+8
* NFC: Fix a narrowing conversion from size_t to int64_t when constructing a Ve...River Riddle2019-06-191-1/+1
* Refactor DenseElementsAttr to support auto-splatting the dense data on constr...River Riddle2019-06-192-0/+137
* Use TestDialect to test traits instead of unittest.Jacques Pienaar2019-06-012-132/+0
* Move SDBM infrastructure into a new SDBM dialectAlex Zinenko2019-06-012-349/+0
* Fix -Wsign-compare in OperationSupportTest.cppAlex Zinenko2019-06-011-5/+5
* AffineExpr: factor uniqu'ing out of MLIRContext.cppAlex Zinenko2019-06-011-5/+5
* Use FileCheck to test SDBMAlex Zinenko2019-05-201-127/+0
* Overload arithmetic operators for SDBM expressionsAlex Zinenko2019-05-201-66/+81
* Implement SDBM and conversion between SDBM and lists of SDBMExprAlex Zinenko2019-05-201-0/+217
* Don't fail verifying unranked shapes as being the same as this could be v...Jacques Pienaar2019-05-201-4/+44
* Add SameOperandsAndResultElementType trait.Jacques Pienaar2019-05-062-0/+92
* Implement the conversion between SDBMExpr and AffineExprAlex Zinenko2019-05-061-0/+61
* Start building SDBM infrastructureAlex Zinenko2019-05-062-0/+183
* Rename the 'namePrefix' field in the Dialect class to 'name' and tidy som...River Riddle2019-03-301-1/+1
* Add build files and update README.Jacques Pienaar2019-03-301-0/+7
* Assert that registered dialects have unique names. This creates a guarant...River Riddle2019-03-291-0/+38
* Replace remaining usages of the Instruction class with Operation.River Riddle2019-03-291-6/+6
* Rename the Instruction class to Operation. This just renames the class, usage...River Riddle2019-03-291-26/+26
* Add a unittests directory for MLIR and start adding tests for OperandStorage ...River Riddle2019-03-291-0/+117
OpenPOWER on IntegriCloud