platform/upstream/SPIRV-Tools.git
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
2015-10-26 David NetoAssembly failure cases for OpMemoryBarrier
2015-10-26 David NetoAssembler failing cases for OpCapability
2015-10-26 David NetoDocument non-use of certain operand types
2015-10-26 Andrew WoloszynRefactored dynamic and static state out of text processing.
2015-10-26 Dejan MircevskiRun clang-format.
2015-10-26 Dejan MircevskiImplement alternate-parsing mode for !<integer>.
2015-10-26 David NetoReadme: capabilities for instructions are ok
2015-10-26 Andrew WoloszynUpdated syntax.md to remove references to % numerical...
2015-10-26 Dejan MircevskiRemove isIdType(), which is now dead code.
2015-10-26 David NetoTest bad 2nd target to OpGroupMemberDecorate
2015-10-26 David NetoAssembly test for OpGroupMemberDecorate
2015-10-26 Dejan MircevskiUncomment some !<integer> tests.
2015-10-26 David NetoCleanup: Use EnumCase in OpDecorateSimpleTest
2015-10-26 David NetoCleanup: Use EnumCase for ExecutionMode test
2015-10-26 David NetoAssembler test for optional operands of OpSource
2015-10-26 David NetoRemove SPV_OPERAND_TYPE_LITERAL
2015-10-26 David NetoDissasembler test showing reordering of masks
2015-10-26 David NetoExecution scope, memory semantics operands are IDs
2015-10-26 David NetoDisassembler support for mask expressions.
2015-10-26 David NetoUpdate Readme: Support Rev32; IDs never alias
2015-10-26 David NetoMemory semantics Relaxed is a synonym for None
2015-10-26 David NetoAssembler tests for remaining Debug instructions
2015-10-26 David NetoUpdate core instruction syntax to Rev32
2015-10-26 David NetoAssembler test TODOs for image instructions.
2015-10-26 David NetoAssembler supports new decorations in Rev32
2015-10-26 Lei ZhangRev32: Remove DepthAny and mark Xfb as requiring Transf...
2015-10-26 David NetoFix Capability dependencies on capabilities, Rev32
2015-10-26 David NetoAssembler support for new capabilities in Rev32
2015-10-26 David NetoSupport Image operand MinLod
2015-10-26 David NetoAssembler supports new builtins in Rev32
2015-10-26 David NetoAssembler support for Nontemporal memory access
next