summaryrefslogtreecommitdiff
path: root/source/disassemble.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-11-15Extract EmitNumericLiteral from disassemblerDavid Neto1-42/+3
2016-09-15Add a callback mechanism for communicating messages to callers.Lei Zhang1-8/+11
2016-09-02Relicense SPIRV-Tools under Apache 2.0David Neto1-21/+9
2016-07-19Disassembling: map IDs to friendly names.David Neto1-22/+25
2016-06-27Add an option to spvBinaryToText() to ignore header output.Lei Zhang1-18/+23
2016-04-04Remove dependency on SPIR-V headers in libspirv.h.Lei Zhang1-1/+1
2016-02-17Rearrange headersDavid Neto1-1/+1
2016-01-20Add disassembler option to show byte offsetDavid Neto1-3/+23
2016-01-08Support 16-bit float in assembler and disassemblerAndrew Woloszyn1-3/+6
2016-01-07Extend copyright to 2016.Dejan Mircevski1-1/+1
2016-01-06Avoid warning for implicit conversion of char array to bool.David Neto1-1/+1
2016-01-04Rename endian.h to spirv_endian.hDavid Neto1-1/+1
2015-12-10Fix warnings with Apple clang++Umar Arshad1-7/+3
2015-11-30spvBinaryParse: fix overruns, handle image formatDavid Neto1-0/+1
2015-11-23spv_parsed_instruction_t cleanupDavid Neto1-14/+16
2015-11-20Put DiagnosticStream and clr exports in libspirv namespaceDavid Neto1-6/+8
2015-11-18Clean up CMake configuration and address compiler warnings.Lei Zhang1-4/+2
2015-11-18Remove old names for enums: memory semantics, scope IDDavid Neto1-2/+2
2015-11-18Bottom byte of version header word should be 0David Neto1-2/+1
2015-11-13The version header word has 3 byte-size components.David Neto1-1/+3
2015-11-13Generator word now has two 16-bit componentsDavid Neto1-1/+11
2015-11-12Use opaque context object to hold SPIR-V info tables.Lei Zhang1-5/+6
2015-11-12Disassembler tool indents to 15 by defaultDavid Neto1-1/+26
2015-11-12Remove table parameters from API functions.Lei Zhang1-7/+3
2015-11-11Disassembler support for OpSpecConstantOpDavid Neto1-0/+7
2015-11-11Fix Windows build errors.David Neto1-1/+1
2015-11-10Print OpConstant values according to type.David Neto1-6/+35
2015-11-10Remove support for canonical assembly syntax format.Lei Zhang1-27/+8
2015-11-10spv_operand_type_t cleanup.David Neto1-4/+3
2015-11-10Remove TODO: Strings are always little-endianDavid Neto1-2/+1
2015-11-10Refactor the binary parser.David Neto1-3/+313
2015-11-10Consts before the type, not afterDavid Neto1-1/+1
2015-11-10A spv_binary_t points to const code words.David Neto1-1/+1
2015-11-10Move spvBinaryToText into new disassembler file.David Neto1-0/+44