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
2018-08-14Remove source/message.h (#1838)dan sinclair
2018-08-03Cleanup includes. (#1795)dan sinclair
2018-08-03Rewrite include guards (#1793)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
2017-11-27Re-format source tree - NFC.Diego Novillo
2017-11-08Re-format files in source, source/opt, source/util, source/val and tools.Diego Novillo
2017-04-13Added option --preserve-numeric-ids to tools/spirv-asAndrey Tuganov
2016-09-15Add a callback mechanism for communicating messages to callers.Lei Zhang
2016-09-09Pull out the number parsing logicqining
2016-09-02Relicense SPIRV-Tools under Apache 2.0David Neto
2016-03-16Change the interface for getWord().Lei Zhang
2016-03-15Remove AssemblyContext::getWord().Dejan Mircevski
2016-02-26Fix issues reported by cppcheck.Lei Zhang
2016-02-17Rearrange headersDavid Neto
2016-02-17Fixed internal compiler error in gcc-4.9.Andrew Woloszyn
2016-01-07Extend copyright to 2016.Dejan Mircevski
2016-01-07Fix shadowing warnings reported by GCCDavid Neto
2015-11-13Fix many typos.Lei Zhang
2015-11-12Use quotation for libspirv.h and sort headers.Lei Zhang
2015-11-10Fix handling of OpExtInstImportDavid Neto
2015-11-10Assembler supports hex float constants.David Neto
2015-11-10DiagnosticStream keeps a copy of the position.David Neto
2015-11-10Run clang-format to enforce Google style globally.Lei Zhang
2015-11-02Inclusion guards follow Google C++ styleDavid Neto
2015-11-02Move AssemblyGrammar into its own source filesDavid Neto
2015-10-26Added type tracking to the disassembler.Andrew Woloszyn
2015-10-26Some minor clean-ups to binary.{h,cpp}.Andrew Woloszyn
2015-10-26SPV_FAILED_MATCH error mutes DiagnosticStream.David Neto
2015-10-26Parse and encode literal integers to the right widthDavid Neto
2015-10-26Add AssemblyContext::parseNumberDavid Neto
2015-10-26DiagnosticStream can convert to a stored error codeDavid Neto
2015-10-26Added tracking to types and validated certain instructions.Andrew Woloszyn
2015-10-26Support strings with up to 65535 chars, and null.David Neto
2015-10-26Refactored dynamic and static state out of text processing.Andrew Woloszyn