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
path: root/test/link
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-24linker: Address conversion error introduced in earlier rework (#4685)Pierre Moreau
2022-01-22Linker improvements (#4679)Pierre Moreau
2020-09-23Validate SPIRV Version number when parsing binary header (#3834)Ryan Harrison
2020-01-10Remove names and decorations of imported symbols (#3081)aqnuep
2019-08-12Remove useless semi-colons (#2789)Steven Perron
2019-05-29Linker: Better type comparison for OpTypeArray and OpTypeForwardPointer (#2580)Pierre Moreau
2019-05-24linker: Add tests for various type comparisons (#2613)Jonathon Anderson
2018-08-07Fixup readabilty/inheritance warnings (#1805)dan sinclair
2018-08-03Cleanup includes. (#1795)dan sinclair
2018-08-03Rewrite include guards (#1793)dan sinclair
2018-07-11Move tests into namespaces (#1689)dan sinclair
2018-06-12Make fewer test executablesDavid Neto
2018-04-06linker: Properly remove FuncParamAttr from imported symbolsPierre Moreau
2018-04-03hex_float: Use max_digits10 for the float precisionNeil Roberts
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
2017-11-27Re-format source tree - NFC.Diego Novillo
2017-11-24Adding new def -> use mapping containerAlan Baker
2017-11-21Adding an unique id to Instruction generated by IRContextAlan Baker
2017-10-07Implement Linker (module combiner)Pierre Moreau