platform/upstream/SPIRV-Tools.git
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.
2015-11-02 David NetoInclusion guards follow Google C++ style
2015-11-02 David NetoMove endian utilities to their own file.
2015-11-02 David NetoHide spvBinaryHeaderSet with its only client.
2015-11-02 David NetoMove AssemblyGrammar into its own source files
2015-11-02 David NetoAdd DISABLED failing test for ext inst import confusion
2015-11-02 David NetoUse basic_string<char> for the UTF-8 test string
2015-11-02 David NetoUpdate to latest registered generator enums
2015-11-02 Andrew WoloszynAdded set_bits<> to bitutils.
2015-11-02 David NetoTest cleanup: remove useless std::string constructor
2015-11-02 Lei ZhangUse typedef instead of using in libspirv.h.
2015-10-27 Kenneth BenzieMerge branch 'google-asm-dis-oct-25' into 'master'
2015-10-26 David NetoFix readme: this is not the 'google' branch
2015-10-26 Dejan MircevskiFix GMOCK directory in CMakeLists.txt.
2015-10-26 Andrew WoloszynFixed typo in utf8 string literal
2015-10-26 Andrew WoloszynFixed UTF-8 encoding issues on windows.
2015-10-26 Andrew WoloszynAdded type tracking to the disassembler.
2015-10-26 David NetoUpdate readme: Support OpenCL, UTF-8 literal strings
2015-10-26 David NetoRemaining tests for OpenCL extended instructions.
2015-10-26 David NetoAdd operand type for extension instruction number
2015-10-26 David NetoUse literal integers for OpenCL extended instructions.
2015-10-26 David NetoAdd OpenCL extended instructions.
2015-10-26 Andrew WoloszynSome minor clean-ups to binary.{h,cpp}.
2015-10-26 Lei ZhangEnforce suitable literal number operands to be unsigned...
2015-10-26 David NetoGit ignore compile_commands.json in root directory.
2015-10-26 Lei ZhangUse normal string instead of raw string for simple...
2015-10-26 Lei ZhangSimplify methods for compilation failure in test framework.
2015-10-26 David NetoUse SPIRV_PERF=1 when performance tuning.
2015-10-26 David NetoAvoid strlen in a loop, for speed.
2015-10-26 David NetoFix Android build: use std::numeric_limits<T>::max...
2015-10-26 David NetoAdd disabled tests for disassembler literal emission
2015-10-26 Andrew WoloszynAdded proper string escaping to the disassembler.
2015-10-26 David NetoSPV_FAILED_MATCH error mutes DiagnosticStream.
2015-10-26 Andrew WoloszynRemoved un-needed comments and fixed merge issue.
2015-10-26 Andrew WoloszynUpdated string escaping in the assembler.
2015-10-26 David NetoUpdate readme. Long instructions, literal number encoding
2015-10-26 Dejan MircevskiAdd negative-coverage location to operand-class-test...
2015-10-26 David NetoParse and encode literal integers to the right width
2015-10-26 David NetoAdd AssemblyContext::parseNumber
2015-10-26 David NetoDiagnosticStream can convert to a stored error code
2015-10-26 Dejan MircevskiNegative test for FunctionControl.
2015-10-26 Dejan MircevskiNegative test for LoopControl.
2015-10-26 Dejan MircevskiNegative test for SelectionControl.
2015-10-26 Dejan MircevskiNegative test for GroupOperation.
2015-10-26 Dejan MircevskiNegative test for LinkageType.
2015-10-26 Dejan MircevskiNegative test for BuiltIn.
2015-10-26 Dejan MircevskiNegative test for AccessQualifier.
2015-10-26 Dejan MircevskiNegative test for FuncParamAttr.
next