1. 6c7885d Change branch handling in ADCE to fix errors (#4596) by Steven Perron · 2 years, 6 months ago
  2. bd5bf75 Fix Linker generator ID (#4601) by Steven Perron · 2 years, 6 months ago
  3. 791f5b4 Only validate workgroup layout for explicit workgroup memory (#4542) by alan-baker · 2 years, 6 months ago
  4. 2feb707 Avoid confusing short-circuiting (#3404) by David Neto · 2 years, 6 months ago
  5. 7c5b17d Update passes to handle function declarations (#4599) by Steven Perron · 2 years, 6 months ago
  6. b2ba019 Delete decorations before replaces uses in dead branch elim (#4598) by Steven Perron · 2 years, 6 months ago
  7. 3291b69 Do not fold snegate feeding sdiv. (#4600) by Steven Perron · 2 years, 6 months ago
  8. d997c83 Add spirv-opt pass to replace descriptor accesses based on variable indices (#4574) by Jaebaek Seo · 2 years, 6 months ago
  9. d78c1c4 Make IsLocalVar in ADCE work at any time. (NFC) (#4595) by Steven Perron · 2 years, 6 months ago
  10. 8c91f14 Add libFuzzer target for spirv-fuzz (#4434) by Alastair Donaldson · 2 years, 6 months ago
  11. 17a5bac Handle missing execution modes for limitation check (#4594) by alan-baker · 2 years, 7 months ago
  12. 7326b49 opt: set upper bits of spec constant according to spec (#4589) by David Neto · 2 years, 7 months ago
  13. f3fbd98 opt/spec_constants: fix bit pattern width checks. (#4588) by Dave Airlie · 2 years, 7 months ago
  14. 0f3bc1d Fix i386 build issues related to random generation (#4586) by Alastair Donaldson · 2 years, 7 months ago
  15. 001604b Generate constants directly in CreateDebugInlinedAt (#4572) by Greg Fischer · 2 years, 7 months ago
  16. 7a7a690 README: Remove appveyor build badge. (#4584) by David Neto · 2 years, 7 months ago
  17. 4578db3 README: Update tested versions of compilers (#4579) by David Neto · 2 years, 7 months ago
  18. 387cae4 Opt passes should apply to the exported functions (#4554) by JiaoluAMD · 2 years, 7 months ago
  19. 35fd0e1 Consider 0xffffffff offset as missing (#4564) by alan-baker · 2 years, 7 months ago
  20. 06ebc48 Account for strided components in arrays (#4575) by alan-baker · 2 years, 7 months ago
  21. 10343e5 Remove Appveyor CI, update README (#4578) by David Neto · 2 years, 7 months ago
  22. 3e6a853 Mark DebugInfoNone as live in ADCE when DebugInfo present (#4568) by Greg Fischer · 2 years, 7 months ago
  23. e6e77db Enable OpConstFunctionPointerINTEL outside function (#4576) by David Neto · 2 years, 7 months ago
  24. 5ed637c Fix output of SPIR-V version in diagnostic (#4562) by Alastair Donaldson · 2 years, 7 months ago
  25. d31218c Use max enum instead of static array of legal values (#4571) by Ryan Harrison · 2 years, 7 months ago
  26. 0292d6b Update SPIRV-Headers (#4573) by alan-baker · 2 years, 7 months ago
  27. 6dd7372 Fix merge-block assertions with debugInfo (#4563) by Greg Fischer · 2 years, 7 months ago
  28. e4349dd Fix CI failure (#4570) by Jaebaek Seo · 2 years, 7 months ago
  29. b469957 Avoid bugprone-move-forwarding-reference warning in Clang (#4560) by David Neto · 2 years, 7 months ago
  30. 0c4deeb Include a maximum value for spv_target_env (#4559) by Alastair Donaldson · 2 years, 7 months ago
  31. 63a3912 Fix ConstantManager to not run AnalyzeInstDefUse if DefUse not valid (#4557) by Greg Fischer · 2 years, 7 months ago
  32. 2d12367 Stop consuming input in fuzzers to select target environment (#4544) by Ryan Harrison · 2 years, 7 months ago
  33. eeb973f More ADCE refactoring (#4548) by Steven Perron · 2 years, 7 months ago
  34. 9529d3c Avoid implicit fallthrough, by duplicating code (#4556) by David Neto · 2 years, 7 months ago tmp-1.2.196
  35. 24476c2 spirv-opt: Don't eliminate dead members from StructuredBuffer (#4553) by Lukas Hermanns · 2 years, 7 months ago
  36. 3234daa Do not assume there are execution modes (#4555) by alan-baker · 2 years, 7 months ago
  37. ba4b390 Suppress protobuf warning (#4551) by Alastair Donaldson · 2 years, 7 months ago
  38. c3adcb0 Adce refactor (NFC) (#4547) by Steven Perron · 2 years, 8 months ago
  39. 19dc86c Handle NonSemantic.Shader Debug[No]Line (#4530) by Greg Fischer · 2 years, 8 months ago
  40. f125452 Fix inst_buff_addr_check to handle struct loads (#4489) by Greg Fischer · 2 years, 8 months ago
  41. 134d763 GN: Fix build for debuginfo codegen. (#4536) by Jamie Madill · 2 years, 8 months ago
  42. 1d48824 Update SPIRV-Headers (#4543) by alan-baker · 2 years, 8 months ago
  43. a6c5056 Fix checks for offset in nested structs (#4531) by alan-baker · 2 years, 8 months ago
  44. 0f45087 Fix UBSan error in spirv-dis fuzzer (#4517) by Alastair Donaldson · 2 years, 8 months ago
  45. 59f51bb Fix extract with out-of-bounds index (#4529) by Steven Perron · 2 years, 8 months ago
  46. 1454c95 spirv-opt: Switch from Vulkan.DebugInfo to Shader.DebugInfo (#4493) by Greg Fischer · 2 years, 8 months ago
  47. 4ac8e5e Add preserve_interface mode to aggressive_dead_code_elim (#4520) by Greg Fischer · 2 years, 8 months ago
  48. 9e65f05 spirv-fuzz: Account for differing signedness in WrapVectorSynonym (#4414) by Alastair Donaldson · 2 years, 8 months ago
  49. 36ff135 spirv-opt: Avoid integer overflow during constant folding (#4511) by Alastair Donaldson · 2 years, 8 months ago
  50. cb6c669 Roll external/googletest/ b7d472f12..955c7f837 (111 commits) (#4521) by Steven Perron · 2 years, 8 months ago
  51. 846b032 Fix infinite loop in validation (#4523) by alan-baker · 2 years, 8 months ago
  52. bf463fe Fix UBSan kokoro config (#4522) by Alastair Donaldson · 2 years, 8 months ago
  53. 5efeaad Fix bad order of checks in atomic validation (#4524) by alan-baker · 2 years, 8 months ago
  54. 8865b20 Handle out-of-bounds accesses in VDCE (#4518) by Steven Perron · 2 years, 8 months ago
  55. 4f4f760 Change validator boolean tests to avoid asserts (#4503) by alan-baker · 2 years, 8 months ago
  56. 912460e Fix infinite loop in GetBlockDepth (#4519) by alan-baker · 2 years, 8 months ago
  57. 013b1f3 Fix validation message for cooperative matrix column type (#4502) by David Neto · 2 years, 8 months ago
  58. 2a938fc Add UBSan kokoro configuration (#4512) by Alastair Donaldson · 2 years, 8 months ago
  59. c16224c Add some missing switch validation (#4507) by alan-baker · 2 years, 8 months ago
  60. 92868b8 spirv-val: Fix ubsan error (#4505) by Alastair Donaldson · 2 years, 8 months ago
  61. 4db6b8d Remove environment features that are never used (#4491) by gnl21 · 2 years, 8 months ago
  62. 7e860e3 fix parsing of bad binary exponents in hex floats (#4501) by David Neto · 2 years, 8 months ago
  63. 789de0d Adjust build for fuzzer targets to support OSS-Fuzz (#4498) by Alastair Donaldson · 2 years, 8 months ago
  64. 0c09258 Set threshold for reduce-load-size pass (#4499) by Jaebaek Seo · 2 years, 8 months ago
  65. bd3a271 Handle exported functions in ADCE (#4495) by Steven Perron · 2 years, 8 months ago
  66. 702e6af Only add `-DSPIRV_CHECK_CONTEXT` for Debug builds (#4496) by Lei Zhang · 2 years, 8 months ago
  67. b8fce5f spirv-lint: Add lint based on divergence analysis (#4488) by Jakub Kuderski · 2 years, 8 months ago
  68. ee30773 Add a feature for allowing LocalSizeId (#4492) by gnl21 · 2 years, 9 months ago
  69. 2a5cc34 Start SPIRV-Tools v2021.4 by Jaebaek Seo · 2 years, 9 months ago
  70. 1fbed83 Finalize SPIRV-Tools v2021.3 by Jaebaek Seo · 2 years, 9 months ago v2021.3
  71. 3d4246b Update CHANGES by Jaebaek Seo · 2 years, 9 months ago
  72. a1d5d67 spirv-val: Validate vulkan debug info similarly to opencl debug info (#4466) by Greg Fischer · 2 years, 9 months ago
  73. 937227c Add divergence analysis to linter (#4465) by dong-ja · 2 years, 9 months ago
  74. d699296 spirv-val: Fix WorkgroupSize VUID 04425 (#4482) by sfricke-samsung · 2 years, 9 months ago
  75. 1ad8b71 spirv-lint: add basic CLI argument handling (#4478) by dong-ja · 2 years, 9 months ago
  76. a9ce5e0 Fix matrix stride validation (#4468) by alan-baker · 2 years, 9 months ago
  77. e172833 Don't double count variables for location validation (#4474) by alan-baker · 2 years, 9 months ago
  78. 926ff6d GN: Suppress unreachable code warnings. (#4476) by Jamie Madill · 2 years, 9 months ago
  79. 57e1d8e Add spirv-opt convert-to-sampled-image pass (#4340) by Jaebaek Seo · 2 years, 9 months ago
  80. b2e36b6 Disallow loading a runtime-sized array (#4473) by alan-baker · 2 years, 9 months ago
  81. 2c829c4 Fix early-out for Clamp constant folding (#4461) by Nicolas Capens · 2 years, 9 months ago
  82. 869a550 Don't fold unsigned divides of an constant and a negation (#4457) by Nicolas Capens · 2 years, 9 months ago
  83. 8810010 fix SIGSEGV when reading from a non-existant file (#4453) by 5265644D61736F6E · 2 years, 9 months ago
  84. 00b106e Limit location validation (#4467) by alan-baker · 2 years, 9 months ago
  85. 54524ff Update SPIRV-Headers (#4463) by alan-baker · 2 years, 9 months ago
  86. de69f32 spirv-opt: Add handling of vulkan debug info to DebugInfoManager (#4423) by Greg Fischer · 2 years, 9 months ago
  87. c4c6f2b spirv-opt: Add dataflow analysis framework (#4402) by dong-ja · 2 years, 9 months ago
  88. f9d03bb Remove PCH from source/lint/CMakeLists.txt (#4459) by dong-ja · 2 years, 9 months ago
  89. 706dc27 Add new target for spirv-lint (#4446) by dong-ja · 2 years, 9 months ago
  90. 3510a14 Add a section releases to the README (#4444) by alan-baker · 2 years, 9 months ago
  91. 175ecd4 Fix array layout validation slowdown (#4449) by alan-baker · 2 years, 9 months ago
  92. 07f1302 spirv-fuzz: Support AtomicStore (#4440) by Mostafa Ashraf · 2 years, 9 months ago
  93. 366d1be fuzzers: Disable suggest-destructor-override warning (#4439) by Ben Clayton · 2 years, 9 months ago
  94. 3ab6fb9 Add CMake rules for libFuzzer targets (#4445) by Alastair Donaldson · 2 years, 9 months ago
  95. 0065c56 spirv-fuzz: support AtomicLoad (#4330) by Mostafa Ashraf · 2 years, 9 months ago
  96. affe280 Add GraphicsFuzz shaders to fuzzer corpus (#4429) by Alastair Donaldson · 2 years, 9 months ago
  97. c5bda7a Fuzzer: Default the new constructor parameter (#4438) by Ben Clayton · 2 years, 9 months ago
  98. 5737dbb Fix validator crash (#4418) by alan-baker · 2 years, 9 months ago
  99. 17bf443 spirv-fuzz: Add minimal SPIR-V example to test shaders (#4415) by Alastair Donaldson · 2 years, 9 months ago
  100. c6422cf spirv-opt: Rename ControlDependenceAnalysis::DoesBlockExist to HasBlock (#4412) by dong-ja · 2 years, 9 months ago