SPIRV-Tools/utils
Alan Baker 2e93e806e4 Initial implementation of if conversion
* Handles simple cases only
* Identifies phis in blocks with two predecessors and attempts to
convert the phi to an select
 * does not perform code motion currently so the converted values must
 dominate the join point (e.g. can't be defined in the branches)
 * limited for now to two predecessors, but can be extended to handle
 more cases
* Adding if conversion to -O and -Os
2018-01-25 09:42:00 -08:00
..
check_code_format.sh Travis CI: add clang-format check 2017-12-05 08:02:33 -05:00
check_copyright.py Initial implementation of if conversion 2018-01-25 09:42:00 -08:00
check_symbol_exports.py Test for pollution of the global namespace 2017-11-23 21:27:21 -05:00
generate_grammar_tables.py utils/generate_grammar_tables.py: use spaces for indentation 2017-12-29 08:59:40 -05:00
generate_language_headers.py Add asm, dis support for DebugInfo extended instruction set 2017-12-22 09:39:36 -05:00
generate_registry_tables.py Get vendor tool info from the SPIR-V registry file 2016-12-09 14:01:43 -05:00
generate_vim_syntax.py Generate spvasm.vim 2016-12-20 11:36:41 -05:00
update_build_version.py Do nothing if trying to make the current dir 2017-03-20 11:23:35 -04:00