aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2017-08-22 15:52:58 +0200
committerXavier Leroy <xavier.leroy@inria.fr>2017-08-22 15:52:58 +0200
commit0f41d864e06409a55976b3a69ab5deb127def42a (patch)
tree7be676abd934942548ca157e6d0e26e403b6a666 /Changelog
parent1cadd89587d5939d3b53b089502cd179ca232e3e (diff)
downloadcompcert-kvx-0f41d864e06409a55976b3a69ab5deb127def42a.tar.gz
compcert-kvx-0f41d864e06409a55976b3a69ab5deb127def42a.zip
ARM in Thumb mode: simpler instruction sequence for Pbtbl pseudo
It is also easier to recognize than the old one for binary analysis tools.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index a084f9d5..f4470193 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,7 @@
+Code generation and optimization:
+- ARM in Thumb mode: simpler instruction sequence for branch through jump table.
+
+Bug fixing:
- Issue #P25: make sure sizeof(long double) = sizeof(double) in all contexts.