platform/upstream/SPIRV-Tools.git
2015-10-26 Andrew WoloszynAll values now represent symbolic names instead of...
2015-10-26 Lei ZhangRemove executable file mode bits on source files.
2015-10-26 David NetoUpdate to Rev32 headers. Part 1.
2015-10-26 Andrew WoloszynSwitched VecTypeHint to take a LiteralNumber instead...
2015-10-26 Andrew WoloszynRemoved duplicate code due to what looks like a merge...
2015-10-26 David NetoCleanups for EnumCase
2015-10-26 David NetoPut the test fixture into spvtest namespace.
2015-10-26 Andrew WoloszynFix MSVC build for boolean opeartions on enums.
2015-10-26 David NetoFix the Supported Features section.
2015-10-26 David NetoReadme: Assembler supports all of Rev31, for 32-bit...
2015-10-26 David NetoPut const back on const char* in test case structs
2015-10-26 Andrew WoloszynA bunch of small fixes to build in MSVC2013.
2015-10-26 David NetoAssembler support for image operands from Rev31
2015-10-26 Lei ZhangLet EncodeAndDecodeSuccessfully remove preamble comments.
2015-10-26 Lei ZhangClean up code for encoding literal operands.
2015-10-26 David NetoRemove SPV_OPERAND_TYPE_VARIABLE_MEMORY_ACCESS
2015-10-26 David NetoAssembler: mask expressions where 1 bits imply operands
2015-10-26 David NetoDocument the syntax of mask expressions
2015-10-26 David NetoAssembler support for simple mask expressions
2015-10-26 David NetoGeneralize spvOperandTableNameLookup to take string...
2015-10-26 Dejan MircevskiForbid !<integer> preceding or succeeding '='.
2015-10-26 David NetoAssembler test for Dim, ImageFormat enums.
2015-10-26 David NetoDocument inability to use names from 3.12, 1.13
2015-10-26 David NetoUse generalized EnumCase in AccessQualifier assembly...
2015-10-26 Dejan MircevskiHandle IDs among !<integer> operands.
2015-10-26 David NetoAssembler test for SamplerAddressingMode, SamplerFilterMode
2015-10-26 David NetoAssembler test for Storage Class enum values
2015-10-26 Lei ZhangSupport multiple word literal numbers as constants.
2015-10-26 David NetoUpdate CHANGES and Future Work
2015-10-26 David NetoAssembler test for ExecutionScope, with OpGroupIAdd
2015-10-26 David NetoAssembler test for OpTypePipe
2015-10-26 David NetoAssembler test for single-valued Memory Access flag.
2015-10-26 David NetoAssembler test for single-valued FunctionControl mask
2015-10-26 Lei ZhangRemove useless variable.
2015-10-26 David NetoAssembler test for single-valued LoopControl mask
2015-10-26 David NetoAssembler test for single-valued SelectionControl mask
2015-10-26 David NetoClarify the syntax. Some named enumerants are unusable
2015-10-26 Lei ZhangSimplify code for handling literals in disassembler.
2015-10-26 David NetoMove the syntax description into its own file
2015-10-26 David NetoAdd patch for generating opcode.inc syntax table.
2015-10-26 Lei ZhangRun clang-format.
2015-10-26 David NetoAssembler test for OpExecutionMode
2015-10-26 David NetoAssembler test for OpEntryPoint
2015-10-26 Dejan MircevskiSimplify format indication in CompileSuccesfully().
2015-10-26 Lei ZhangLimit the use of spvCheck and spvCheckReturn to validator.
2015-10-26 David NetoUpdate readme with latest news.
2015-10-26 Lei ZhangMove bitwisecast.h to source/ and add include guard.
2015-10-26 David NetoFix an infinite loop during message generation.
2015-10-26 Lei ZhangAdd option to change assembly syntax format in the...
2015-10-26 Dejan MircevskiHandle operands when OpCode is !<integer>.
2015-10-26 David NetoAdd TODO for capability dependencies for Rev32+
2015-10-26 David NetoAssembler test for OpMemoryModel
2015-10-26 Lei ZhangAdd library function parameter to set assembly format...
2015-10-26 Lei ZhangAdd option to change assembly syntax format in the...
2015-10-26 David NetoAssembler tests for OpCapability.
2015-10-26 David NetoAssembler test for LinkageAttributes decorations
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.
next