1. d158ffe spirv-fuzz: Do not replace the Sample argument in OpImageTexelPointer (#3311) by Alastair Donaldson · 4 years ago
  2. 5547553 Allow various validation options to be passed to spirv-opt (#3314) by Alastair Donaldson · 4 years ago
  3. 30ffe62 typo fix: in README.md exectuable->executable (#3306) by CHAITANYA · 4 years ago
  4. 67f4838 spirv-fuzz: Make handling of synonym facts more efficient (#3301) by Alastair Donaldson · 4 years, 1 month ago
  5. 61b7de3 Remove unreachable code. (#3304) by Steven Perron · 4 years, 1 month ago
  6. ed96301 spirv-fuzz: Fix to outliner (#3302) by Alastair Donaldson · 4 years, 1 month ago
  7. c018fc6 spirv-fuzz: Do not outline regions that produce pointer outputs (#3291) by Alastair Donaldson · 4 years, 1 month ago
  8. f460cca spirv-fuzz: Handle OpRuntimeArray when replacing ids with synonyms (#3292) by Alastair Donaldson · 4 years, 1 month ago
  9. 2f18046 spirv-fuzz: Handle image storage class in donation (#3290) by Alastair Donaldson · 4 years, 1 month ago
  10. f82d470 spirv-fuzz: Respect rules for OpSampledImage (#3287) by Alastair Donaldson · 4 years, 1 month ago
  11. 7ce2db1 spirv-fuzz: Fix comment. (#3300) by Alastair Donaldson · 4 years, 1 month ago
  12. 7d65bce Sampled images as read-only storage (#3295) by Steven Perron · 4 years, 1 month ago
  13. 2a2bdbd Remove implicit fallthrough (#3298) by alan-baker · 4 years, 1 month ago
  14. 4956644 Add tests for recently added command line option (#3297) by Steven Perron · 4 years, 1 month ago
  15. ca57515 If SPIRV-Headers is in our tree, include it as subproject (#3299) by David Neto · 4 years, 1 month ago
  16. e70d25f Struct CFG analysus and single block loop (#3293) by Steven Perron · 4 years, 1 month ago
  17. 000040e Preserve debug info in eliminate-dead-functions (#3251) by Jaebaek Seo · 4 years, 1 month ago
  18. c531099 Update acorn version (#3294) by Steven Perron · 4 years, 1 month ago
  19. 34be233 Handle more cases in dead member elim (#3289) by Steven Perron · 4 years, 1 month ago
  20. d0490ef Fix pch macro to ignore clang-cl (#3283) by Malacath-92 · 4 years, 1 month ago
  21. 538512e spirv-fuzz: Improve the handling of equation facts (#3281) by Alastair Donaldson · 4 years, 1 month ago
  22. 183e324 spirv-fuzz: Handle more general SPIR-V in donation (#3280) by Alastair Donaldson · 4 years, 1 month ago
  23. 4af38c4 spirv-fuzz: Improve support for compute shaders in donation (#3277) by Alastair Donaldson · 4 years, 1 month ago
  24. e95fbfb spirv-fuzz: Transformation to add OpConstantNull (#3273) by Alastair Donaldson · 4 years, 1 month ago
  25. 5d491a7 spirv-fuzz: Handle isomorphic types property in composite construction (#3262) by Alastair Donaldson · 4 years, 1 month ago
  26. bfd25ac spirv-fuzz: Limit adding of new variables to 'basic' types (#3257) by Alastair Donaldson · 4 years, 1 month ago
  27. f28cdef spirv-fuzz: Only replace regular ids with synonyms (#3255) by Alastair Donaldson · 4 years, 1 month ago
  28. 8d4261b spirv-fuzz: Introduce TransformationContext (#3272) by Alastair Donaldson · 4 years, 1 month ago
  29. 2fdea57 spirv-fuzz: Add validator options (#3254) by Alastair Donaldson · 4 years, 1 month ago
  30. af01d57 Update dominates to check for null nodes (#3271) by alan-baker · 4 years, 1 month ago
  31. f20c0d7 Set wrapped kill basic block's parent (#3269) by alan-baker · 4 years, 1 month ago
  32. c37c949 Validate Buffer and BufferBlock apply only to struct types (#3259) by Caio Marcelo de Oliveira Filho · 4 years, 1 month ago
  33. fd773eb Start SPIRV-Tools v2020.3 by Steven Perron · 4 years, 1 month ago
  34. fd8e130 Finalize SPIRV-Tools v2020.2 by Steven Perron · 4 years, 1 month ago v2020.2
  35. 3ef8fe9 Update CHANGES by Steven Perron · 4 years, 1 month ago
  36. 022da4d Fix identification of Vulkan images and buffers (#3253) by alan-baker · 4 years, 1 month ago
  37. 1346dd5 Disallow phis of images, samplers and sampled images (#3246) by alan-baker · 4 years, 1 month ago
  38. 1c8bda3 Add data structure for DebugScope, DebugDeclare in spirv-opt (#3183) by Jaebaek Seo · 4 years, 1 month ago
  39. e6f372c Whitelist SPV_KHR_ray_tracing (#3241) by Ehsan · 4 years, 1 month ago
  40. 7f341ff Make file formatting comply with POSIX standards (#3242) by Aaron Franke · 4 years, 1 month ago
  41. 60104cd Add opt::Operand::AsCString and AsString (#3240) by David Neto · 4 years, 2 months ago
  42. da52d08 Add RayQueryProvisionalKHR to opt types (#3239) by JiaoluAMD · 4 years, 2 months ago
  43. 18d3896 Whitelist SPV_EXT_demote_to_helper_invocation for opt passes (#3236) by Ehsan · 4 years, 2 months ago
  44. 5a97e3a Add support for KHR_ray_{query,tracing} extensions (#3235) by Daniel Koch · 4 years, 2 months ago
  45. 25ede1c Roll external/spirv-headers/ 30ef660ce..a17e17e36 (1 commit) (#3230) by Jamie Madill · 4 years, 2 months ago
  46. 7a8f797 Update dependencies (#3228) by Vasyl Teliman · 4 years, 2 months ago
  47. 1fe9bcc Instrument: Debug Printf support (#3215) by greg-lunarg · 4 years, 2 months ago
  48. 6428ad0 spirv-fuzz: Support OpPhi when adding dead break and continue (#3225) by Vasyl Teliman · 4 years, 2 months ago
  49. 1af1df3 spirv-fuzz: Fix vector width issue in 'add equation instructions' pass (#3223) by Alastair Donaldson · 4 years, 2 months ago
  50. dd3d916 Allow sampledimage types as operand of OpCopyObject (#3222) by Jeff Bolz · 4 years, 2 months ago
  51. 7c3de21 spirv-fuzz: Remove duplicated functionality (#3220) by Vasyl Teliman · 4 years, 2 months ago
  52. 6594704 spirv-fuzz: Allow OpPhi operand to be replaced with a composite synonym (#3221) by André Perez Maselco · 4 years, 2 months ago
  53. 4c02704 spirv-fuzz: Add toggle access chain instruction transformation (#3211) by André Perez Maselco · 4 years, 2 months ago
  54. 533af49 spirv-fuzz: Add fuzzer pass to permute function parameters (#3212) by Vasyl Teliman · 4 years, 2 months ago
  55. da4cd21 spirv-fuzz: Use better function name (#3207) by Alastair Donaldson · 4 years, 2 months ago
  56. 66a682b spirv-fuzz: Add swap commutable operands transformation (#3205) by Alastair Donaldson · 4 years, 2 months ago
  57. 044ecc0 spirv-fuzz: Fuzzer pass to add equation instructions (#3202) by Alastair Donaldson · 4 years, 2 months ago
  58. a6d3a2d Refactor FuzzerPass::ApplyTransformation code duplication. (#3206) by André Perez Maselco · 4 years, 2 months ago
  59. e1688b6 Avoid use of Python distutils.dir_util (#3203) by David Neto · 4 years, 2 months ago
  60. 661e79e Adding WebGPU specific Workgroup scope rule (#3204) by Ryan Harrison · 4 years, 2 months ago
  61. 70f8881 Add validation rules for OpenCL.DebugInfo.100 extension (#3133) by Jaebaek Seo · 4 years, 2 months ago
  62. fb6e3e4 Combine extinst-name and extinst-output-base into one arg. (#3200) by Geoff Lang · 4 years, 2 months ago
  63. 8910ea5 Fix Wrange-loop-analysis warnings in SPIRV-Tools. (#3201) by Nico Weber · 4 years, 2 months ago
  64. c316fb1 Add missing dependencies when generating spvtools_core_tables (#3199) by Geoff Lang · 4 years, 2 months ago
  65. 03c9eff Brief guide to writing a spirv-fuzz fuzzer pass (#3190) by Alastair Donaldson · 4 years, 2 months ago
  66. dea1040 Fix ignored const qualifier warning in static_cast (#3197) by Ricardo Garcia · 4 years, 2 months ago
  67. 4a80497 Make spvOpcodeString part of the public API (#3174) by Steven Perron · 4 years, 3 months ago
  68. 03794b8 Fix static libraries linking order (#3189) by Danilo Spinella · 4 years, 3 months ago
  69. 79f8caf vscode: Add missing fields to schema.Opcode (#3169) by Ben Clayton · 4 years, 3 months ago
  70. 4d912f4 spirv-val: Add support for SPV_AMD_shader_image_load_store_lod (#3186) by Samuel Iglesias Gonsálvez · 4 years, 3 months ago
  71. 77fefe7 spirvfuzz: Fix type-related bug, change undef to zero, and add assert (#3188) by Alastair Donaldson · 4 years, 3 months ago
  72. 6c218ec spirv-fuzz: Fuzzer pass that adds access chains (#3182) by Alastair Donaldson · 4 years, 3 months ago
  73. 77fb303 spirv-fuzz: Fuzzer pass to add function calls (#3178) by Alastair Donaldson · 4 years, 3 months ago
  74. 3d4a0dd spirv-fuzz: Ensure that donated variables are always initialized (#3181) by Alastair Donaldson · 4 years, 3 months ago
  75. fe10239 spirv-fuzz: Add fuzzer passes to add loads/stores (#3176) by Alastair Donaldson · 4 years, 3 months ago
  76. 1f03ac1 spirv-fuzz: Fuzzer passes to add local and global variables (#3175) by Alastair Donaldson · 4 years, 3 months ago
  77. 9e52bc0 utils/vscode: LSP - Support OpExtInst (#3140) by Ben Clayton · 4 years, 3 months ago
  78. a3b5ad9 Fix typos in opt's help. Update environment version. (#3170) by Jakub Kuderski · 4 years, 3 months ago
  79. da5457f Start SPIRV-Tools v2020.2 by Steven Perron · 4 years, 3 months ago
  80. 8dd1748 Finalize SPIRV-Tools v2020.1 by Steven Perron · 4 years, 3 months ago v2020.1
  81. 76616ba Update CHANGES by Steven Perron · 4 years, 3 months ago
  82. bb56e89 spirv-fuzz: Fuzzer pass to add composite types (#3171) by Alastair Donaldson · 4 years, 3 months ago
  83. fdd0c87 Update script that checks copyright years. (#3173) by Alastair Donaldson · 4 years, 3 months ago
  84. b7e0998 spirv-fuzz: Disallow copying of null and undefined pointers (#3172) by Alastair Donaldson · 4 years, 3 months ago
  85. a9624b4 Handle TimeAMD in AmdExtensionToKhrPass. (#3168) by Diego Novillo · 4 years, 3 months ago
  86. ddcc117 Update CHANGES by Steven Perron · 4 years, 3 months ago
  87. 0265a9d Implement constant folding for many transcendentals (#3166) by Arseny Kapoulkine · 4 years, 3 months ago
  88. 7a2d408 Fix typo in comment. (#3163) by Alastair Donaldson · 4 years, 3 months ago
  89. 1fc7a9e spirv-fuzz: Arbitrary variable facts (#3165) by Alastair Donaldson · 4 years, 3 months ago
  90. dd3f8d4 spirv-fuzz: Add outlining test (#3164) by Alastair Donaldson · 4 years, 3 months ago
  91. 521223b spirv-fuzz: Make functions "livesafe" during donation (#3146) by Alastair Donaldson · 4 years, 3 months ago
  92. 97f1d48 Dead branch elim fix (#3160) by Steven Perron · 4 years, 3 months ago
  93. 1b34410 Fix chromium build (#3152) by Shahbaz Youssefi · 4 years, 3 months ago
  94. 5d786f6 Clarify mapping of target env to SPIR-V version (#3150) by David Neto · 4 years, 3 months ago
  95. e7afeb0 Use dummy switch instead of dummy loop in MergeReturn pass. (#3151) by greg-lunarg · 4 years, 3 months ago
  96. 6729c4a Fix structured exit validation (#3141) by alan-baker · 4 years, 3 months ago
  97. bb236c3 Add spvParseVulkanEnv (#3142) by David Neto · 4 years, 3 months ago
  98. dd37d73 Handle conflict between debug info and existing validation rule (#3104) by Jaebaek Seo · 4 years, 3 months ago
  99. b97057e Use spirv-headers' BUILD.gn (#3148) by Shahbaz Youssefi · 4 years, 3 months ago
  100. 6a1a1b3 Roll external/spirv-headers/ af64a9e82..dc77030ac (4 commits) (#3147) by Shahbaz Youssefi · 4 years, 3 months ago