From f8202f62ed65d15738e0868005c856168a302696 Mon Sep 17 00:00:00 2001 From: xleroy Date: Wed, 6 Nov 2013 13:51:31 +0000 Subject: - Recognize __builtin_fabs as an operator, not just a builtin, enabling more aggressive optimizations. - Less aggressive CSE for EF_builtin builtins, causes problems for __builtin_write{16,32}_reversed. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2363 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- Changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 26052492..d4842a92 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,13 @@ +- Revised semantics and implementation of _Alignas(N) attribute + to better match those of GCC and Clang. +- Recognize __builtin_fabs as an operator, not just a builtin, + enabling more aggressive optimizations. +- Fixed incorrect hypothesis on __builtin_write{16,32}_reversed. +- Fixed syntax error in __attribute__((__packed__)). +- Emit clean compile-time error for 'switch' over a value of 64-bit + integer type (currently not supported). + + Release 2.1, 2013-10-28 ======================= -- cgit