platform/upstream/SPIRV-Tools.git
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.
2015-11-12 Lei ZhangSimplify some tests
2015-11-12 Lei Zhanglibspirv.h doesn't depend on spirv_operands.hpp anymore.
2015-11-12 Lei ZhangMoves parser interface to libspirv.h.
2015-11-12 Lei ZhangMove internal macros/structs for SPIR-V to a separate...
2015-11-12 David NetoUpdate to 1.0 Rev 2 work-in-progress headers
2015-11-12 Lei ZhangMove SPIR-V constants/limits to a separate header.
2015-11-12 Lei ZhangUse std::string instead of a huge array for storing...
2015-11-12 Lei ZhangAdd missing copyright.
2015-11-12 Lei ZhangUse quotation for libspirv.h and sort headers.
2015-11-12 Lei ZhangMove info table related structs into table.h.
2015-11-12 Lei ZhangMove spv*TableGet() functions out of libspirv.h.
2015-11-12 Lei ZhangRemove table parameters from API functions.
2015-11-11 Andrew WoloszynFixed permissions
2015-11-11 Andrew WoloszynFixed warnings on windows and constness of spv_binary.
2015-11-11 Lei ZhangGet magic number and version from spirv.h.
2015-11-11 David NetoDisassembler support for OpSpecConstantOp
2015-11-11 David NetoAssembler support for OpSpecConstantOp
2015-11-11 David NetoFix Windows build errors.
2015-11-11 David NetoFix description of NaN encoding.
2015-11-11 David NetoEnable round trip tests for OpSwitch
2015-11-10 Lei ZhangOptional typed literal number should be concrete in...
2015-11-10 David NetoUpdate readme: binary parser refactor; non-32-bit literals
2015-11-10 David Netosyntax.md: Describe hex floats and their use.
2015-11-10 David NetoFix handling of OpExtInstImport
2015-11-10 David NetoAssembler supports hex float constants.
2015-11-10 David NetoPrint OpConstant values according to type.
2015-11-10 Lei ZhangRemove canonical assembly format in syntax.md.
2015-11-10 Lei Zhangadvance() should check current string index is in bound.
2015-11-10 Lei ZhangRemove support for canonical assembly syntax format.
2015-11-10 David Netospv_operand_type_t cleanup.
2015-11-10 David NetoRemove TODO: Strings are always little-endian
2015-11-10 David NetoRefactor the binary parser.
2015-11-10 Dejan MircevskiSlay "undeflow."
2015-11-10 Dejan MircevskiRefactor EncodeTestHelper() and DecodeTestHelper().
2015-11-10 David NetoConsts before the type, not after
2015-11-10 David NetoA spv_binary_t points to const code words.
2015-11-10 David NetoMove spvBinaryToText into new disassembler file.
2015-11-10 David NetoUse the syntax table for opcode to name mappings.
2015-11-10 Andrew WoloszynUpdated comment in SetBits.
2015-11-10 David NetoDiagnosticStream keeps a copy of the position.
2015-11-10 Andrew WoloszynAdded double tests to HexFloat
2015-11-10 David NetoEmpty assembly text compiles to no instructions.
2015-11-10 David NetoConsolidate: spvOpcodeIsType into spvOpcodeGeneratesType
2015-11-10 Lei ZhangRun clang-format to enforce Google style globally.
2015-11-02 David NetoUpdate readme: fix utf-8 tests, use spirv.h
2015-11-02 Andrew WoloszynUpdated HexFloat parsing for windows.
2015-11-02 Andrew WoloszynAdded HexFloat reading to HexFloat.
2015-11-02 Andrew WoloszynAdded HexFloat helper class to print out floating point...
2015-11-02 Andrew WoloszynChanged SetBits to index from LSB and take a size.
2015-11-02 Lei ZhangUse spirv.h instead of spirv.hpp.
next