diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2013-11-06 13:51:31 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2013-11-06 13:51:31 +0000 |
commit | f8202f62ed65d15738e0868005c856168a302696 (patch) | |
tree | d9a16b650e62be1c15830eb41f9339485e948bd8 /Changelog | |
parent | f9c799143067c3197dc925f7fd916206d075a25d (diff) |
- 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
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 ======================= |