platform/upstream/SPIRV-Tools.git
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.
2015-10-26 Dejan MircevskiNegative test for Decoration.
2015-10-26 Dejan MircevskiNegative test for FPRoundingMode.
2015-10-26 Dejan MircevskiNegative test for FPFastMathMode.
2015-10-26 Dejan MircevskiNegative test for ImageFormat.
2015-10-26 Dejan MircevskiMake compilation input strings const.
2015-10-26 Dejan MircevskiNegative test for SamplerFilterMode.
2015-10-26 Dejan MircevskiNegative test for SamplerAddressingMode.
2015-10-26 Dejan MircevskiClarify handling of OperandImageOperands.
2015-10-26 Dejan MircevskiNegative test for ImageOperands.
2015-10-26 Dejan MircevskiNegative test for Dim.
2015-10-26 Dejan MircevskiTest OpTypeForwardPointer.
2015-10-26 Andrew WoloszynAdded tracking to types and validated certain instructions.
2015-10-26 David NetoRemove spv_opcode_flags_t and flags fields.
2015-10-26 Dejan MircevskiNegative test for ExecutionMode.
2015-10-26 Dejan MircevskiNegative test for AddressingModel, MemoryModel.
2015-10-26 Dejan MircevskiNegative test for ExecutionModel.
2015-10-26 Dejan MircevskiNegative test for SourceLanguage.
2015-10-26 David NetoAccept long UTF-8 Literal Strings
2015-10-26 David NetoSupport strings with up to 65535 chars, and null.
2015-10-26 David NetoRemove stale TODO. Fix use of OpCode to 'instruction'
2015-10-26 David NetoUpdate readme: capabilities are up to date
2015-10-26 David NetoDefine spv_capability_mask_t for readability.
2015-10-26 David NetoTest capabilities for enums sections 3.21-3.31
2015-10-26 David NetoFix capabilities for enums in Rev32, sec 3.3-3.20
2015-10-26 David NetoMove AutoText and EnumCase into spvtest namespace
2015-10-26 David NetoUpdate readme: Finish assembler !<integer> support
2015-10-26 Dejan MircevskiTest operand-table capabilities.
2015-10-26 David NetoAdd TODO for fixing endianness testing.
2015-10-26 David NetoTest SPV_CAPABILITY_AS_MASK macro
2015-10-26 David NetoUse 3-arg MakeInstruction to reduce logic in tests
2015-10-26 Dejan MircevskiTest opcode table capability entries.
2015-10-26 Dejan MircevskiMake capabilities a bitfield in opcode/operand tables.
2015-10-26 Dejan MircevskiCreate spv_language_capabilities_t and widen capabiliti...
2015-10-26 David NetoAdd assembler test for OpEnqueueKernel.
2015-10-26 Dejan MircevskiClarify !<integer> parsing.
2015-10-26 Dejan MircevskiTry to fix the Android build.
2015-10-26 Dejan MircevskiDetect overflow in !<integer>.
2015-10-26 David NetoAdd a .csv showing test coverage for operand class
2015-10-26 Dejan MircevskiSimplify (and test) the alternate-parsing pattern.
2015-10-26 David NetoAssembly test for OpSwitch
next