SPIRV-Tools/source
Andrew Woloszyn 537e77663d Added tracking to types and validated certain instructions.
We need to know how to generate correct SPIRV for cases like
OpConstant %int64 42 since the current parser will encode the 42 as a
32-bit value incorrectly.

This change is the first of a pair. This one tracks types, and makes
sure that OpConstant and OpSpecConstant are only ever called with
Integer or Float types, and OpSwitch is only called with integer
generating values.
2015-10-26 12:55:33 -04:00
..
binary.cpp Added tracking to types and validated certain instructions. 2015-10-26 12:55:33 -04:00
binary.h Support strings with up to 65535 chars, and null. 2015-10-26 12:55:33 -04:00
bitwisecast.h Move bitwisecast.h to source/ and add include guard. 2015-10-26 12:55:33 -04:00
core_syntax_table.patch Update core instruction syntax to Rev32 2015-10-26 12:55:33 -04:00
diagnostic.cpp Refactored dynamic and static state out of text processing. 2015-10-26 12:55:33 -04:00
diagnostic.h Refactored dynamic and static state out of text processing. 2015-10-26 12:55:33 -04:00
ext_inst.cpp Update to Rev32 headers. Part 1. 2015-10-26 12:55:33 -04:00
ext_inst.h Code drop of the Codeplay spirv-tools source. 2015-05-22 18:26:19 +01:00
instruction.h Added tracking to types and validated certain instructions. 2015-10-26 12:55:33 -04:00
opcode.cpp Added tracking to types and validated certain instructions. 2015-10-26 12:55:33 -04:00
opcode.h Added tracking to types and validated certain instructions. 2015-10-26 12:55:33 -04:00
opcode.inc Update core instruction syntax to Rev32 2015-10-26 12:55:33 -04:00
operand.cpp Remove spv_opcode_flags_t and flags fields. 2015-10-26 12:55:33 -04:00
operand.h Simplify (and test) the alternate-parsing pattern. 2015-10-26 12:55:33 -04:00
print.cpp Code drop of the Codeplay spirv-tools source. 2015-05-22 18:26:19 +01:00
print.h Code drop of the Codeplay spirv-tools source. 2015-05-22 18:26:19 +01:00
text_handler.cpp Added tracking to types and validated certain instructions. 2015-10-26 12:55:33 -04:00
text_handler.h Added tracking to types and validated certain instructions. 2015-10-26 12:55:33 -04:00
text.cpp Added tracking to types and validated certain instructions. 2015-10-26 12:55:33 -04:00
text.h Accept long UTF-8 Literal Strings 2015-10-26 12:55:33 -04:00
validate_id.cpp Support strings with up to 65535 chars, and null. 2015-10-26 12:55:33 -04:00
validate.cpp Support strings with up to 65535 chars, and null. 2015-10-26 12:55:33 -04:00
validate.h Support strings with up to 65535 chars, and null. 2015-10-26 12:55:33 -04:00