1. 85c67b5 Record trailing line dbg instructions (#2926) by Steven Perron · 4 years, 7 months ago
  2. 4075b92 Add removing references to debug instructions when removing them (#2923) by Ryan Harrison · 4 years, 7 months ago
  3. ef4679a spirv-fuzz: allow interestingness script arguments (#2925) by Paul Thomson · 4 years, 7 months ago
  4. bc84daf Add Kokoro bots for building with Bazel. (#2914) by Ehsan · 4 years, 7 months ago
  5. 10951a7 Refactor the InstructionPass (#2924) by alan-baker · 4 years, 7 months ago
  6. 84b1976 spirv-fuzz: do not allow a dead break to target an unreachable block (#2917) by Alastair Donaldson · 4 years, 7 months ago
  7. 27238bc spirv-fuzz: preserve some analyses when permuting blocks (#2918) by Alastair Donaldson · 4 years, 7 months ago
  8. 510ca9d Only allow previously declared forward refs in structs (#2920) by alan-baker · 4 years, 7 months ago
  9. 2a11f36 Handle id overflow in wrap-opkill (#2916) by Steven Perron · 4 years, 7 months ago
  10. 70097c7 spirv-fuzz: do not replace struct indices with synonyms (#2915) by Alastair Donaldson · 4 years, 7 months ago
  11. c1e0383 spirv-fuzz: Fixes to preconditions for adding dead break/continue edges (#2904) by Alastair Donaldson · 4 years, 7 months ago
  12. 7bc114b spirv-fuzz: do not replace a pointer argument to a function call with a synonym (#2901) by Alastair Donaldson · 4 years, 7 months ago
  13. 290f6a8 spirv-fuzz: do not replace boolean constant argument to OpPhi instruction (#2903) by Alastair Donaldson · 4 years, 7 months ago
  14. 527a689 Remove validate_datarules.cpp (#2911) by alan-baker · 4 years, 7 months ago
  15. 55ea57a Handle extract with no indexes (#2910) by Steven Perron · 4 years, 7 months ago
  16. a03cd1f Add Bazel build configuration. (#2891) by Ehsan · 4 years, 7 months ago
  17. 6f26d9a Handle id overflow in convert local access chains (#2908) by Steven Perron · 4 years, 7 months ago
  18. 71e0ba6 Add OpCopyMemory test to SVA. (#2885) by dan sinclair · 4 years, 7 months ago
  19. 3a762d5 Add missing GN dependency (#2899) by dan sinclair · 4 years, 7 months ago
  20. 958f7e7 Employ the "swarm testing" idea in spirv-fuzz (#2890) by Alastair Donaldson · 4 years, 7 months ago
  21. b83535d Fix operand index in spirv-fuzz (#2895) by Alastair Donaldson · 4 years, 7 months ago
  22. f62ee4a Update DEPS: effcee, re2, googletest (#2881) by David Neto · 4 years, 7 months ago
  23. 8d0ca43 Add method comment for opt::Function::WhileEachInst (#2867) by David Neto · 4 years, 7 months ago
  24. 6b07212 Use OpReturn* in wrap-opkill (#2886) by Steven Perron · 4 years, 7 months ago
  25. 4653127 Fix to CMakeLists for spirv-fuzz tests (#2888) by Alastair Donaldson · 4 years, 7 months ago
  26. 7275a71 Allow validation during spirv-fuzz replay (#2873) by Alastair Donaldson · 4 years, 7 months ago
  27. 4eee71e Disable long-running fuzzer tests by default (#2887) by Alastair Donaldson · 4 years, 7 months ago
  28. 61edde5 Revert "Use OpReturn* in wrap-opkill" by Steven Perron · 4 years, 7 months ago
  29. 87f0fa4 Use OpReturn* in wrap-opkill by Steven Perron · 4 years, 7 months ago
  30. 08fcf8a Fix header include syntax. (#2882) by Ehsan · 4 years, 7 months ago
  31. 248c80b Handle OpConstantNull in copy-prop-arrays. (#2870) by Steven Perron · 4 years, 7 months ago
  32. d06fe08 Fix comment typo found by protobufs linter (#2884) by David Neto · 4 years, 7 months ago
  33. 47e354b Move docs into docs/ folder (#2872) by dan sinclair · 4 years, 7 months ago
  34. 605c2e3 Add WebGPU SPIR-V Assembler in JavaScript. (#2876) by dan sinclair · 4 years, 7 months ago
  35. acf2030 Android.mk: Add dependency from optimizer file to amd-shader-ballot-insts.inc (#2883) by David Neto · 4 years, 7 months ago
  36. c02a619 Update SPIRV-Headers in DEPS (#2880) by David Neto · 4 years, 7 months ago
  37. e59b60d Fix detection of blocks bypassed by new edge (#2874) by Alastair Donaldson · 4 years, 7 months ago
  38. ccd7bf1 Fix CMake issue related to spirv-fuzz (#2877) by Alastair Donaldson · 4 years, 7 months ago
  39. 0a07cd1 Add fuzzer pass to replace ids with synonyms (#2857) by Alastair Donaldson · 4 years, 7 months ago
  40. bbb2987 Relaxed bitcast with pointers (#2878) by alan-baker · 4 years, 7 months ago
  41. 36c1c0e Fix Fuchsia build. (#2868) by David Turner · 4 years, 7 months ago
  42. 99793fa Adding valilidation checks for OpEntryPoint duplicate names and execution mode (#2862) by Raun Krisch · 4 years, 7 months ago
  43. 9325619 Extra resource interface validation (#2864) by alan-baker · 4 years, 7 months ago
  44. 1e146e8 Split capability tests (#2866) by alan-baker · 4 years, 8 months ago
  45. 5a48c0d SPIRV-Tools support for SPIR-V 1.5 (#2865) by alan-baker · 4 years, 8 months ago
  46. ad7f2c5 Add fuzzer pass to copy objects (#2853) by Alastair Donaldson · 4 years, 8 months ago
  47. 67b87f2 Handle another case where creating a constant can fail (#2854) by Ryan Harrison · 4 years, 8 months ago
  48. c7a39bc Don't inline function containing OpKill (#2842) by Steven Perron · 4 years, 8 months ago
  49. 4f9256d Handle id overflow in wrap op kill. (#2851) by Steven Perron · 4 years, 8 months ago
  50. 9f188e3 Assembler: Can't set an ID in instruction without result ID (#2852) by David Neto · 4 years, 8 months ago
  51. c0e9807 Handle creating a new constant failing gracefully (#2848) by Ryan Harrison · 4 years, 8 months ago
  52. e2e9517 Rework management of probabilities in spirv-fuzz (#2839) by Alastair Donaldson · 4 years, 8 months ago
  53. 7ee8f44 Fix add-dead-break and add-dead-continue passes to respect dominance (#2838) by Alastair Donaldson · 4 years, 8 months ago
  54. 35c9518 Handle id overflow in the ssa rewriter. (#2845) by Steven Perron · 4 years, 8 months ago
  55. 7f7236f Handle id overflow in the constant manager. (#2844) by Steven Perron · 4 years, 8 months ago
  56. a464ac1 Add generic builtin validation of target (#2843) by alan-baker · 4 years, 8 months ago
  57. 6797173 Don't register duplicate decoration in validator. (#2841) by Steven Perron · 4 years, 8 months ago
  58. 76261e2 Replace CubeFaceCoord and CubeFaceIndexAMD (#2840) by Steven Perron · 4 years, 8 months ago
  59. b218ad1 Fold Min, Max, and Clamp instructions. (#2836) by Steven Perron · 4 years, 8 months ago
  60. a41520e Replace uses of SPV_AMD_shader_trinary_minmax extension (#2835) by Steven Perron · 4 years, 8 months ago
  61. 19b2566 For WebGPU<->Vulkan optimization, set correct execution environment (#2834) by Ryan Harrison · 4 years, 8 months ago
  62. 1dfb5fc Export SPIRV-Tools targets on installation (#2785) by rumblehhh · 4 years, 8 months ago
  63. 635b583 GN: Add Chromium GoogleTest deps. (#2832) by Jamie Madill · 4 years, 8 months ago
  64. 9b3cc3e Upadate CHANGES by Steven Perron · 4 years, 8 months ago
  65. c77045b Instrument: Be sure Float16 capability on when generating float16 null (#2831) by greg-lunarg · 4 years, 8 months ago
  66. d11725b Add --relax-float-ops and --convert-relaxed-to-half (#2808) by greg-lunarg · 4 years, 8 months ago
  67. 1c9ca42 GN: Make SPIRV-Tools target use public_deps. (#2828) by Jamie Madill · 4 years, 8 months ago
  68. b54d950 Fold Fmix should accept vector operands. (#2826) by Steven Perron · 4 years, 8 months ago
  69. 2c5ed16 Fix end comments in header files (#2829) by Alastair Donaldson · 4 years, 8 months ago
  70. 65e362b AggressiveDCEPass: Set modified to true when appending to to_kill_ (#2825) by Ben Clayton · 4 years, 8 months ago
  71. d67130c Replace SwizzleInvocationsAMD extended instruction. (#2823) by Steven Perron · 4 years, 8 months ago
  72. ad71c05 Replace SwizzleInvocationsMaskedAMD extended instruction. (#2822) by Steven Perron · 4 years, 8 months ago
  73. 4ae9b71 Fix gn check (#2821) by Corentin Wallez · 4 years, 8 months ago
  74. 35d98be Amd ext to khr (#2811) by Steven Perron · 4 years, 8 months ago
  75. 5a581e7 spvtools::Optimizer - don't assume original_binary and optimized_binary are aliased (#2799) by Ben Clayton · 4 years, 8 months ago
  76. 73422a0 Check feature mgr in context consistency check (#2818) by Steven Perron · 4 years, 8 months ago
  77. 15fc19d Refactor instruction folders (#2815) by Steven Perron · 4 years, 8 months ago
  78. 1eb8917 Add missing files to BUILD.gn (#2809) by jonahryandavis · 4 years, 8 months ago
  79. 8336d19 Extend reducer to remove relaxed precision decorations (#2797) by Alastair Donaldson · 4 years, 8 months ago
  80. b00ef0d Handle Id overflow in private-to-local (#2807) by Steven Perron · 4 years, 8 months ago
  81. aef8f92 Even more id overflow in sroa (#2806) by Steven Perron · 4 years, 8 months ago
  82. c5d1dab Add name for variables in desc sroa (#2805) by Steven Perron · 4 years, 8 months ago
  83. 0cbdc7a Remove unimplemented method declaration (#2804) by David Neto · 4 years, 8 months ago
  84. bc62722 Handle overflow in wrap-opkill (#2801) by Steven Perron · 4 years, 8 months ago
  85. 9cd0727 More handle overflow in sroa (#2800) by Steven Perron · 4 years, 9 months ago
  86. 0640725 Instrument: Add support for Buffer Device Address extension (#2792) by greg-lunarg · 4 years, 9 months ago
  87. 7b4e5bd Update remquo validation to match the OpenCL Extended Instruction Set Specification (#2791) by Toomas Remmelg · 4 years, 9 months ago
  88. dac9210 Use ascii code based characters (#2796) by Jaebaek Seo · 4 years, 9 months ago
  89. ff872dc Change the way to include header (#2795) by Jaebaek Seo · 4 years, 9 months ago
  90. bbd8046 Fix validation of constant matrices (#2794) by alan-baker · 4 years, 9 months ago
  91. 60043ed Replace OpKill With function call. (#2790) by Steven Perron · 4 years, 9 months ago
  92. f701237 Remove useless semi-colons (#2789) by Steven Perron · 4 years, 9 months ago
  93. 95386f9 Instrument: Fix version 2 output record write for tess eval shaders. (#2782) by greg-lunarg · 4 years, 9 months ago
  94. 22ce39c Start SPIRV-Tools v2019.5 by Steven Perron · 4 years, 9 months ago
  95. d65513e Finalize SPIRV-Tools v2019.4 by Steven Perron · 4 years, 9 months ago v2019.4
  96. 4b64beb Add descriptor array scalar replacement (#2742) by Steven Perron · 4 years, 9 months ago
  97. c26c261 Update CHANGES by Steven Perron · 4 years, 9 months ago
  98. 29af42d Add SPV_EXT_physical_storage_buffer to opt whitelists (#2779) by greg-lunarg · 4 years, 9 months ago
  99. b029d36 Handle RelaxedPrecision in SROA (#2788) by Steven Perron · 4 years, 9 months ago
  100. 370375d Add -fextra-semi to Clang builds (#2787) by Ryan Harrison · 4 years, 9 months ago