From 0f41d864e06409a55976b3a69ab5deb127def42a Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Tue, 22 Aug 2017 15:52:58 +0200 Subject: ARM in Thumb mode: simpler instruction sequence for Pbtbl pseudo It is also easier to recognize than the old one for binary analysis tools. --- Changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Changelog') 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. -- cgit