Loop invariant code motion initial implementation
[platform/upstream/SPIRV-Tools.git] / syntax.md
2015-11-11 David NetoDisassembler support for OpSpecConstantOp
2015-11-11 David NetoFix description of NaN encoding.
2015-11-10 David Netosyntax.md: Describe hex floats and their use.
2015-11-10 Lei ZhangRemove canonical assembly format in syntax.md.
2015-10-27 Kenneth BenzieMerge branch 'google-asm-dis-oct-25' into 'master'
2015-10-26 Andrew WoloszynRemoved un-needed comments and fixed merge issue.
2015-10-26 Andrew WoloszynUpdated string escaping in the assembler.
2015-10-26 David NetoParse and encode literal integers to the right width
2015-10-26 David NetoRemove stale TODO. Fix use of OpCode to 'instruction'
2015-10-26 Dejan MircevskiClarify !<integer> parsing.
2015-10-26 Andrew WoloszynUpdated syntax.md to remove references to % numerical...
2015-10-26 Andrew WoloszynAll values now represent symbolic names instead of...
2015-10-26 David NetoDocument the syntax of mask expressions
2015-10-26 Dejan MircevskiForbid !<integer> preceding or succeeding '='.
2015-10-26 David NetoDocument inability to use names from 3.12, 1.13
2015-10-26 David NetoClarify the syntax. Some named enumerants are unusable
2015-10-26 David NetoMove the syntax description into its own file