summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-03-17 09:00:42 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-03-17 09:00:42 +0000
commit7d4128f2e6d73b8f105472f12157488d38898eff (patch)
treec76f90730ded3a2581f74977abe394b39d6cfc2d /Changelog
parent707b6a1ae9660b13cf6f68c7c0ce74017f5981c5 (diff)
More aggressive CSE across Ibuiltin.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2152 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 b8461c4..85e4cad 100644
--- a/Changelog
+++ b/Changelog
@@ -4,6 +4,8 @@ Development version
in tail-recursive style.
- Reduced memory requirements of constant propagation pass by forgetting
compile-time approximations of dead variables.
+- More aggressive common subexpression elimination across some builtin
+ function calls, esp. annotations.
Release 1.13, 2013-03-12