2016-03-21 |
Andrew Woloszyn | Make everything compile cleanly with -Wpedantic. |
commit | commitdiff | tree | snapshot |
2016-03-17 |
David Neto | Support both -h, --help on spirv-as, spirv-val |
commit | commitdiff | tree | snapshot |
2016-03-17 |
Lei Zhang | Travis CI: update test binary location and return corre... |
commit | commitdiff | tree | snapshot |
2016-03-17 |
Lei Zhang | Split CMakeLists.txt into smaller ones. |
commit | commitdiff | tree | snapshot |
2016-03-17 |
Lei Zhang | Travis CI: add configuration for testing on Mac OS X. |
commit | commitdiff | tree | snapshot |
2016-03-16 |
David Neto | Support Linux-to-Windows cross comiple via MinGW |
commit | commitdiff | tree | snapshot |
2016-03-16 |
Lei Zhang | Change the interface for getWord(). |
commit | commitdiff | tree | snapshot |
2016-03-16 |
Lei Zhang | Travis CI: use Ubuntu 14.04 (Trusty) as the Linux envir... |
commit | commitdiff | tree | snapshot |
2016-03-15 |
Dejan Mircevski | Remove AssemblyContext::getWord(). |
commit | commitdiff | tree | snapshot |
2016-03-14 |
Daniel Robertson | Add patchlevel to CMake requirement |
commit | commitdiff | tree | snapshot |
2016-03-11 |
Lei Zhang | Return str in describe() as said by the blurb. |
commit | commitdiff | tree | snapshot |
2016-03-11 |
Lei Zhang | Fix the corner case in version generation script. |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Andrew Woloszyn | Fixed float->int16 conversion warnings in VS2013. |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Lei Zhang | Add comments to explain why calling decode(). |
commit | commitdiff | tree | snapshot |
2016-03-06 |
Lei Zhang | Run pyformat with -s 4 --force_quote_type=single. |
commit | commitdiff | tree | snapshot |
2016-03-06 |
Lei Zhang | Imporve compatibility with Python3. |
commit | commitdiff | tree | snapshot |
2016-03-02 |
Florian Ziesche | Don't check kernel entry-point signatures. |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Dejan Mircevski | Make libspirv.h more C friendly. |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Lei Zhang | Remove stale code. |
commit | commitdiff | tree | snapshot |
2016-02-25 |
Lei Zhang | Fix issues reported by cppcheck. |
commit | commitdiff | tree | snapshot |
2016-02-24 |
Andrew Woloszyn | Added missing <cstdint> in bitutils. |
commit | commitdiff | tree | snapshot |
2016-02-24 |
David Neto | If no tag in the repo, then show the commit hash |
commit | commitdiff | tree | snapshot |
2016-02-24 |
Andrew Woloszyn | Actually find the python executable before use. |
commit | commitdiff | tree | snapshot |
2016-02-23 |
David Neto | Use subprocess.Popen, hoping for Windows portability |
commit | commitdiff | tree | snapshot |
2016-02-23 |
Lei Zhang | Remove spv_validate_options_t and change tests accrodingly. |
commit | commitdiff | tree | snapshot |
2016-02-23 |
qining | Implement --version for spirv-tools |
commit | commitdiff | tree | snapshot |
2016-02-22 |
Lei Zhang | getWord() should not go beyond the end of the source... |
commit | commitdiff | tree | snapshot |
2016-02-22 |
David Neto | spirv-val help says it's a work in progress. |
commit | commitdiff | tree | snapshot |
2016-02-19 |
Lei Zhang | Avoid closing stdin and stdout. |
commit | commitdiff | tree | snapshot |
2016-02-19 |
Lei Zhang | Fix command line option errors in val. |
commit | commitdiff | tree | snapshot |
2016-02-19 |
Lei Zhang | Support outputting to stdout in the as tool. |
commit | commitdiff | tree | snapshot |
2016-02-18 |
Eric Engestrom | Remove unnecessary null pointer checks |
commit | commitdiff | tree | snapshot |
2016-02-18 |
Lei Zhang | Document SPIR-V binary and assembly file naming convention. |
commit | commitdiff | tree | snapshot |
2016-02-18 |
Lei Zhang | Use unordered_map to store defs in UseDefTracker for... |
commit | commitdiff | tree | snapshot |
2016-02-18 |
Lei Zhang | Support using stdin to supply input in the val tool. |
commit | commitdiff | tree | snapshot |
2016-02-18 |
Lei Zhang | Support using stdin to supply input in the as tool. |
commit | commitdiff | tree | snapshot |
2016-02-18 |
Lei Zhang | Reject unknown long-named command line options in dis. |
commit | commitdiff | tree | snapshot |
2016-02-18 |
David Neto | Fix the source organization section in README.md |
commit | commitdiff | tree | snapshot |
2016-02-17 |
David Neto | SPIR-V Tools fully supports SPIR-V 1.0 Rev3 |
commit | commitdiff | tree | snapshot |
2016-02-17 |
David Neto | Add MultiViewport capability, new in 1.0.3 |
commit | commitdiff | tree | snapshot |
2016-02-17 |
David Neto | Rearrange headers |
commit | commitdiff | tree | snapshot |
2016-02-17 |
David Neto | Some GLSL extended instructions depend on capabilities. |
commit | commitdiff | tree | snapshot |
2016-02-17 |
David Neto | Add GLSL instructions NMin, NMax, NClamp |
commit | commitdiff | tree | snapshot |
2016-02-17 |
David Neto | Test OpImageSparseRead |
commit | commitdiff | tree | snapshot |
2016-02-17 |
Andrew Woloszyn | Fixed internal compiler error in gcc-4.9. |
commit | commitdiff | tree | snapshot |
2016-02-17 |
David Neto | Remove remaining float overflow value tests |
commit | commitdiff | tree | snapshot |
2016-02-16 |
David Neto | Use syntax tables for SPIR-V 1.0 Rev3 |
commit | commitdiff | tree | snapshot |
2016-02-16 |
David Neto | Update capabilities for 1.0 Rev3 |
commit | commitdiff | tree | snapshot |
2016-02-16 |
David Neto | Don't promise particular values when float parsing... |
commit | commitdiff | tree | snapshot |
2016-02-16 |
David Neto | Configure gmock locally only if not already configured. |
commit | commitdiff | tree | snapshot |
2016-02-15 |
David Neto | Use SPIR-V headers for 1.0 Rev3 |
commit | commitdiff | tree | snapshot |
2016-02-15 |
David Neto | Parse overflow for fp16 like for 32- and 64-bit |
commit | commitdiff | tree | snapshot |
2016-02-12 |
David Neto | Float literal parsing fixes |
commit | commitdiff | tree | snapshot |
2016-02-11 |
David Neto | Reject float literals with two leading signs |
commit | commitdiff | tree | snapshot |
2016-02-08 |
David Neto | More parsing tests for literals with leading minus |
commit | commitdiff | tree | snapshot |
2016-02-04 |
Dejan Mircevski | Make IsTypeNullable a transitive check. |
commit | commitdiff | tree | snapshot |
2016-02-03 |
Dejan Mircevski | Eliminate parameter-order check from ID-validation. |
commit | commitdiff | tree | snapshot |
2016-02-03 |
Dejan Mircevski | Allow Op[No]Line between OpFunctionParameters. |
commit | commitdiff | tree | snapshot |
2016-02-02 |
Dejan Mircevski | Enable ctest. |
commit | commitdiff | tree | snapshot |
2016-02-02 |
David Neto | Validation of mask operand capabilities is more data... |
commit | commitdiff | tree | snapshot |
2016-02-02 |
David Neto | Add spvOperandIsConcreteMask |
commit | commitdiff | tree | snapshot |
2016-02-02 |
Dejan Mircevski | Use AssemblyGrammar for capability validation. |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Dejan Mircevski | Forbid Generic variables. |
commit | commitdiff | tree | snapshot |
2016-01-29 |
qining | Fix validator mem overflow when tracking capabilities |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Dejan Mircevski | Fix in-function storage class validation. |
commit | commitdiff | tree | snapshot |
2016-01-28 |
Dejan Mircevski | Initialize vector<string>s on first use, not statically. |
commit | commitdiff | tree | snapshot |
2016-01-28 |
Dejan Mircevski | Fix validation of return value. |
commit | commitdiff | tree | snapshot |
2016-01-27 |
Dejan Mircevski | Remove spvOpcodeIsObject(). |
commit | commitdiff | tree | snapshot |
2016-01-27 |
Umar Arshad | Initial capability implementation and unit tests |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Lei Zhang | Qualify CMake function names with "spvtools" to avoid... |
commit | commitdiff | tree | snapshot |
2016-01-22 |
Dejan Mircevski | Fix spvOpcodeIsScalarType() to include Boolean. |
commit | commitdiff | tree | snapshot |
2016-01-21 |
Dejan Mircevski | Don't fail validation in unimplemented cases. |
commit | commitdiff | tree | snapshot |
2016-01-21 |
Dejan Mircevski | Fix OpLoad pointee type validation. |
commit | commitdiff | tree | snapshot |
2016-01-20 |
David Neto | Add disassembler option to show byte offset |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Dejan Mircevski | Track uses and defs during parsing. |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Andrew Woloszyn | Since g++-4.9 has an ICE occasionally in travis add... |
commit | commitdiff | tree | snapshot |
2016-01-18 |
Umar Arshad | Fix missing OpNoLine layout checks |
commit | commitdiff | tree | snapshot |
2016-01-15 |
David Neto | Disable warnings C4503 on MSVC for test code |
commit | commitdiff | tree | snapshot |
2016-01-15 |
Umar Arshad | Validation refactor |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Lei Zhang | Add configuration for Travis CI. |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Umar Arshad | Add missing branch instructions in SSA tests |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Umar Arshad | Remove static vector from GetModuleOrder |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Andrew Woloszyn | Fixed warning in VS2013 build. |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Norbert Nopper | Fix, that spirv-tools did not build, as two casts are... |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Dejan Mircevski | Fix build by renaming ValidationState_t constructor... |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Umar Arshad | Function and block layout checks. very basic CFG. |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Andrew Woloszyn | Fixed use-after-free in isStartOfNewInst() tests. |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Andrew Woloszyn | Minor fixes to remove warnings in VS2013. |
commit | commitdiff | tree | snapshot |
2016-01-11 |
David Neto | spvDiagnosticDestroy is safe to call on nullptr |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Andrew Woloszyn | Fix endian-ness conversion in the binary parser. |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Andrew Woloszyn | Made compilation with gcc and clang more strict. |
commit | commitdiff | tree | snapshot |
2016-01-08 |
Andrew Woloszyn | Support 16-bit float in assembler and disassembler |
commit | commitdiff | tree | snapshot |
2016-01-07 |
Dejan Mircevski | Extend copyright to 2016. |
commit | commitdiff | tree | snapshot |
2016-01-07 |
Dejan Mircevski | Undefine a macro after use. |
commit | commitdiff | tree | snapshot |
2016-01-06 |
David Neto | Fix shadowing warnings reported by GCC |
commit | commitdiff | tree | snapshot |
2016-01-06 |
David Neto | Fix conversion warnings reported by GCC. |
commit | commitdiff | tree | snapshot |
2016-01-06 |
David Neto | Explicitly convert to narrower type. |
commit | commitdiff | tree | snapshot |
2016-01-06 |
David Neto | Avoid variable shadowing |
commit | commitdiff | tree | snapshot |
2016-01-06 |
David Neto | Avoid warning for implicit conversion of char array... |
commit | commitdiff | tree | snapshot |
2016-01-06 |
David Neto | Fix var shadowing and width mismatches in hex_float.h |
commit | commitdiff | tree | snapshot |
next |