platform/upstream/SPIRV-Tools.git
2016-02-02 David NetoValidation of mask operand capabilities is more data...
2016-02-02 David NetoAdd spvOperandIsConcreteMask
2016-02-02 Dejan MircevskiUse AssemblyGrammar for capability validation.
2016-01-29 Dejan MircevskiForbid Generic variables.
2016-01-29 qiningFix validator mem overflow when tracking capabilities
2016-01-29 Dejan MircevskiFix in-function storage class validation.
2016-01-28 Dejan MircevskiInitialize vector<string>s on first use, not statically.
2016-01-28 Dejan MircevskiFix validation of return value.
2016-01-27 Dejan MircevskiRemove spvOpcodeIsObject().
2016-01-27 Umar ArshadInitial capability implementation and unit tests
2016-01-26 Lei ZhangQualify CMake function names with "spvtools" to avoid...
2016-01-22 Dejan MircevskiFix spvOpcodeIsScalarType() to include Boolean.
2016-01-21 Dejan MircevskiDon't fail validation in unimplemented cases.
2016-01-21 Dejan MircevskiFix OpLoad pointee type validation.
2016-01-20 David NetoAdd disassembler option to show byte offset
2016-01-20 Dejan MircevskiTrack uses and defs during parsing.
2016-01-19 Andrew WoloszynSince g++-4.9 has an ICE occasionally in travis add...
2016-01-18 Umar ArshadFix missing OpNoLine layout checks
2016-01-15 David NetoDisable warnings C4503 on MSVC for test code
2016-01-15 Umar ArshadValidation refactor
2016-01-14 Lei ZhangAdd configuration for Travis CI.
2016-01-14 Umar ArshadAdd missing branch instructions in SSA tests
2016-01-13 Umar ArshadRemove static vector from GetModuleOrder
2016-01-13 Andrew WoloszynFixed warning in VS2013 build.
2016-01-13 Norbert NopperFix, that spirv-tools did not build, as two casts are...
2016-01-13 Dejan MircevskiFix build by renaming ValidationState_t constructor...
2016-01-13 Umar ArshadFunction and block layout checks. very basic CFG.
2016-01-12 Andrew WoloszynFixed use-after-free in isStartOfNewInst() tests.
2016-01-11 Andrew WoloszynMinor fixes to remove warnings in VS2013.
2016-01-11 David NetospvDiagnosticDestroy is safe to call on nullptr
2016-01-11 Andrew WoloszynFix endian-ness conversion in the binary parser.
2016-01-11 Andrew WoloszynMade compilation with gcc and clang more strict.
2016-01-08 Andrew WoloszynSupport 16-bit float in assembler and disassembler
2016-01-07 Dejan MircevskiExtend copyright to 2016.
2016-01-07 Dejan MircevskiUndefine a macro after use.
2016-01-06 David NetoFix shadowing warnings reported by GCC
2016-01-06 David NetoFix conversion warnings reported by GCC.
2016-01-06 David NetoExplicitly convert to narrower type.
2016-01-06 David NetoAvoid variable shadowing
2016-01-06 David NetoAvoid warning for implicit conversion of char array...
2016-01-06 David NetoFix var shadowing and width mismatches in hex_float.h
2016-01-06 David NetoAvoid parameter shadowing in source/diagnostic.h
2016-01-05 David NetoFix list of opcodes allowed for OpSpecConstantOp
2016-01-05 David Netooperator<< on FloatProxy preserves float and fill
2016-01-05 David NetoFix parser assert failure for a bad OpSwitch
2016-01-04 David NetoAvoid relative path in #include
2016-01-04 David NetoRename endian.h to spirv_endian.h
2015-12-18 David NetoAdd spirv.py from the SPIR-V 1.0.2 registry
2015-12-17 Umar ArshadInitial logical layout validation
2015-12-17 Umar ArshadRefactor validation types into another file
2015-12-14 Umar ArshadFix tests which rely on OpName;Use EXPECT_THAT
2015-12-10 Umar ArshadFix warnings with Apple clang++
2015-12-10 David NetoFix setting of off-by-default cmake options
2015-12-09 Umar ArshadBasic SSA Validation
2015-12-08 Andrew WoloszynAdded Float16, and HexFloat conversions
2015-12-02 David NetoFix namespace on PrintTo
2015-12-01 David NetoPrintTo on WordVector should preserve the fill char
2015-12-01 David NetoStated word count is several more than expected
2015-12-01 David NetoUse static_cast instead of constructor for uint32_t
2015-12-01 David NetoOpDecorate should not accept any number of literal...
2015-12-01 David Netobinary parse test: extra words after string literal
2015-12-01 David NetoDon't add -frtti for tests. Use newer googletest.
2015-12-01 David NetoAdd -frtti for tests that use mocking
2015-11-30 Dejan MircevskiMerge PR #32.
2015-11-30 Dejan MircevskiMention that ParsedInstruction owns its components.
2015-11-30 David NetospvBinaryParse: fix overruns, handle image format
2015-11-30 David NetoClarify the non-SPV_SUCCESS case parser callbacks.
2015-11-27 David NetoSeveral unit tests for spvBinaryParse
2015-11-23 David NetoAliasing through a union member is valid.
2015-11-23 David NetoFix compilation of an assert.
2015-11-23 David Netospv_parsed_instruction_t cleanup
2015-11-23 Ben VanikMerge pull request #23.
2015-11-20 David NetoPut DiagnosticStream and clr exports in libspirv namespace
2015-11-20 Lei ZhangFix paths for binaries to match changes in CMake config...
2015-11-19 Lei ZhangUse test fixture for a test.
2015-11-19 Andrew WoloszynRemoved executable flag from HexFloat.cpp.
2015-11-19 David NetoUpdated spirv.h header. Fixes SPV_VERSION macro
2015-11-19 Andrew WoloszynTurned warnings-as-errors on by default.
2015-11-18 Lei ZhangClean up CMake configuration and address compiler warnings.
2015-11-18 David NetoRemove old names for enums: memory semantics, scope ID
2015-11-18 David NetoBottom byte of version header word should be 0
2015-11-18 Pierre MoreauCMake: Respect user-defined install path
2015-11-17 David NetoObject files should depend on spirv.h and friends
2015-11-17 Lei ZhangFix test: version number has changed.
2015-11-17 Lei ZhangUpdate external headers.
2015-11-16 Lei ZhangUse Google comment style and fix typos.
2015-11-14 David NetoFix grammar: "The SPIR-V Tools project provides"
2015-11-13 David NetoRegister Glslang tool
2015-11-13 Lei ZhangFix many typos.
2015-11-13 David NetoRevamp the README for public release.
2015-11-13 David NetoThe version header word has 3 byte-size components.
2015-11-13 David NetoGenerator word now has two 16-bit components
2015-11-12 David NetoSupport capabilities StorageImageReadWithoutFormat
2015-11-12 David NetoDisassembler can read the binary from stdin.
2015-11-12 David NetoAdd GeometryStreams capability
2015-11-12 David NetoSupport OpImage
2015-11-12 Lei ZhangUse opaque context object to hold SPIR-V info tables.
2015-11-12 Lei ZhangRemove an obselete and redundant text.
2015-11-12 David NetoDisassembler tool indents to 15 by default
2015-11-12 David Netospirv-dis prints to stdout by default.
next