Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-05Switch SPIRV-Tools to use spirv.hpp11 internally (#4981)alan-baker
2022-05-03linker: Recalculate interface variables (#4784)Karol Herbst
2022-01-26Fix various source comment (doxygen) typos (#4680)luzpaz
2022-01-24linker: Address conversion error introduced in earlier rework (#4685)Pierre Moreau
2022-01-22Linker improvements (#4679)Pierre Moreau
2021-12-08Fix endianness of string literals (#4622)Marius Hillenbrand
2021-12-08Use schema instead of reserved in header description (#4615)Shahbaz Youssefi
2021-10-29Fix Linker generator ID (#4601)Steven Perron
2021-01-13Linker usability improvements (#4084)Pierre Moreau
2020-10-29CMake: Add SPIRV_TOOLS_BUILD_STATIC flag (#3910)Ben Clayton
2020-07-27CMake: Enable building with BUILD_SHARED_LIBS=1 (#3490)Ben Clayton
2020-01-24Handle conflict between debug info and existing validation rule (#3104)Jaebaek Seo
2020-01-10Remove names and decorations of imported symbols (#3081)aqnuep
2019-10-17Improved CMake install step. (#2963)Aaron Barany
2019-09-04Export SPIRV-Tools targets on installation (#2785)rumblehhh
2019-05-29Linker: Better type comparison for OpTypeArray and OpTypeForwardPointer (#2580)Pierre Moreau
2018-08-14Move make_unique to source/util. (#1836)dan sinclair
2018-08-03Cleanup includes. (#1795)dan sinclair
2018-07-12Remove the module from opt::Function. (#1717)dan sinclair
2018-07-09Move link/ code to anonymous namespace (#1679)dan sinclair
2018-07-09Move the ir namespace to opt. (#1680)dan sinclair
2018-07-07Change libspirv to spvtools namespace (#1678)dan sinclair
2018-06-19[val] Add extra context to error messages. (#1600)dan sinclair
2018-06-13Fix buffer read overrun in linkerDavid Neto
2018-04-06linker: Properly remove FuncParamAttr from imported symbolsPierre Moreau
2018-02-27linker: merge debug annotations from category c)Pierre Moreau
2018-02-27linker: Allow modules to be partially linkedPierre Moreau
2018-01-05Linker code cleanupsPierre Moreau
2018-01-04Replace calls to `ToNop` by `KillInst`.Steven Perron
2017-12-21Store all enabled capabilities in the feature manger.Steven Perron
2017-12-21Fixing bugs in type manager memory managementAlan Baker
2017-12-04Change IRContext::KillInst to delete instructions.Steven Perron
2017-11-27Re-format source tree - NFC.Diego Novillo
2017-11-24Test for pollution of the global namespaceDavid Neto
2017-11-24Adding new def -> use mapping containerAlan Baker
2017-11-23Move SetContextMessageConsumer into libspirv namespaceDavid Neto
2017-11-21Adding an unique id to Instruction generated by IRContextAlan Baker
2017-11-15Add the decoration manager to the IRContext.Steven Perron
2017-11-08Re-format files in source, source/opt, source/util, source/val and tools.Diego Novillo
2017-11-08Add the IRContext (part 2): Add def-use managerSteven Perron
2017-10-31Add the IRContext (part 1)Steven Perron
2017-10-07Implement Linker (module combiner)Pierre Moreau