1. 91c50e3 Add gl_BaseInstance to the name mapper. (#3462) by Ehsan · 3 years, 10 months ago
  2. c3680ad Implement the OpMatrixTimesScalar linear algebra case (#3450) by André Perez · 3 years, 10 months ago
  3. efaae24 Clear debug information for kill and replacement (#3459) by Jaebaek Seo · 3 years, 10 months ago
  4. a1fb255 Validate location assignments (#3308) by alan-baker · 3 years, 10 months ago
  5. 7a1af58 Support OpCompositeExtract pattern in desc_sroa (#3456) by Ehsan · 3 years, 11 months ago
  6. 29ba53f spirv-fuzz: Implement FuzzerPassAddParameters (#3399) by Vasyl Teliman · 3 years, 11 months ago
  7. 71a5b67 spirv-fuzz: Add GetParameters (#3454) by Vasyl Teliman · 3 years, 11 months ago
  8. 8e586e4 spirv-fuzz: Permute OpPhi instruction operands (#3421) by Vasyl Teliman · 3 years, 11 months ago
  9. 36b5bb7 Add support for different default/trunks in roll-deps (#3442) by Ryan Harrison · 3 years, 11 months ago
  10. d4b9f57 [spirv-opt] debug info preservation in ssa-rewrite (#3356) by Jaebaek Seo · 3 years, 11 months ago
  11. 2a1b8c0 Updated desc_sroa to support flattening structures (#3448) by Ehsan · 3 years, 11 months ago
  12. 33cf7c4 spirv-fuzz: Refactor variable creation (#3414) by Vasyl Teliman · 3 years, 11 months ago
  13. d5306c8 spirv-fuzz: Swap operands in OpBranchConditional (#3423) by Vasyl Teliman · 3 years, 11 months ago
  14. 545d158 Use structured order to unroll loops. (#3443) by Steven Perron · 3 years, 11 months ago
  15. 5342930 Debug info preservation in dead branch elimination (#3425) by Jaebaek Seo · 3 years, 11 months ago
  16. 9965122 Add RemoveParameter method (#3437) by Vasyl Teliman · 3 years, 11 months ago
  17. 57d9e36 Fix return type (#3435) by Vasyl Teliman · 3 years, 11 months ago
  18. a7112d5 Eliminate branches with condition of OpConstantNull (#3438) by Ehsan · 3 years, 11 months ago
  19. 9494703 spirv-fuzz: Implement vector shuffle fuzzer pass (#3412) by André Perez · 3 years, 11 months ago
  20. 12a4fb3 spirv-fuzz: Add replace linear algebra instruction transformation (#3402) by André Perez · 3 years, 11 months ago
  21. 52a5f07 Update access control lists. (#3433) by dan sinclair · 3 years, 11 months ago
  22. 30bf46d Fix operand access (#3427) by Vasyl Teliman · 3 years, 11 months ago
  23. 5543d5f Debug info preservation in ccp pass (#3420) by Jaebaek Seo · 3 years, 11 months ago
  24. 458140a Fix round trip tests that weren't instantiated (#3417) by David Neto · 3 years, 11 months ago
  25. e498967 spirv-fuzz: Add a test (#3238) by Vasyl Teliman · 3 years, 11 months ago
  26. c01f826 spirv-fuzz: Add support for OpSpecConstant* (#3373) by Vasyl Teliman · 3 years, 11 months ago
  27. 7c21372 spirv-fuzz: Fix replayer bug (#3401) by Vasyl Teliman · 4 years ago
  28. 9ed0fef Add value instruction condition (#3385) by André Perez · 4 years ago
  29. ffaecad Fix instruction function use (#3390) by André Perez · 4 years ago
  30. 94808bd spirv-fuzz: Fix regression (#3396) by Vasyl Teliman · 4 years ago
  31. 74130f2 Fix googletest inclusion (#3398) by Paul Thomson · 4 years ago
  32. 636f449 Add tests for merge-return debug info preservation (#3389) by Jaebaek Seo · 4 years ago
  33. f050cca spirv-fuzz: Add push id through variable transformation (#3359) by André Perez · 4 years ago
  34. 8dfdbef Rolling 4 dependencies (#3380) by Ryan Harrison · 4 years ago
  35. 20e7fc5 Start SPIRV-Tools v2020.4 by Steven Perron · 4 years ago
  36. e128ab0 Finalize SPIRV-Tools v2020.3 by Steven Perron · 4 years ago v2020.3
  37. 9b8a6a1 Update CHANGES by Steven Perron · 4 years ago
  38. d3d89bb spirv-fuzz: Support bit width argument for int and float types (#3378) by André Perez · 4 years ago
  39. 55af390 Fix function use (#3372) by André Perez · 4 years ago
  40. 9cb2571 spirv-val: allow DebugInfoNone for DebugTypeComposite.Size (#3374) by Jaebaek Seo · 4 years ago
  41. 4386ef4 Add validation support for ImageGatherBiasLodAMD (#3363) by Ricardo Garcia · 4 years ago
  42. b0264b8 Fix validation failure on OpDecorationGroup (#3365) by Anastasia Stulova · 4 years ago
  43. 4410272 Remove deprecated interfaces from instrument passes (#3361) by greg-lunarg · 4 years ago
  44. 50b1557 Preserve debug info in inline pass (#3349) by Jaebaek Seo · 4 years ago
  45. 4dbe18b Reject folding comparisons with unfoldable types. (#3370) by Diego Novillo · 4 years ago
  46. 55193b0 Improve build instructions for fuzzer (#3364) by Paul Thomson · 4 years ago
  47. 3c47dac Add unrolling to performance passes (#3082) by Steven Perron · 4 years ago
  48. 2b987c4 Handle OpConstantNull in ssa-rewrite (#3362) by Jaebaek Seo · 4 years ago
  49. 95df4c9 Add in a bunch of missed files to the BUILD.gn (#3360) by Ryan Harrison · 4 years ago
  50. 90930cb Remove stale entries from BUILD.gn (#3358) by Ryan Harrison · 4 years ago
  51. 18ba3d9 allow cross compiling for Windows Store, UWP, etc. (#3330) by Vladimir Davidovich · 4 years ago
  52. 2f69ea8 spirv-fuzz: Remove FuzzerPassAddUsefulConstructs (#3341) by Vasyl Teliman · 4 years ago
  53. 5225616 Add support for StorageBuffer (#3348) by Vasyl Teliman · 4 years ago
  54. b75dbf8 Prevent Effcee install his things when build spirv-tools with testing enabled (#3256) by Gustavo Alvarez · 4 years ago
  55. 85c7e79 Don't register edges twice in merge return (#3350) by Steven Perron · 4 years ago
  56. bd0a2da Revert "Revert "[spirv-opt] refactor inlining pass (#3328)" (#3342)" (#3345) by Steven Perron · 4 years ago
  57. 3118276 spirv-reduce: Remove unused struct members (#3329) by Alastair Donaldson · 4 years ago
  58. a6b0e13 Add adjust branch weights transformation (#3336) by André Perez · 4 years ago
  59. d4fac34 Revert "[spirv-opt] refactor inlining pass (#3328)" (#3342) by Steven Perron · 4 years ago
  60. 233246b [spirv-opt] refactor inlining pass (#3328) by Jaebaek Seo · 4 years ago
  61. 2992386 spirv-reduce: Remove unused uniforms and similar (#3321) by Alastair Donaldson · 4 years ago
  62. a9f2a14 spirv-fuzz: Fix to fact manager (#3339) by Alastair Donaldson · 4 years ago
  63. 045a26e spirv-fuzz: Get rid of unnecessary template method (#3340) by Alastair Donaldson · 4 years ago
  64. 63fa911 Do merge return if the return is not at the end of the function. (#3337) by Steven Perron · 4 years ago
  65. c8590c1 Preserve debug info for wrap-opkill (#3331) by Jaebaek Seo · 4 years ago
  66. d2b4862 Validate ShaderCallKHR memory scope (#3332) by Jeff Bolz · 4 years ago
  67. 2e1d208 spirv-fuzz: Do not allow adding stores to read-only pointers (#3316) by Alastair Donaldson · 4 years ago
  68. 54fb17b reduce: increase default step limit (#3327) by Paul Thomson · 4 years ago
  69. 49842b8 Generalize IsReadOnlyVariable() to apply to pointers (#3325) by Alastair Donaldson · 4 years ago
  70. 49ca250 Delete nullptr in function bb list immedietly (#3326) by Steven Perron · 4 years ago
  71. d0a8719 Set DebugScope for termination instructions (#3323) by Jaebaek Seo · 4 years ago
  72. f278b46 spirv-fuzz: Do not outline regions that end with a loop header (#3312) by Alastair Donaldson · 4 years ago
  73. 23d6860 vscode: Handle '|' chains on BitEnum / ValueEnum (#3309) by Ben Clayton · 4 years ago
  74. 4226874 Add debug information analysis (#3305) by Jaebaek Seo · 4 years ago
  75. eed48ae Add spvtools::opt::Operand::AsLiteralUint64 (#3320) by David Neto · 4 years ago
  76. 94d6002 spirv-fuzz: Pass on validator options during shrinking (#3317) by Alastair Donaldson · 4 years ago
  77. 88faf63 spirv-fuzz: Clamp statically out-of-bounds accesses in code donation (#3315) by Alastair Donaldson · 4 years ago
  78. b74199a spirv-fuzz: Fix memory management in the fact manager (#3313) by Alastair Donaldson · 4 years ago
  79. d158ffe spirv-fuzz: Do not replace the Sample argument in OpImageTexelPointer (#3311) by Alastair Donaldson · 4 years ago
  80. 5547553 Allow various validation options to be passed to spirv-opt (#3314) by Alastair Donaldson · 4 years ago
  81. 30ffe62 typo fix: in README.md exectuable->executable (#3306) by CHAITANYA · 4 years ago
  82. 67f4838 spirv-fuzz: Make handling of synonym facts more efficient (#3301) by Alastair Donaldson · 4 years ago
  83. 61b7de3 Remove unreachable code. (#3304) by Steven Perron · 4 years, 1 month ago
  84. ed96301 spirv-fuzz: Fix to outliner (#3302) by Alastair Donaldson · 4 years, 1 month ago
  85. c018fc6 spirv-fuzz: Do not outline regions that produce pointer outputs (#3291) by Alastair Donaldson · 4 years, 1 month ago
  86. f460cca spirv-fuzz: Handle OpRuntimeArray when replacing ids with synonyms (#3292) by Alastair Donaldson · 4 years, 1 month ago
  87. 2f18046 spirv-fuzz: Handle image storage class in donation (#3290) by Alastair Donaldson · 4 years, 1 month ago
  88. f82d470 spirv-fuzz: Respect rules for OpSampledImage (#3287) by Alastair Donaldson · 4 years, 1 month ago
  89. 7ce2db1 spirv-fuzz: Fix comment. (#3300) by Alastair Donaldson · 4 years, 1 month ago
  90. 7d65bce Sampled images as read-only storage (#3295) by Steven Perron · 4 years, 1 month ago
  91. 2a2bdbd Remove implicit fallthrough (#3298) by alan-baker · 4 years, 1 month ago
  92. 4956644 Add tests for recently added command line option (#3297) by Steven Perron · 4 years, 1 month ago
  93. ca57515 If SPIRV-Headers is in our tree, include it as subproject (#3299) by David Neto · 4 years, 1 month ago
  94. e70d25f Struct CFG analysus and single block loop (#3293) by Steven Perron · 4 years, 1 month ago
  95. 000040e Preserve debug info in eliminate-dead-functions (#3251) by Jaebaek Seo · 4 years, 1 month ago
  96. c531099 Update acorn version (#3294) by Steven Perron · 4 years, 1 month ago
  97. 34be233 Handle more cases in dead member elim (#3289) by Steven Perron · 4 years, 1 month ago
  98. d0490ef Fix pch macro to ignore clang-cl (#3283) by Malacath-92 · 4 years, 1 month ago
  99. 538512e spirv-fuzz: Improve the handling of equation facts (#3281) by Alastair Donaldson · 4 years, 1 month ago
  100. 183e324 spirv-fuzz: Handle more general SPIR-V in donation (#3280) by Alastair Donaldson · 4 years, 1 month ago