SPIRV-Tools/source/util
Steven Perron 8d6e4dbc72 Run dead variable elimination when using -O and -Os
We want to run the optimization when using -O and -Os, but it was not
added at part of https://github.com/KhronosGroup/SPIRV-Tools/pull/905.
This change will add that a well as some minor formatting changes
requested in that same pull request.
2017-10-23 22:09:12 -04:00
..
bit_stream.cpp Fix encode zero bits on word boundary bug 2017-08-28 13:36:39 -04:00
bit_stream.h Added fixed width encoding to bit_stream 2017-07-04 11:57:13 -04:00
bitutils.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
hex_float.h Hack around bug in gcc-4.8.1 templates. 2017-10-06 10:26:17 -04:00
huffman_codec.h Update MARK-V to version 1.01 2017-09-06 16:03:16 -04:00
ilist_node.h Run dead variable elimination when using -O and -Os 2017-10-23 22:09:12 -04:00
ilist.h Change BasicBlock to use InstructionList to hold instructions. 2017-10-20 12:37:44 -04:00
move_to_front.h Update MARK-V to version 1.01 2017-09-06 16:03:16 -04:00
parse_number.cpp Guard against nullptr in number parsing utilities 2016-09-13 12:12:31 -04:00
parse_number.h Guard against nullptr in number parsing utilities 2016-09-13 12:12:31 -04:00
string_utils.cpp Added option --preserve-numeric-ids to tools/spirv-as 2017-04-13 14:13:33 -04:00
string_utils.h Validator checks if operands require extension 2017-03-14 13:39:43 -04:00