summaryrefslogtreecommitdiff
path: root/lib/SPIRV/libSPIRV/SPIRVModule.h
AgeCommit message (Expand)AuthorFilesLines
2018-04-24Rename all variables and functions to match LLVM guidelinesPierre Moreau1-2/+2
2018-04-24Run clang-tidy without the readability-identifier-naming enabledPierre Moreau1-3/+3
2018-04-24Reformat all .cpp and .h files using clang-formatPierre Moreau1-117/+159
2018-04-24Change all line endings to UNIX-stylePierre Moreau1-362/+362
2018-03-16Fixes for memory leaks in SPIR-V library.Jurek, Pawel1-1/+1
2016-10-12Translation of OpLoopMerge (#192)kkyzylov1-0/+2
2016-10-05Support translation of OpLifetimeStart and OpLifetimeStop instructions (#191)kkyzylov1-0/+3
2016-09-30Support translation of OpUnreachable instruction (#190)kkyzylov1-0/+1
2016-09-23Fixing encoding/decoding of OpLine instruction (#184)Alexey Sotkin1-1/+3
2016-09-13Support translation of OpSelectionMerge instruction (#183)kkyzylov1-0/+2
2016-09-07Support translation of OpCompositeConstruct instruction (#178)kkyzylov1-0/+2
2016-09-02Support translation of OpVectorTimesScalar instruction (#177)kkyzylov1-0/+2
2016-09-01Support translation of OpFMod instruction (#176)kkyzylov1-0/+2
2016-07-22Add support of 64-bit literals for OpSwitch instruction (#166)kkyzylov1-1/+1
2016-06-14Support for PipeStorage (#155)Ɓukasz Dudziak1-0/+4
2016-06-06Adding DeviceEnqueue capability for OpTypeQueue (#152)Alexey Sotkin1-3/+5
2016-05-18Support SPIRV 1.1Lukasz Dudziak1-2/+9
2016-05-13[SPIR-V] Add required 'Groups' and 'DeviceEnqueue' capabilities.Alexey Bader1-0/+2
2016-03-31using IDs instead of literals in OpControlBarrierBartosz Sochacki1-2/+2
2016-03-21Changes to support forward references.Alexey Bader1-3/+7
2016-03-21Revert "Changes to support forward references."bader1-7/+3
2016-03-18[SPIR-V] Added recursive type definition support.Alexey Bader1-6/+7
2016-03-14Changes to support forward references.Alexey Bader1-2/+5
2016-02-03[SPIR-V] Fixed encoding of OpGroupAsyncCopy.Alexey Bader1-1/+1
2015-12-15Applied code review suggestion from Sam.Alexey Bader1-2/+2
2015-12-14Clang integration.Alexey Bader1-2/+2
2015-12-01[SPIRV] github issue#5 Capabilities required by OpDecorate are not added to S...Yaxun (Sam) Liu1-1/+6
2015-11-26 [SPIRV] gitlab issue#5 Compiler flags intruction was removed from the SPIR-V...Yaxun (Sam) Liu1-2/+0
2015-11-11[SPIRV] Add generator id/version.Yaxun (Sam) Liu1-0/+5
2015-11-09[SPIRV] Fix translation of to_global/local/private. The corresponding SPIR-V ...Yaxun (Sam) Liu1-0/+1
2015-11-02[SPIRV] Add processing SPIR-V metadata.Yaxun (Sam) Liu1-4/+2
2015-10-23[SPIRV] Rename SPRV to SPIRV for clarityYaxun (Sam) Liu1-0/+320