aboutsummaryrefslogtreecommitdiff
path: root/source/text.cpp
AgeCommit message (Expand)Author
2019-09-11Assembler: Can't set an ID in instruction without result ID (#2852)David Neto
2019-02-26Use correct option in spvTextToBinary. (#2416)Steven Perron
2018-08-14Remove source/message.h (#1838)dan sinclair
2018-08-03Cleanup includes. (#1795)dan sinclair
2018-07-07Change libspirv to spvtools namespace (#1678)dan sinclair
2018-07-06Move utils/ to spvtools::utilsdan sinclair
2018-04-06Fixes #1433. Validate binary versionAlan Baker
2017-12-22Add asm, dis support for DebugInfo extended instruction setDavid Neto
2017-11-08Re-format files in source, source/opt, source/util, source/val and tools.Diego Novillo
2017-07-04Convert pattern stack from deque to vector, and share itChris Forbes
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-08Pull out the number parsing logicqining
2016-09-02Relicense SPIRV-Tools under Apache 2.0David Neto
2016-04-04Remove dependency on SPIR-V headers in libspirv.h.Lei Zhang
2016-03-16Change the interface for getWord().Lei Zhang
2016-03-15Remove AssemblyContext::getWord().Dejan Mircevski
2016-02-18Remove unnecessary null pointer checksEric Engestrom
2016-02-17Rearrange headersDavid Neto
2016-02-16Use syntax tables for SPIR-V 1.0 Rev3David Neto
2016-01-11Fix endian-ness conversion in the binary parser.Andrew Woloszyn
2016-01-07Extend copyright to 2016.Dejan Mircevski
2016-01-06Avoid variable shadowingDavid Neto
2015-11-30spvBinaryParse: fix overruns, handle image formatDavid Neto
2015-11-23Merge pull request #23.Ben Vanik
2015-11-19Turned warnings-as-errors on by default.Andrew Woloszyn
2015-11-18Bottom byte of version header word should be 0David Neto
2015-11-13The version header word has 3 byte-size components.David Neto
2015-11-13Generator word now has two 16-bit componentsDavid Neto
2015-11-12Use opaque context object to hold SPIR-V info tables.Lei Zhang
2015-11-12Move SPIR-V constants/limits to a separate header.Lei Zhang
2015-11-12Use std::string instead of a huge array for storing literal strings.Lei Zhang
2015-11-12Use quotation for libspirv.h and sort headers.Lei Zhang
2015-11-12Move info table related structs into table.h.Lei Zhang
2015-11-12Remove table parameters from API functions.Lei Zhang
2015-11-11Fixed permissionsAndrew Woloszyn
2015-11-11Fixed warnings on windows and constness of spv_binary.Andrew Woloszyn
2015-11-11Get magic number and version from spirv.h.Lei Zhang
2015-11-11Assembler support for OpSpecConstantOpDavid Neto
2015-11-10Fix handling of OpExtInstImportDavid Neto
2015-11-10Remove support for canonical assembly syntax format.Lei Zhang
2015-11-10spv_operand_type_t cleanup.David Neto
2015-11-10A spv_binary_t points to const code words.David Neto
2015-11-10Empty assembly text compiles to no instructions.David Neto
2015-11-02Use spirv.h instead of spirv.hpp.Lei Zhang
2015-11-02Hide spvBinaryHeaderSet with its only client.David Neto
2015-11-02Move AssemblyGrammar into its own source filesDavid Neto
2015-11-02Added set_bits<> to bitutils.Andrew Woloszyn
2015-10-26Add operand type for extension instruction numberDavid Neto
2015-10-26Enforce suitable literal number operands to be unsigned integers.Lei Zhang