SPIRV-Tools/source/comp
dan sinclair a504656dad
Remove std::deque in favour of std::vector. (#1755)
This CL removes the two deque's from ValidationState and converts them
into std::vectors. In order to maintain the stability of instructions we
walk over the binary and counter the instructions and functions in the
ValidationState constructor and reserve the required number of items in
the module_functions_ and ordered_instructions_ vectors.

Issue #1176.
2018-08-01 10:37:36 -04:00
..
CMakeLists.txt Test for pollution of the global namespace 2017-11-23 21:27:21 -05:00
markv_codec.cpp Remove std::deque in favour of std::vector. (#1755) 2018-08-01 10:37:36 -04:00
markv_model.h Move utils/ to spvtools::utils 2018-07-06 16:47:46 -04:00
markv.h Move comp code into comp namespace 2018-07-06 16:38:41 -04:00