aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2017-11-22 19:06:27 +0100
committerXavier Leroy <xavier.leroy@inria.fr>2017-11-22 19:06:27 +0100
commitc0e121ceef1484ff3ad74fadb0b781ec1282690e (patch)
treebe32c32a7830d6fdc22583917798d218bc2d92df /Changelog
parentefd9c978332b8294b564d66fe5f018905bc2fd72 (diff)
downloadcompcert-kvx-c0e121ceef1484ff3ad74fadb0b781ec1282690e.tar.gz
compcert-kvx-c0e121ceef1484ff3ad74fadb0b781ec1282690e.zip
Pull request #192: improve the printing of Clight intermediate code
So that it looks more like valid C source.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 59f184e2..4c5632ee 100644
--- a/Changelog
+++ b/Changelog
@@ -3,6 +3,8 @@ Code generation and optimization:
Usability:
- Resurrected support for the Cygwin x86-32 port, which got lost at release 3.0.
+- Pull request #192: improve the printing of Clight intermediate code
+ so that it looks more like valid C source. (Frédéric Besson)
Bug fixing:
- Issue #P25: make sure sizeof(long double) = sizeof(double) in all contexts.