1. 464111e Remove use of deprecated googletest macro (#2286) by Steven Perron · 5 years ago
  2. 70404a9 Fix leaks in tests (#2295) by David Neto · 5 years ago
  3. eda2cfb Cleanup includes. (#1795) by dan sinclair · 6 years ago
  4. a5a5ea0 Remove using std::<foo> statements. (#1756) by dan sinclair · 6 years ago
  5. 2cce2c5 Move tests into namespaces (#1689) by dan sinclair · 6 years ago
  6. 57a2441 hex_float: Use max_digits10 for the float precision by Neil Roberts · 6 years ago
  7. 00fa393 Support SPIR-V 1.3 and Vulkan 1.1 by David Neto · 6 years ago
  8. 8322813 Re-format source tree - NFC. by Diego Novillo · 7 years ago
  9. dbc2049 Add SPIR-V 1.2 support, for OpenCL 2.2 by David Neto · 7 years ago
  10. 5a0b5ca Get vendor tool info from the SPIR-V registry file by David Neto · 8 years ago
  11. c935253 Make friendly number-based names for OpConstant by David Neto · 8 years ago
  12. 4f750c0 Extract EmitNumericLiteral from disassembler by David Neto · 8 years ago
  13. 4f57e14 Renaming test files to comply with Google style guide. by Lei Zhang · 8 years ago[Renamed (99%) from test/BinaryToText.cpp]
  14. 755f97f Add a callback mechanism for communicating messages to callers. by Lei Zhang · 8 years ago
  15. 9fc8658 Relicense SPIRV-Tools under Apache 2.0 by David Neto · 8 years ago
  16. 0bdcc23 Disassembling: map IDs to friendly names. by David Neto · 8 years ago
  17. e590073 Test v1.1 loop dependency support by David Neto · 8 years ago
  18. 2ea54f5 Add tests for SubgroupDispatch. by Dejan Mircevski · 8 years ago
  19. 7b33485 First tests for SPIR-V v1.1. by Dejan Mircevski · 8 years ago
  20. 6fa3f8a Remove dependency on SPIR-V headers in libspirv.h. by Lei Zhang · 8 years ago
  21. 3d27da4 Add a target environment to spvContextCreate(). by Dejan Mircevski · 8 years ago
  22. 4c657bf Make everything compile cleanly with -Wpedantic. by Andrew Woloszyn · 8 years ago
  23. c62f41e Add disassembler option to show byte offset by David Neto · 8 years ago
  24. 7a35473 Made compilation with gcc and clang more strict. by Andrew Woloszyn · 8 years ago
  25. b6fe02f Extend copyright to 2016. by Dejan Mircevski · 8 years ago
  26. 1a3734d Avoid relative path in #include by David Neto · 8 years ago
  27. 8bd75d6 Clean up CMake configuration and address compiler warnings. by Lei Zhang · 9 years ago
  28. 8ddd4ec Bottom byte of version header word should be 0 by David Neto · 9 years ago
  29. 2266ba1 Register Glslang tool by David Neto · 9 years ago
  30. 3d348a8 The version header word has 3 byte-size components. by David Neto · 9 years ago
  31. 14b93e4 Generator word now has two 16-bit components by David Neto · 9 years ago
  32. 972788b Use opaque context object to hold SPIR-V info tables. by Lei Zhang · 9 years ago
  33. e7c426a Disassembler tool indents to 15 by default by David Neto · 9 years ago
  34. 39b01b9 Simplify some tests by Lei Zhang · 9 years ago
  35. d02f68a Update to 1.0 Rev 2 work-in-progress headers by David Neto · 9 years ago
  36. aa056cd Move SPIR-V constants/limits to a separate header. by Lei Zhang · 9 years ago
  37. 2a0b773 Add missing copyright. by Lei Zhang · 9 years ago
  38. df920ec Remove table parameters from API functions. by Lei Zhang · 9 years ago
  39. aa3cd5a Optional typed literal number should be concrete in BinaryParser. by Lei Zhang · 9 years ago
  40. 229b90f Print OpConstant values according to type. by David Neto · 9 years ago
  41. 0ca6b59 Refactor the binary parser. by David Neto · 9 years ago
  42. 1a0334e Run clang-format to enforce Google style globally. by Lei Zhang · 9 years ago
  43. b36e704 Use spirv.h instead of spirv.hpp. by Lei Zhang · 9 years ago
  44. e169a7c Test cleanup: remove useless std::string constructor by David Neto · 9 years ago
  45. 157e41b Added type tracking to the disassembler. by Andrew Woloszyn · 9 years ago
  46. 537e776 Added tracking to types and validated certain instructions. by Andrew Woloszyn · 9 years ago
  47. 3d2bf53 Move AutoText and EnumCase into spvtest namespace by David Neto · 9 years ago
  48. f1b6471 Dissasembler test showing reordering of masks by David Neto · 9 years ago
  49. 619db26 Disassembler support for mask expressions. by David Neto · 9 years ago
  50. 13804e5 All values now represent symbolic names instead of mixed with numeric. by Andrew Woloszyn · 9 years ago
  51. b41d150 Support multiple word literal numbers as constants. by Lei Zhang · 9 years ago
  52. a94701d Run clang-format. by Lei Zhang · 9 years ago
  53. 43f0e81 Avoid undefined pointer given to spvTextDestroy by David Neto · 9 years ago
  54. cfeac48 Removed the ambiguity in the API for cleaning input vs output data. by Andrew Woloszyn · 9 years ago
  55. 78c3b43 Use opcode operand definitions from SPIR-V specification generator. by David Neto · 9 years ago
  56. 9fa9157 Add bin-to-text test for operand with operands by David Neto · 9 years ago
  57. c9a23a6 Add binary-to-text test for single instruction by David Neto · 9 years ago
  58. 73d7082 Put test classes in anonymous namespace. by Dejan Mircevski · 9 years ago
  59. 0e149d7 Move tests for GLSL std450 instructions to a separate file. by Lei Zhang · 9 years ago
  60. a5c1715 Add std450 instructions 25-34. by Dejan Mircevski · 9 years ago
  61. 8a37520 Disassemble in the format of "<result-id> = <opcode> <operand>..". by Lei Zhang · 9 years ago
  62. abafd5e Only use '%' as variable name prefix. by Lei Zhang · 9 years ago
  63. 0d350b5 Make the disassembler print the Extended instruction name. by Andrew Woloszyn · 9 years ago
  64. 1d2a87e Added the initial set of glsl450 instructions. by Andrew Woloszyn · 9 years ago
  65. 604e5ce Update spirv.h to revision 31. by Lei Zhang · 9 years ago
  66. 83e5a29 Code drop of the Codeplay spirv-tools source. by Kenneth Benzie (Benie) · 9 years ago