aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog12
1 files changed, 12 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 27acd9fc..0abfbee1 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,15 @@
+- Revised handling of annotation statements. Now they come in two forms:
+ 1. __builtin_annot("format", x1, ..., xN)
+ (arbitrarily many arguments; no code generated, even if some
+ of the xi's were spilled; no return value)
+ 2. __builtin_annot_intval("format", x1)
+ (one integer argument, reloaded in a register if needed,
+ returned as result).
+
+- Related clean-ups in the handling of external functions and
+ compiler built-ins.
+
+
Release 1.8.2, 2011-05-24
=========================