SPIRV-Tools/include/spirv-tools
Alastair Donaldson b8ab80843f
Shrinker for spirv-fuzz (#2708)
Adds to spirv-fuzz the option to shrink a sequence of transformations
that lead to an interesting binary to be generated, to find a smaller
sub-sequence of transformations that still lead to an interesting (but
hopefully simpler) binary being generated. The notion of what counts
as "interesting" comes from a user-provided script, the
"interestingness function", similar to the way the spirv-reduce tool
works. The shrinking process will give up after a maximum number of
steps, which can be configured on the command line.

Tests for the combination of fuzzing and shrinking are included, using
a variety of interestingness functions.
2019-07-07 08:55:30 +01:00
..
instrument.hpp Instrument: Add version 2 of record formats (#2630) 2019-05-29 15:08:21 -04:00
libspirv.h Shrinker for spirv-fuzz (#2708) 2019-07-07 08:55:30 +01:00
libspirv.hpp Shrinker for spirv-fuzz (#2708) 2019-07-07 08:55:30 +01:00
linker.hpp Rewrite include guards (#1793) 2018-08-03 08:05:33 -04:00
optimizer.hpp Instrument: Add version 2 of record formats (#2630) 2019-05-29 15:08:21 -04:00