summaryrefslogtreecommitdiffstats
path: root/mlir/unittests
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Use getDenseElementBitwidth instead of Type::getElementTypeBitWidth.River Riddle2020-01-091-0/+10
* [mlir] Fix indexed_accessor_range to properly forward the derived class.River Riddle2020-01-033-0/+56
* [mlir] Enhance classof() checks in StructsGenLei Zhang2020-01-032-3/+28
* 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-2318-234/+72
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-221-4/+4
* Add a new utility class TypeSwitch to ADT.River Riddle2019-12-173-0/+103
* minor spelling tweaksKazuaki Ishizaki2019-12-061-1/+1
* Allow analyses to provide a hook 'isInvalidated' to determine if they are tru...River Riddle2019-12-031-0/+33
* Move BitEnumAttr from SPIRVBase.td to OpBase.tdLei Zhang2019-11-012-0/+47
* Fix minor spelling tweaks (NFC)Kazuaki Ishizaki2019-10-203-3/+3
* NFC: Remove trivial builder get methods.River Riddle2019-10-171-1/+1
* Switch explicit create methods to match generated build's orderJacques Pienaar2019-09-281-2/+2
* Handle OpMemberName instruction in SPIR-V deserializer.Mahesh Ravishankar2019-09-231-4/+72
* Refactor DiagnosticEngine to support multiple registered diagnostic handlers.River Riddle2019-09-231-1/+1
* NFC: Pass OperationState by reference instead of by pointer.River Riddle2019-09-201-1/+1
* SDBM: support sum expressions on the LHS of stripe expressionsAlex Zinenko2019-09-181-2/+22
* Simplify SDBM expressions more aggressively in operators and conversionsAlex Zinenko2019-09-181-0/+14
* Overhaul the SDBM expression kind hierarchyAlex Zinenko2019-09-161-4/+63
* Introduce SDBMDirect expression into the SDBM expression hierarchyAlex Zinenko2019-09-161-0/+4
* Rename SDBMPositiveExpr to SDBMTermExprAlex Zinenko2019-09-111-3/+3
* Fix typos in SDBMTest.cppAlex Zinenko2019-09-111-2/+2
* Avoid sign-compare warningJacques Pienaar2019-09-091-3/+3
* Add missing link dependency to MLIRTableGenTestsLei Zhang2019-08-311-1/+1
* Fix StructsGenTest.cpp CMakeFile build errorRob Suderman2019-08-301-1/+1
* Added a TableGen generator for structured dataRob Suderman2019-08-303-0/+182
* Generalize the analysis manager framework to work on any operation at any nes...River Riddle2019-08-281-15/+20
* [spirv] Fix the entry block to start with OpLabelLei Zhang2019-08-271-5/+29
* [spirv] Add Block decoration for spv.struct.Denis Khalikov2019-08-272-0/+127
* NFC: Remove the explicit context from Operation::create and OperationState.River Riddle2019-08-261-1/+1
* NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.River Riddle2019-08-191-3/+3
* 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
* [spirv] Add basic infrastructure for negative deserializer testsLei Zhang2019-07-303-0/+213
* NFC: Rename Module to ModuleOp.River Riddle2019-07-101-5/+5
* Update ModuleOp::create(...) to take a Location instead of a context.River Riddle2019-07-101-3/+3
* NFC: Rename Function to FuncOp.River Riddle2019-07-101-8/+8
* NFC: Refactor Module to be value typed.River Riddle2019-07-021-8/+8
* [ODS] NFC: Rename EnumAttr to StrEnumAttr to be consistent with IntEnumAttrLei Zhang2019-07-021-3/+3
* NFC: Refactor Function to be value typed.River Riddle2019-07-011-10/+10
* [ODS] Introduce IntEnumAttrLei Zhang2019-07-012-20/+25
* Simplify usages of SplatElementsAttr now that it inherits from DenseElementsA...River Riddle2019-06-191-1/+1
* 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
* Refactor SplatElementsAttr to inherit from DenseElementsAttr as opposed to be...River Riddle2019-06-191-1/+1
* 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
* [TableGen] Generating enum definitions and utility functionsLei Zhang2019-06-093-0/+106
* Remove the explicit attribute kinds for DenseIntElementsAttr and DenseFPEleme...River Riddle2019-06-091-1/+1