summaryrefslogtreecommitdiffstats
path: root/mlir/utils/spirv
Commit message (Expand)AuthorAgeFilesLines
* [mlir][spirv] Update SPIR-V enums and ops with availability specLei Zhang2020-01-021-21/+149
* Update SPIR-V.mdLei Zhang2019-12-231-14/+12
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-234-52/+12
* Add atomic operations to SPIR-V dialect.Mahesh Ravishankar2019-12-162-5/+6
* Drop Markdown style annotationsAlex Zinenko2019-12-101-1/+1
* [spirv] Add spv.SubgroupBallotKHROpLei Zhang2019-12-031-1/+5
* [spirv] NFC: reorder sections in SPIRVBase.tdLei Zhang2019-12-021-1/+4
* De-duplicate EnumAttr overrides by defining defaultsLei Zhang2019-11-251-6/+0
* Fix gen_spirv_dialect.py regarding 1D/2D/3D Dim symbol nameLei Zhang2019-11-181-2/+12
* [spirv] Add cast operationsDenis Khalikov2019-10-301-2/+2
* [spirv] Fix gen_spirv_dialect.py and add spv.UnreachableLei Zhang2019-10-301-6/+48
* Fix minor spelling tweaks (NFC)Kazuaki Ishizaki2019-10-201-2/+2
* Update the usage and comments in define_inst.sh.MLIR Team2019-10-091-3/+6
* Add spv.Undef op to support OpUndef instruction in SPIR-V.Mahesh Ravishankar2019-10-041-3/+3
* [spirv] Change enum case uniquing in gen_spirv_dialect.pyLei Zhang2019-10-011-16/+27
* Add support for Logical Ops in SPIR-V dialectMahesh Ravishankar2019-09-302-22/+49
* [spirv] Add SPV_UnaryOp and spv.FNegateLei Zhang2019-09-251-3/+3
* [spirv] Add support for BitEnumAttrLei Zhang2019-09-161-5/+9
* Update SPIR-V symbols and use GLSL450 instead of VulkanKHRLei Zhang2019-09-131-1/+1
* Add floating-point comparison operations to SPIR-V dialect.Mahesh Ravishankar2019-08-312-43/+92
* Add spv.Branch and spv.BranchConditionalLei Zhang2019-08-301-2/+2
* Add BuiltIn EnumAttr to SPIR-V dialectMahesh Ravishankar2019-08-151-1/+1
* Add support for (de)serialization of SPIR-V Op DecorationsMahesh Ravishankar2019-07-301-0/+23
* Fix script relative path after moving SPIR-V dialectLei Zhang2019-07-193-3/+3
* Add serialization and deserialization of FuncOps. To support this theMahesh Ravishankar2019-07-121-1/+0
* [spirv] Add script to auto-generate SPIR-V op template from specLei Zhang2019-07-122-36/+403
* Update the gen_spirv_dialect.py script to add opcodes from the SPIR-VMahesh Ravishankar2019-07-122-2/+121
* [spirv] Use I32EnumAttr for enum attributesLei Zhang2019-07-021-6/+8
* [spirv] Add SPV_StorageClassAttr and PointerTypeLei Zhang2019-06-191-1/+1
* [spirv] Add values for enum cases and generate the enum utilitiesLei Zhang2019-06-111-5/+12
* [spirv] NFC: use two spaces for indentation in gen_spirv_dialect.pyLei Zhang2019-06-111-87/+87
* [spirv] Add a script to update SPIRVBase.td with new enum attributesLei Zhang2019-06-012-0/+209
OpenPOWER on IntegriCloud