projects
/
platform
/
upstream
/
SPIRV-Tools.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/SPIRV-Tools.git
2015-11-10
David Neto
Print OpConstant values according to type.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-10
Lei Zhang
Remove canonical assembly format in syntax.md.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-10
Lei Zhang
advance() should check current string index is in bound.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-10
Lei Zhang
Remove support for canonical assembly syntax format.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-10
David Neto
spv_operand_type_t cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-10
David Neto
Remove TODO: Strings are always little-endian
commit
|
commitdiff
|
tree
|
snapshot
2015-11-10
David Neto
Refactor the binary parser.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-10
Dejan Mircevski
Slay "undeflow."
commit
|
commitdiff
|
tree
|
snapshot
2015-11-10
Dejan Mircevski
Refactor EncodeTestHelper() and DecodeTestHelper().
commit
|
commitdiff
|
tree
|
snapshot
2015-11-10
David Neto
Consts before the type, not after
commit
|
commitdiff
|
tree
|
snapshot
2015-11-10
David Neto
A spv_binary_t points to const code words.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-10
David Neto
Move spvBinaryToText into new disassembler file.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-10
David Neto
Use the syntax table for opcode to name mappings.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-10
Andrew Woloszyn
Updated comment in SetBits.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-10
David Neto
DiagnosticStream keeps a copy of the position.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-10
Andrew Woloszyn
Added double tests to HexFloat
commit
|
commitdiff
|
tree
|
snapshot
2015-11-10
David Neto
Empty assembly text compiles to no instructions.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-10
David Neto
Consolidate: spvOpcodeIsType into spvOpcodeGeneratesType
commit
|
commitdiff
|
tree
|
snapshot
2015-11-10
Lei Zhang
Run clang-format to enforce Google style globally.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-02
David Neto
Update readme: fix utf-8 tests, use spirv.h
commit
|
commitdiff
|
tree
|
snapshot
2015-11-02
Andrew Woloszyn
Updated HexFloat parsing for windows.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-02
Andrew Woloszyn
Added HexFloat reading to HexFloat.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-02
Andrew Woloszyn
Added HexFloat helper class to print out floating point...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-02
Andrew Woloszyn
Changed SetBits to index from LSB and take a size.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-02
Lei Zhang
Use spirv.h instead of spirv.hpp.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-02
David Neto
Inclusion guards follow Google C++ style
commit
|
commitdiff
|
tree
|
snapshot
2015-11-02
David Neto
Move endian utilities to their own file.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-02
David Neto
Hide spvBinaryHeaderSet with its only client.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-02
David Neto
Move AssemblyGrammar into its own source files
commit
|
commitdiff
|
tree
|
snapshot
2015-11-02
David Neto
Add DISABLED failing test for ext inst import confusion
commit
|
commitdiff
|
tree
|
snapshot
2015-11-02
David Neto
Use basic_string<char> for the UTF-8 test string
commit
|
commitdiff
|
tree
|
snapshot
2015-11-02
David Neto
Update to latest registered generator enums
commit
|
commitdiff
|
tree
|
snapshot
2015-11-02
Andrew Woloszyn
Added set_bits<> to bitutils.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-02
David Neto
Test cleanup: remove useless std::string constructor
commit
|
commitdiff
|
tree
|
snapshot
2015-11-02
Lei Zhang
Use typedef instead of using in libspirv.h.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-27
Kenneth Benzie
Merge branch 'google-asm-dis-oct-25' into 'master'
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Fix readme: this is not the 'google' branch
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Fix GMOCK directory in CMakeLists.txt.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Andrew Woloszyn
Fixed typo in utf8 string literal
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Andrew Woloszyn
Fixed UTF-8 encoding issues on windows.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Andrew Woloszyn
Added type tracking to the disassembler.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Update readme: Support OpenCL, UTF-8 literal strings
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Remaining tests for OpenCL extended instructions.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Add operand type for extension instruction number
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Use literal integers for OpenCL extended instructions.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Add OpenCL extended instructions.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Andrew Woloszyn
Some minor clean-ups to binary.{h,cpp}.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Lei Zhang
Enforce suitable literal number operands to be unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Git ignore compile_commands.json in root directory.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Lei Zhang
Use normal string instead of raw string for simple...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Lei Zhang
Simplify methods for compilation failure in test framework.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Use SPIRV_PERF=1 when performance tuning.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Avoid strlen in a loop, for speed.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Fix Android build: use std::numeric_limits<T>::max...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Add disabled tests for disassembler literal emission
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Andrew Woloszyn
Added proper string escaping to the disassembler.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
SPV_FAILED_MATCH error mutes DiagnosticStream.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Andrew Woloszyn
Removed un-needed comments and fixed merge issue.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Andrew Woloszyn
Updated string escaping in the assembler.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Update readme. Long instructions, literal number encoding
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Add negative-coverage location to operand-class-test...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Parse and encode literal integers to the right width
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Add AssemblyContext::parseNumber
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
DiagnosticStream can convert to a stored error code
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Negative test for FunctionControl.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Negative test for LoopControl.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Negative test for SelectionControl.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Negative test for GroupOperation.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Negative test for LinkageType.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Negative test for BuiltIn.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Negative test for AccessQualifier.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Negative test for FuncParamAttr.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Negative test for Decoration.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Negative test for FPRoundingMode.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Negative test for FPFastMathMode.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Negative test for ImageFormat.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Make compilation input strings const.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Negative test for SamplerFilterMode.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Negative test for SamplerAddressingMode.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Clarify handling of OperandImageOperands.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Negative test for ImageOperands.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Negative test for Dim.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Test OpTypeForwardPointer.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Andrew Woloszyn
Added tracking to types and validated certain instructions.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Remove spv_opcode_flags_t and flags fields.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Negative test for ExecutionMode.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Negative test for AddressingModel, MemoryModel.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Negative test for ExecutionModel.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Negative test for SourceLanguage.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Accept long UTF-8 Literal Strings
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Support strings with up to 65535 chars, and null.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Remove stale TODO. Fix use of OpCode to 'instruction'
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Update readme: capabilities are up to date
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Define spv_capability_mask_t for readability.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Test capabilities for enums sections 3.21-3.31
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Fix capabilities for enums in Rev32, sec 3.3-3.20
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Move AutoText and EnumCase into spvtest namespace
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Update readme: Finish assembler !<integer> support
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
Dejan Mircevski
Test operand-table capabilities.
commit
|
commitdiff
|
tree
|
snapshot
2015-10-26
David Neto
Add TODO for fixing endianness testing.
commit
|
commitdiff
|
tree
|
snapshot
next