From 1d8efb02edc12a27ca0430f632811bb4244898aa Mon Sep 17 00:00:00 2001 From: David Neto Date: Thu, 20 Apr 2017 15:54:10 -0400 Subject: [PATCH] Update CHANGES with recent news --- CHANGES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 55e28ce37..a89fd90fd 100644 --- a/CHANGES +++ b/CHANGES @@ -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