summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Dialect/SPIRV/Transforms
Commit message (Expand)AuthorAgeFilesLines
* [mlir][spirv] Properly support SPIR-V conversion targetLei Zhang2020-01-141-5/+5
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-1/+1
* [mlir][spirv] Fix ADDITIONAL_HEADER_DIRS for SPIR-V librariesLei Zhang2020-01-031-0/+3
* [mlir][spirv] NFC: Move shader ABI attributes to a new fileLei Zhang2020-01-011-0/+2
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-3/+3
* Change the `notifyRootUpdated` API to be transaction based.River Riddle2019-12-231-7/+5
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-232-26/+8
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-221-3/+3
* NFC: Cleanup non-conforming usages of namespaces.River Riddle2019-12-181-1/+1
* [spirv] NFC: Add getZero() and getOne() static method to ConstantOpLei Zhang2019-11-271-2/+2
* Misc changes to lowering to SPIR-V.Mahesh Ravishankar2019-11-261-13/+13
* Introduce attributes that specify the final ABI for a spirv::ModuleOp.Mahesh Ravishankar2019-11-252-0/+265
* NFC: Remove trivial builder get methods.River Riddle2019-10-171-1/+1
* Makes spv.module generated by GPU->SPIRV conversion spec compliantMahesh Ravishankar2019-10-161-191/+2
* [spirv] Add a pass to decorate the composite types with layout info.Denis Khalikov2019-10-082-0/+329
OpenPOWER on IntegriCloud