summaryrefslogtreecommitdiffstats
path: root/mlir/lib/IR/TypeUtilities.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-3/+3
* [mlir] Fix -Wrange-loo-analysis warningsFangrui Song2020-01-011-1/+1
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-5/+5
* Resubmit: ReImplement the Value classes as value-typed objects wrapping an in...River Riddle2019-12-231-4/+0
* Automated rollback of commit f603a50109107b447b835dac11f0eb541288393eMLIR Team2019-12-231-0/+4
* ReImplement the Value classes as value-typed objects wrapping an internal poi...River Riddle2019-12-231-4/+0
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-221-6/+6
* Add verifyCompatibleShape function overload with shapesSmit Hinsu2019-12-141-11/+18
* Refactor the various operand/result/type iterators to use indexed_accessor_ra...River Riddle2019-12-101-4/+8
* Allow dynamic but ranked types in ops with SameOperandsAndResultShape and Sam...Smit Hinsu2019-10-081-0/+31
* Improve support for opaque types in MLIR, allowing dialects to opt intoChris Lattner2019-08-071-0/+10
* Merge TypeUtilities library into the IR libraryAlex Zinenko2019-07-201-0/+66
OpenPOWER on IntegriCloud