diff options
author | ciceron <ciceron@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-02 21:55:35 +0000 |
---|---|---|
committer | ciceron <ciceron@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-02 21:55:35 +0000 |
commit | 90a35510070af6c33fdba022d43f9941da9293d1 (patch) | |
tree | 27ca46c1302c0994394b8377ac0697f8d98e7345 /gcc/ChangeLog | |
parent | ae7f6ce20c857fed0f0a8c79248543f938bce468 (diff) | |
download | gcc-90a35510070af6c33fdba022d43f9941da9293d1.tar.gz |
* config/m68hc11/m68hc11.md ("*pushdi_internal"): New insn and split
to separate push from moves.
("*pushdf_internal"): Likewise.
("*pushsf_internal"): Likewise.
("*pushsi_internal"): Likewise.
("movdi_internal"): Use define_insn_and_split; non push operand.
("movdf_internal"): Likewise.
("movsf_internal"): Likewise.
("movsi_internal"): Likewise.
("*movhi_68hc12", "*addhi3_68hc12"): Fix and tune constraints
("*addhi3", "*subhi3", "*andhi3_mem", "*iorhi3_mem"): Likewise.
("*ashlsi3_const1", "*lshrsi3_const1"): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78785 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 63039b706da..534f1fb9b48 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,20 @@ 2004-03-02 Stephane Carrez <stcarrez@nerim.fr> + * config/m68hc11/m68hc11.md ("*pushdi_internal"): New insn and split + to separate push from moves. + ("*pushdf_internal"): Likewise. + ("*pushsf_internal"): Likewise. + ("*pushsi_internal"): Likewise. + ("movdi_internal"): Use define_insn_and_split; non push operand. + ("movdf_internal"): Likewise. + ("movsf_internal"): Likewise. + ("movsi_internal"): Likewise. + ("*movhi_68hc12", "*addhi3_68hc12"): Fix and tune constraints + ("*addhi3", "*subhi3", "*andhi3_mem", "*iorhi3_mem"): Likewise. + ("*ashlsi3_const1", "*lshrsi3_const1"): Likewise. + +2004-03-02 Stephane Carrez <stcarrez@nerim.fr> + * config/m68hc11/m68hc11.md ("tstqi_z_used"): Use define_insn_and_split. ("cmphi_z_used", "cmpqi_z_used"): Likewise. ("movstrictsi", "movstricthi", "movstrictqi"): Likewise. |