SPIRV-Tools/utils
Alastair Donaldson fe9f870130
Add library for spirv-fuzz (#2618)
Adds a library for spirv-fuzz, consisting of a Fuzzer class that will
transform a module with respect to (a) facts about the module provided
via a FactManager class, and (b) a source of random numbers and
parameters to control the transformation process provided via a
FuzzerContext class.  Transformations will be applied via classes that
implement a FuzzerPass interface, and both facts and transformations
will be represented via protobuf messages.  Currently there are no
concrete facts, transformations nor fuzzer passes; these will follow.
2019-05-27 14:34:55 +01:00
..
check_code_format.sh Enable the base branch to be overridden in the code format check script (#2607) 2019-05-24 14:33:43 -04:00
check_copyright.py
check_symbol_exports.py Add library for spirv-fuzz (#2618) 2019-05-27 14:34:55 +01:00
fixup_fuzz_result.py
generate_grammar_tables.py Use last version (#2578) 2019-05-10 11:02:01 -04:00
generate_language_headers.py
generate_registry_tables.py
generate_vim_syntax.py
update_build_version.py