Commit Graph

  • a2178d6efe Remove PCH from source/lint/CMakeLists.txt (#4459) dong-ja 2021-08-09 14:30:51 -05:00
  • 7834604d71 Add new target for spirv-lint (#4446) dong-ja 2021-08-06 13:03:59 -05:00
  • 9b4a1d5feb Add a section releases to the README (#4444) alan-baker 2021-08-06 09:07:53 -04:00
  • 8bc837d916 Fix array layout validation slowdown (#4449) alan-baker 2021-08-05 09:56:52 -04:00
  • 7ebf13d909 spirv-fuzz: Support AtomicStore (#4440) Mostafa Ashraf 2021-08-05 15:08:44 +02:00
  • 30877927e7 fuzzers: Disable suggest-destructor-override warning (#4439) Ben Clayton 2021-08-05 12:00:33 +01:00
  • b071ff28b2 Add CMake rules for libFuzzer targets (#4445) Alastair Donaldson 2021-08-05 09:11:21 +01:00
  • f997ed5041 spirv-fuzz: support AtomicLoad (#4330) Mostafa Ashraf 2021-08-03 22:51:25 +02:00
  • 3b9484f8f7 Add GraphicsFuzz shaders to fuzzer corpus (#4429) Alastair Donaldson 2021-08-03 15:27:03 +01:00
  • 0ba13c860e Fuzzer: Default the new constructor parameter (#4438) Ben Clayton 2021-08-02 13:37:37 +01:00
  • 242690fa5b Fix validator crash (#4418) alan-baker 2021-07-29 12:56:58 -04:00
  • 486ccf3f76 spirv-fuzz: Add minimal SPIR-V example to test shaders (#4415) Alastair Donaldson 2021-07-29 17:09:14 +01:00
  • 3919ac62e9 spirv-opt: Rename ControlDependenceAnalysis::DoesBlockExist to HasBlock (#4412) dong-ja 2021-07-29 07:30:48 -05:00
  • 048bc0e7d8 spirv-opt: Add specific handling of vulkan debug info differences (#4398) Greg Fischer 2021-07-28 19:35:32 -06:00
  • da3164ecbf spirv-fuzz: Allow inapplicable transformations to be ignored (#4407) Alastair Donaldson 2021-07-28 22:59:37 +01:00
  • 617677b516 spirv-fuzz: Quit fuzzer pass when no types are available (#4409) Alastair Donaldson 2021-07-28 22:59:02 +01:00
  • 1f814a1414 spirv-opt: Add more tests to control dependence (#4410) dong-ja 2021-07-28 15:56:51 -05:00
  • 227cc35ff6 Add control dependence analysis to opt (#4380) dong-ja 2021-07-28 11:44:32 -05:00
  • f631f7d4c7 spirv-fuzz: Use reference in CanMakeSynonymOf (#4401) Alastair Donaldson 2021-07-27 13:18:36 +01:00
  • 6d4170dd4c Fix public deps on generated headers (#4386) krockot 2021-07-26 11:27:25 -07:00
  • cf7ef05506 BUILD.gn: introduce finer grained internal targets for Tint (#4399) Corentin Wallez 2021-07-25 19:23:16 +02:00
  • 335052c9c3 Initialize context in opt::Instruction's move constructor (#4397) Vasyl Teliman 2021-07-23 12:09:51 +03:00
  • d798d4a975 spirv-fuzz: Fix problem with instruction context (#4394) Alastair Donaldson 2021-07-22 23:44:29 +01:00
  • c517b26d6d spirv-fuzz: Avoid out-of-bounds access (#4395) Alastair Donaldson 2021-07-22 23:44:03 +01:00
  • 00c94757c1 spirv-fuzz: Fix vector wrapping fuzzer pass (#4392) Alastair Donaldson 2021-07-22 23:43:45 +01:00
  • e20d801d32 spirv-fuzz: Tighten checks on null and undef pointers (#4367) Alastair Donaldson 2021-07-22 21:34:11 +01:00
  • 291550aa32 Fix local size hint id tests (#4400) alan-baker 2021-07-22 15:23:22 -04:00
  • d386213339 spirv-opt: Where possible make code agnostic of opencl/vulkan debuginfo (#4385) Greg Fischer 2021-07-21 10:04:38 -06:00
  • eadef0ac71 spirv-fuzz: TransformationWrapVectorSynonym that rewrites scalar operations using vectors (#4376) Shiyu Liu 2021-07-20 05:01:20 -05:00
  • 49235224b5 spirv-fuzz: Support atomic operations opcode (#4348) Mostafa Ashraf 2021-07-20 11:03:58 +02:00
  • 4d55446691 CMake: add ENABLE_RTTI option (#4382) Chia-I Wu 2021-07-16 13:30:04 -07:00
  • 14d98e0fe5 Add common enum for debug info instructions from either opencl or vulkan (#4377) Greg Fischer 2021-07-16 14:28:14 -06:00
  • a662a4c16a Don't mention VS2013 in PR review instructions (#4384) Jakub Kuderski 2021-07-16 12:19:06 -04:00
  • 7b18d2a19e Explain how to run tests with CMake and Bazel (#4383) Jakub Kuderski 2021-07-16 11:48:22 -04:00
  • d6c4f0965b spirv-fuzz: Don't replace memory semantics / scope operands (#4349) Mostafa Ashraf 2021-07-15 20:03:51 +02:00
  • 4d4897f2bd Add missing fuzzer header dependency. (#4381) Jamie Madill 2021-07-15 12:56:13 -04:00
  • c99c406a48 Fix -Wunreachable-code-aggressive. (#4358) pkasting 2021-07-14 07:23:59 -07:00
  • ad243f7546 spirv-opt: support SPV_EXT_shader_image_int64 (#4379) Jaebaek Seo 2021-07-14 08:43:35 -04:00
  • a89340a614 Fix BUILD.gn (#4378) Alastair Donaldson 2021-07-14 10:04:50 +01:00
  • af4eecc0e0 spirv-fuzz: support building using gn (#4365) Alastair Donaldson 2021-07-13 19:45:01 +01:00
  • ccf8bc92cd Fix vendor table build in BUILD.gn for nonsemantic.vulkan.debuginfo.100 (#4375) Greg Fischer 2021-07-13 00:20:32 -06:00
  • c963b80757 Add non-semantic vulkan extended instruction set (#4362) Greg Fischer 2021-07-12 03:51:08 -06:00
  • f0fe9b7178 Update SPIRV-Headers deps (#4369) y-novikov 2021-07-07 08:20:52 -04:00
  • 8fb3319325 spirv-reduce: Eliminate skeletal structured control flow construct (#4360) Alastair Donaldson 2021-07-06 06:14:36 +00:00
  • c3fd9bd4bc spirv-fuzz: Check updated analyses in transformation tests (#4266) Alastair Donaldson 2021-07-05 21:09:43 +00:00
  • cf5e780110 spirv-fuzz: Added tests for signedness analysis (#4361) Alastair Donaldson 2021-07-04 11:26:11 +00:00
  • f9bde9658b Add remove_unused_interface_variable_pass.* to BUILD.gn (#4363) Steven Perron 2021-07-02 10:18:19 -04:00
  • 66dd198ae1 add tests for SPV_KHR_bit_instructions (#4350) Ben Ashbaugh 2021-07-02 05:53:18 -07:00
  • d0c73759ba spirv-fuzz: Avoid out of bounds access (#4355) Alastair Donaldson 2021-07-01 14:51:13 +00:00
  • 0acb68d10c Enabled tvOS platform (#4329) Assiduous 2021-06-29 12:14:38 -07:00
  • 8629126a62 spirv-opt: A pass to removed unused input on OpEntryPoint instructions. (#4275) ZHOU He 2021-06-29 23:33:58 +08:00
  • 48af744dae Bump glob-parent from 5.0.0 to 5.1.2. (#4353) Steven Perron 2021-06-29 11:25:32 -04:00
  • 507f7885c0 fix strncpy bound error (#4331) John Zupin 2021-06-29 08:07:13 -06:00
  • 6383d167e6 spirv-reduce: Allow merging unreachable blocks (#4303) Alastair Donaldson 2021-06-28 23:05:30 +01:00
  • d75cf43237 Add IsReachable function to IRContext (#4323) Alastair Donaldson 2021-06-28 20:00:14 +01:00
  • b9e5decbf7 spirv-reduce: Cleanup a few things (#4352) Alastair Donaldson 2021-06-28 17:53:49 +01:00
  • 12b9f401ca spirv-fuzz: Add illustrative tests for new issues (#4347) Alastair Donaldson 2021-06-24 17:24:46 +01:00
  • d4f7a21a1f Add validation for SPV_EXT_shader_atomic_float16_add (#4325) Jason Ekstrand 2021-06-24 07:59:43 -05:00
  • 671fdff8b7 Initial support for SPV_KHR_integer_dot_product (#4327) Kévin Petit 2021-06-23 18:32:24 +01:00
  • a943589cc4 fix symbol exports check, for Android build cases (#4342) David Neto 2021-06-23 12:03:34 -04:00
  • 08eab17dda Start SPIRV-Tools v2021.3 Diego Novillo 2021-06-22 08:55:13 -04:00
  • d174b44d4a Finalize SPIRV-Tools v2021.2 Diego Novillo 2021-06-22 08:53:10 -04:00
  • f310b8045b spirv-val: Label VUID 04780 (#4334) sfricke-samsung 2021-06-21 06:33:07 -07:00
  • 494adfa78a spirv-val: Add GLCompute to VUID 04644 message (#4333) sfricke-samsung 2021-06-21 06:31:55 -07:00
  • 2406665975 Update CHANGES file for upcoming release. Diego Novillo 2021-06-18 14:10:57 -04:00
  • c0172878be Update SPIRV-Headers deps (#4328) alan-baker 2021-06-17 12:52:11 -04:00
  • 71c8e77710 Support SPV_KHR_subgroup_uniform_control_flow (#4318) alan-baker 2021-06-15 10:07:42 -04:00
  • 9da5a2751d spirv-val: Vulkan Storage Class for Execution Model (#4212) sfricke-samsung 2021-06-10 05:38:23 -07:00
  • 61214d8721 Add SPV_KHR_vulkan_memory_model to aggressive_dead_code_elim (#4320) Ashley Hauck 2021-06-10 14:36:59 +02:00
  • d86cbf5d6d Support Intel extensions for fixed point and hls-float (#4321) David Neto 2021-06-09 16:20:39 -04:00
  • 9d138266a7 spirv-fuzz: Improve TransformationAddBitInstructionSynonym to check integer signedness (#4312) Mostafa Ashraf 2021-06-09 20:56:56 +02:00
  • 2ab7106d15 spirv-fuzz: Support bitwise or and xor in TransformationAddBitInstructionSynonym (#4310) EGJ1996 2021-06-09 17:23:26 +02:00
  • 86e3f07154 Update lodash (#4317) Steven Perron 2021-06-08 16:26:59 -04:00
  • 22bad4791e No error report for variable image offset when before-legal-hlsl is on (#4316) Jaebaek Seo 2021-06-08 09:35:27 -04:00
  • 5733bc16e0 Add kInstErrorMax to instrument.hpp (#4315) Greg Fischer 2021-06-07 06:06:10 -06:00
  • eb8a3cb9f0 Spirv-fuzz: Add tests for MaybeGet* functions in fuzzerutil (#4284) Shiyu Liu 2021-06-04 18:36:23 -05:00
  • 5b8419651d Remove VS2013 kokoro build (#4314) Steven Perron 2021-06-03 16:16:37 -04:00
  • 673cf2dad4 spirv-fuzz: add tests for full coverage of TransformationAccessChain (#4304) Shiyu Liu 2021-06-02 11:46:56 -05:00
  • 8753a283cc spirv-fuzz: Added test to increase coverage of the add_parameter transformation (#4305) EGJ1996 2021-06-02 18:44:42 +02:00
  • a0b173bfd1 Spirv-fuzz: Achieve coverage of TransformationAddDeadBlock test (#4306) Mostafa Ashraf 2021-06-02 18:16:44 +02:00
  • a2b60920dc Check that valid bitcasted constant was returned (#4311) Ryan Harrison 2021-06-01 09:09:31 -04:00
  • b77eb70ff3 spirv-fuzz: Fix OutlineFunction in presence of unreachable blocks (#4308) Alastair Donaldson 2021-06-01 11:44:21 +01:00
  • 4de72192a1 spirv-fuzz: Fix def-use update in PermutePhiOperands (#4309) Alastair Donaldson 2021-06-01 08:37:45 +01:00
  • d0f07ba763 spirv-fuzz: Added extra tests for AddTypeFloat and AddTypeInt transformations (#4292) EGJ1996 2021-05-27 09:36:39 +02:00
  • 44750c9ab3 spirv-fuzz: Increase test coverage of TransformationCompositeConstruct (#4301) EGJ1996 2021-05-26 22:31:55 +02:00
  • 4b1112e454 spirv-fuzz: Enhancing permute function variables and its testing (#4295) Mostafa Ashraf 2021-05-26 01:41:31 +02:00
  • fc3c69d3a5 spirv-fuzz: Move ApplyTransformation to .cpp file (#4258) Vasyl Teliman 2021-05-26 02:39:51 +03:00
  • ae469f109f spirv-fuzz: Enhance test to improve lines covered (#4289) Mostafa Ashraf 2021-05-24 15:24:11 +02:00
  • c048f0e6fe spirv-fuzz: Cover protobuf message creation in tests (#4285) Alastair Donaldson 2021-05-22 17:45:09 +01:00
  • e7efd3827d Invalidate analyses (#4260) Vasyl Teliman 2021-05-14 17:00:51 +03:00
  • ab69646941 Fix crash when optimizing shaders with DebugPrintf (#4280) Greg Fischer 2021-05-13 11:19:56 -06:00
  • 82bf22f160 Fix continue construct for single block loops (#4277) alan-baker 2021-05-12 13:01:32 -04:00
  • 799dd6cafb spirv-fuzz: Respect control flow rules when merging returns (#4279) Alastair Donaldson 2021-05-12 15:45:58 +01:00
  • 0c9490481c val test: Update capability dependency (#4268) David Neto 2021-05-11 10:40:45 -04:00
  • 265d4e6ee4 spirv-fuzz: Fix underflow problem in fuzzer_pass_swap_two_functions (#4253) Shiyu Liu 2021-05-04 03:40:55 -05:00
  • 07f686c2e7 Fix export symbol test. (#4254) Steven Perron 2021-04-29 14:27:16 -04:00
  • 27f19e35e4 build: Fix Android build (#4157) ncesario-lunarg 2021-04-29 07:10:32 -06:00
  • 21c4705616 Updates to the vscode SPIR-V extension (#4246) Ben Clayton 2021-04-29 13:58:55 +01:00
  • a1a35b548a Invalidate DefUse analysis (#4255) Vasyl Teliman 2021-04-29 11:44:59 +03:00
  • ef0b5ba60d Fix dangling phi bug from loop-unroll (#4239) Jaebaek Seo 2021-04-27 16:27:09 -04:00