diff options
author | Anthony Green <green@gcc.gnu.org> | 2014-12-27 15:40:29 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2014-12-27 15:40:29 +0000 |
commit | fd6cc689cc0a12c64095444d799b620144e66b57 (patch) | |
tree | ea0c11b55d843428252b078b8aadec06e9e02c5f | |
parent | c3d88b88ec204efe8a6876ea64115a9d4be9f37f (diff) | |
download | gcc-fd6cc689cc0a12c64095444d799b620144e66b57.zip gcc-fd6cc689cc0a12c64095444d799b620144e66b57.tar.gz gcc-fd6cc689cc0a12c64095444d799b620144e66b57.tar.bz2 |
Add missing ChangeLog entry that was posted with patch a couple of days ago.
From-SVN: r219078
-rw-r--r-- | gcc/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4d3bf5f..e4309cf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -37,6 +37,19 @@ * config/msp430/msp430.md (addsi splitter): Do not split when the destination partially overlaps the source. +2014-12-24 Anthony Green <green@moxielogic.com> + + * config/moxie/moxie.opt (mul.x): New option. + * doc/invoke.texi (Moxie Options): Document -mmul.x. + * config/moxie/moxie.md (addsi3, mulsi3, subsi3, divsi3, udivs3): + Remove trailing ".l" from add, mul, sub, div and udiv + instructions. + (<mul>si3_highpart, <mul>sidi3): Add mul.x & umul.x instruction + support (high 32-bit result of multiply). + * config/moxie/moxie.c (moxie_option_override): Force availability + of mul.x instructions for moxiebox target. + * config/moxie/moxiebox.h (TARGET_MOXIEBOX): Define. + 2014-12-22 Zhouyi Zhou <yizhouzhou@ict.ac.cn> * ira-build.c (ira_flattening): Add the current |