From d9b667ba318917ec2dcebdaa129abd9132ca5c8e Mon Sep 17 00:00:00 2001 From: green Date: Sat, 27 Dec 2014 15:40:29 +0000 Subject: [PATCH] Add missing ChangeLog entry that was posted with patch a couple of days ago. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219078 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4d3bf5fb146..e4309cfba80 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 + + * 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. + (si3_highpart, 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 * ira-build.c (ira_flattening): Add the current -- 2.11.4.GIT