1. 1bc0b27 Allow changing MessageConsumer in Pass & PassManager. by Lei Zhang · 8 years ago
  2. f8dbed0 Change BuildModule() to accept pointer-size pair for binary. by Lei Zhang · 8 years ago
  3. 2cbb2cc Change interface of Pass::Process() to return possible failures. by Lei Zhang · 8 years ago
  4. b54686d Move functions for building modules outside of the C++ interface. by Lei Zhang · 8 years ago
  5. 114af21 Add MessageConsumer to PassManager, Pass, and analysis interfaces. by Lei Zhang · 8 years ago
  6. 26b51ef Update CMake condition for Emacs load/save helper by David Neto · 8 years ago
  7. 6accefc add spirv-dis/spirv-as support for emacs when loading .spv binaries by steve-lunarg · 8 years ago
  8. 9fc8658 Relicense SPIRV-Tools under Apache 2.0 by David Neto · 8 years ago
  9. eb60e29 Unify constants pass by qining · 8 years ago
  10. 380f36e Fold spec constants to normal constants (values fixed) by qining · 8 years ago
  11. 923a459 Fix typo in spirv-opt help by David Neto · 8 years ago
  12. 3c35b63 Add spirv-lesspipe.sh by David Neto · 8 years ago
  13. 4dd4c14 Avoid integer modulo by 1, to avoid warning by David Neto · 8 years ago
  14. 892239b Avoid double-copy of NameMapper object. by David Neto · 8 years ago
  15. 8a5ce18 Use friendly names for Ids by David Neto · 8 years ago
  16. 996a814 Add spirv-cfg to dump a GraphViz graph of the CFG by David Neto · 8 years ago
  17. 23266c9 Add back the missing msg about --eliminate-dead-const by qining · 8 years ago
  18. 51a2484 Dead constant elimination by qining · 8 years ago
  19. a245062 Freeze spec constants to their default values by qining · 8 years ago
  20. 0bdcc23 Disassembling: map IDs to friendly names. by David Neto · 8 years ago
  21. 23a3c2f DRY file writing code in tools. by Lei Zhang · 8 years ago
  22. 7fd27e7 DRY file reading code in tools. by Lei Zhang · 8 years ago
  23. 2f84ffc Rework CMake configuration for tools. by Lei Zhang · 8 years ago
  24. 310bc84 Add the spirv-opt command line tool. by Lei Zhang · 8 years ago
  25. 200e897 Add an option to spvBinaryToText() to ignore header output. by Lei Zhang · 8 years ago
  26. 7fdf56c Remove needless include dir for spirv-dis. by Dejan Mircevski · 8 years ago
  27. 2703039 Add --target-env. by Dejan Mircevski · 8 years ago
  28. 9166854 Add CHANGES file with high level software history by David Neto · 8 years ago
  29. 7b33485 First tests for SPIR-V v1.1. by Dejan Mircevski · 8 years ago
  30. cb3c49e Add SPIR-V 1.1 grammar. by Dejan Mircevski · 8 years ago
  31. 8ba7c92 Remove revision from SPV_ENV_*. by Dejan Mircevski · 8 years ago
  32. 6fa3f8a Remove dependency on SPIR-V headers in libspirv.h. by Lei Zhang · 8 years ago
  33. 3d27da4 Add a target environment to spvContextCreate(). by Dejan Mircevski · 8 years ago
  34. e04b935 Support both -h, --help on spirv-as, spirv-val by David Neto · 8 years ago
  35. eb6fc51 Split CMakeLists.txt into smaller ones. by Lei Zhang · 8 years ago
  36. b6ccd0d Remove spv_validate_options_t and change tests accrodingly. by Lei Zhang · 8 years ago
  37. 4e797f8 Implement --version for spirv-tools by qining · 8 years ago
  38. d1f64c6 spirv-val help says it's a work in progress. by David Neto · 8 years ago
  39. c9783de Avoid closing stdin and stdout. by Lei Zhang · 8 years ago
  40. c90a820 Fix command line option errors in val. by Lei Zhang · 8 years ago
  41. d5bdd9d Support outputting to stdout in the as tool. by Lei Zhang · 8 years ago
  42. 6572ad7 Support using stdin to supply input in the val tool. by Lei Zhang · 8 years ago
  43. 53c30dd Support using stdin to supply input in the as tool. by Lei Zhang · 8 years ago
  44. 8e54793 Reject unknown long-named command line options in dis. by Lei Zhang · 8 years ago
  45. 5a70335 Rearrange headers by David Neto · 8 years ago
  46. c62f41e Add disassembler option to show byte offset by David Neto · 8 years ago
  47. b6fe02f Extend copyright to 2016. by Dejan Mircevski · 8 years ago
  48. 56fb3f0 Revamp the README for public release. by David Neto · 9 years ago
  49. df3ea3c Disassembler can read the binary from stdin. by David Neto · 9 years ago
  50. 972788b Use opaque context object to hold SPIR-V info tables. by Lei Zhang · 9 years ago
  51. e7c426a Disassembler tool indents to 15 by default by David Neto · 9 years ago
  52. 9a5ac08 spirv-dis prints to stdout by default. by David Neto · 9 years ago
  53. 923f6c1 Use quotation for libspirv.h and sort headers. by Lei Zhang · 9 years ago
  54. df920ec Remove table parameters from API functions. by Lei Zhang · 9 years ago
  55. ec691fb Fixed permissions by Andrew Woloszyn · 9 years ago
  56. 55ecc2e Fixed warnings on windows and constness of spv_binary. by Andrew Woloszyn · 9 years ago
  57. 9042f40 Remove support for canonical assembly syntax format. by Lei Zhang · 9 years ago
  58. 1a0334e Run clang-format to enforce Google style globally. by Lei Zhang · 9 years ago
  59. 4005670 Limit the use of spvCheck and spvCheckReturn to validator. by Lei Zhang · 9 years ago
  60. dbdf6e1 Add option to change assembly syntax format in the dis tool. by Lei Zhang · 9 years ago
  61. 65ae325 Add option to change assembly syntax format in the as tool. by Lei Zhang · 9 years ago
  62. cfeac48 Removed the ambiguity in the API for cleaning input vs output data. by Andrew Woloszyn · 9 years ago
  63. a12c224 Fix -p on disassembler. by David Neto · 9 years ago
  64. 01024f5 Fix the '-p' command-line switch by Christopher Gautier · 9 years ago
  65. 83e5a29 Code drop of the Codeplay spirv-tools source. by Kenneth Benzie (Benie) · 9 years ago