Commit ae5a8549 by Oleg Endo

Fix ChangeLog formatting.

From-SVN: r185535
parent 344332e8
...@@ -10,19 +10,17 @@ ...@@ -10,19 +10,17 @@
vector subregs. vector subregs.
(sh_secondary_reload): Add QImode displacement handling. (sh_secondary_reload): Add QImode displacement handling.
* config/sh/predicates.md (movsrc_no_disp_mem_operand): New predicate. * config/sh/predicates.md (movsrc_no_disp_mem_operand): New predicate.
* config/sh/constraints.md (K04, Snd, Sdd): New constraints. * config/sh/constraints.md (K04, Snd, Sdd): New constraints.
* config/sh/sh.md (extendqisi2): Remove constraints from * config/sh/sh.md (extendqisi2): Remove constraints from expander.
expander. (*extendqisi2_compact): Rename to *extendqisi2_compact_reg, restrict
(*extendqisi2_compact): Rename to *extendqisi2_compact_reg, to register operands only.
restrict to register operands only. (*extendqisi2_compact_mem_disp, *extendqisi2_compact_snd): New insns.
(*extendqisi2_compact_mem_disp, *extendqisi2_compact_snd): New (extendqihi2): Change insn to expander.
insns. (*extendqihi2_compact_reg): New insn.
(extendqihi2): Change insn to expander. (movqi_i, movqi): Replace with ...
(*extendqihi2_compact_reg): New insn. (movqi, *movqi_reg_reg, *movqi_store_mem_disp12,
(movqi_i, movqi): Replace with ... *movqi_load_mem_disp, *movqi_load_mem_disp): ... these.
(movqi, *movqi_reg_reg, *movqi_store_mem_disp12, Add new peepholes for QImode displacement addressing.
*movqi_load_mem_disp, *movqi_load_mem_disp): ... these.
Add new peepholes for QImode displacement addressing.
2012-03-19 Paolo Carlini <paolo.carlini@oracle.com> 2012-03-19 Paolo Carlini <paolo.carlini@oracle.com>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment