aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
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