Update CHANGES with recent news

This commit is contained in:
David Neto 2017-04-20 15:54:10 -04:00
parent 1e309af80a
commit 1d8efb02ed

View File

@ -1,8 +1,12 @@
Revision history for SPIRV-Tools
v2016.7-dev 2017-01-06
- Optimizer: Add inlining of all function calls in entry points
- Optimizer: Add inlining of all function calls in entry points.
Caveat: See issue #629: problem inlining some cases of structured control
flow.
- Optimizer: Add flattening of decoration groups. Fixes #602
- Optimizer: Add Id compaction (minimize Id bound). Fixes #624
- Assembler: Add option to preserve numeric ids. Fixes #625
- Add build target spirv-tools-vimsyntax to generate spvasm.vim, a SPIR-V
assembly syntax file for Vim.
- Version string: Allow overriding of wall clock timestamp with contents