platform/upstream/SPIRV-Tools.git
2015-10-26 David NetoAssembler tests for all decorations except Linkage...
2015-10-26 Lei ZhangRun clang-format.
2015-10-26 Lei ZhangAdd an API parameter to choose assembly syntax format...
2015-10-26 Dejan MircevskiSimplify checking for !<integer> first word.
2015-10-26 David NetoAssembler test for OpSourceExtension.
2015-10-26 Andrew WoloszynAdded missing diagnostic when disassembling empty file.
2015-10-26 David NetoTest assembly of OpSource using all language enums
2015-10-26 David NetoUpdate CHANGES in the readme.md
2015-10-26 David NetoAvoid undefined pointer given to spvTextDestroy
2015-10-26 Pyry HaulosFix build on MSC
2015-10-26 David NetoAdd OpNop, OpUndef tests for spvTextToBinary
2015-10-26 Lei ZhangFix interface function calls to the new API.
2015-10-26 Lei ZhangPreserve float values during encoding and decoding...
2015-10-26 Andrew WoloszynRemoved the ambiguity in the API for cleaning input...
2015-10-26 David NetoSimplify uses of spvBinaryDestroy in tests
2015-10-26 David NetospvTextDestroy is no-op on nullptr.
2015-10-26 David NetoFix spvBinaryDestroy test to use an API-created object
2015-10-26 David NetoEnable OpcodeMake test, by sampling values.
2015-10-26 David NetospvBinaryDestroy(nullptr) is a no-op.
2015-10-26 David NetoRemove spvOpcodeIsVariable
2015-10-26 David NetoFix -p on disassembler.
2015-10-26 Dejan MircevskiAdd hex-format tests for !<integer>.
2015-10-26 Dejan MircevskiAdd invalid-operand tests for !<integer>.
2015-10-26 Dejan MircevskiMake all SpirvVectors const in ImmediateInt.cpp.
2015-10-26 Dejan MircevskiTests for parsing recognizable words after !<integer>.
2015-10-26 David NetoAdd disabled test to check float value parsing
2015-10-26 David NetoRemove SPV_OPERAND_TYPE_ELLIPSIS
2015-10-26 Andrew WoloszynAdded option to only compile spirv library instead...
2015-10-26 David NetoPrint diagnostics at the beginning of input.
2015-10-26 Dejan MircevskiAvoid "operands" in the !<immediate> explanation.
2015-10-26 David NetoDocument current support and known bugs.
2015-10-26 Dejan MircevskiTest consecutive opcodes being !<integer>.
2015-10-26 David NetoUse opcode operand definitions from SPIR-V specificatio...
2015-10-26 Dejan MircevskiPrint failing assembly text in CompileSuccessfully().
2015-10-26 David NetoRemove unused struct "bin"
2015-10-26 Dejan MircevskiMore !<integer> tests.
2015-10-26 Dejan MircevskiUse spvOpcodeMake() in ImmediateInt tests.
2015-10-26 David NetoDon't overload operators in std namespace.
2015-10-26 Dejan MircevskiAdd a few unit tests for !<integer>. More to come.
2015-10-26 David NetoAdd bin-to-text test for operand with operands
2015-10-26 David NetoAdd binary-to-text test for single instruction
2015-10-26 David NetoGetting the next word respects quoting and escaping.
2015-10-26 Andrew WoloszynHad spriv-tools stay inside it's own directory.
2015-10-26 Dejan MircevskiMove ImmediateInt tests into their own file.
2015-10-26 Dejan MircevskiWarn about !<integer> opcode in assignment format.
2015-10-26 Dejan MircevskiPut test classes in anonymous namespace.
2015-10-26 Dejan MircevskiClarify !<integer> behaviour in readme.md.
2015-10-26 David NetoGetting the next word ends at a comment (;)
2015-10-26 David NetoCombine parsing of ID and RESULT_ID operand types
2015-10-26 David NetoString literals must be quoted.
2015-10-26 David NetoFix some bugs in parsing literals.
2015-10-26 David NetoAdd SPV_FAILED_MATCH status code
2015-10-26 David NetoAdd enum values for instructions added after Rev31
2015-10-26 Lei ZhangAdd GLSL std450 extended instruction 72-80.
2015-10-26 Dejan MircevskiAdd std450 instructions 53-64.
2015-10-26 Lei ZhangAdd GLSL std450 extended instruction 65-71.
2015-10-26 David NetoFix spelling of SPV_OPERAND_TYPE_KERNEL_PROFILING_INFO
2015-10-26 Lei ZhangAdd test for Modf and ModfStruct.
2015-10-26 Lei ZhangSimplify macro names used for GLSL std450 extended...
2015-10-26 Dejan MircevskiAdd std450 instructions 49-52.
2015-10-26 Lei ZhangReformat GLSL std450 extended instruction table.
2015-10-26 Dejan MircevskiAdd tests for Atan2 and Pow.
2015-10-26 Lei ZhangUnify tests for GLSL std450 extended instructions.
2015-10-26 Lei ZhangAdd GLSL std450 instructions 35-48.
2015-10-26 Lei ZhangMove tests for GLSL std450 instructions to a separate...
2015-10-26 Dejan MircevskiAdd std450 instructions 25-34.
2015-10-26 Lei ZhangUpdate readme about the "<result-id> = <opcode> <operan...
2015-10-26 Lei ZhangDisassemble in the format of "<result-id> = <opcode...
2015-09-02 Kenneth BenzieMerge branch 'google-catch-up' into 'master'
2015-08-27 Kenneth BenzieMerge branch 'capability-enumerant' into 'master'
2015-08-25 Kenneth BenzieMerge branch 'fix-p-switch' into 'master'
2015-08-24 Lei ZhangOnly use '%' as variable name prefix.
2015-08-24 Lei ZhangBugfix: report the correct location for wrong opcode.
2015-08-24 Lei ZhangFix TextAdvance() problems involving whitespace around...
2015-08-24 Andrew WoloszynAdded stream operators for spv_binary_t and std::vector...
2015-08-24 Lei ZhangSupport "<result-id> = <opcode> <operand>.." format.
2015-08-24 Andrew WoloszynMake the disassembler print the Extended instruction...
2015-08-24 Andrew WoloszynAdded the initial set of glsl450 instructions.
2015-08-24 Lei ZhangMove test fixture into a separate header file so it...
2015-08-24 Christopher... Fix the '-p' command-line switch
2015-08-18 Lei ZhangAddress new enumerants in enum Capability for rev 31.
2015-08-18 Kenneth BenzieMerge branch 'update-header-to-rev31' into 'master'
2015-08-18 Kenneth BenzieMerge branch 'bitshift-parens' into 'master'
2015-08-17 David NetoParenthesize SPV_BIT macro to avoid surprises.
2015-08-17 Lei ZhangUpdate spirv.h to revision 31.
2015-08-17 Lei ZhangUpdate OpenCLLib.h to revision 31.
2015-08-17 Lei ZhangSubstitute GLSL450Lib.h with GLSL.std.450.h of revision 31.
2015-08-17 Kenneth BenzieMerge branch 'avoid-cmake-target-conflicts' into 'master'
2015-08-17 Kenneth BenzieMerge branch 'fix-failing-test' into 'master'
2015-07-30 Lei ZhangFix failing tests.
2015-07-29 Lei ZhangAvoid target conflicts with glslang and googletest.
2015-06-01 Kenneth Benzie... Change binary header generator word to Khronos
2015-05-26 Kenneth Benzie... Update readme file with repo maintainer.
2015-05-22 Kenneth Benzie... Code drop of the Codeplay spirv-tools source.