aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2009-03-28 10:56:47 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2009-03-28 10:56:47 +0000
commit3b8c7933be994a6e9864d6a6c7972a2e8014ad02 (patch)
tree85c83e3e897252391b0c7ee0111c985143a38909 /Changelog
parenta1d9acb0ea638e9c29aa770bf819f943f0b36e4f (diff)
downloadcompcert-3b8c7933be994a6e9864d6a6c7972a2e8014ad02.tar.gz
compcert-3b8c7933be994a6e9864d6a6c7972a2e8014ad02.zip
Honor "static" modifier on C globals.
Put "const" globals in read-only section. Revised printing of rlwinm instruction. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1018 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index e3deb968..3e6840d9 100644
--- a/Changelog
+++ b/Changelog
@@ -13,6 +13,8 @@ Release 1.4,
- Clight: added support for conditional expressions (a ? b : c);
removed support for array accesses a[i], now a derived form.
+- C front-end: honor "static" modifiers on globals.
+
- New optimization over RTL: turning calls into tail calls when possible.
- Instruction selection pass: elimination of redundant casts following