aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorOleg Endo <olegendo@gcc.gnu.org>2012-03-19 19:04:20 +0000
committerOleg Endo <olegendo@gcc.gnu.org>2012-03-19 19:04:20 +0000
commitae5a8549b5362781fee08085ce3c0a72247c4fbb (patch)
treea477ea672bc656820ca63509c1f15170bfb31ad3 /gcc
parent344332e87bda8e91370598dced1b9f3a0f12d35f (diff)
downloadgcc-ae5a8549b5362781fee08085ce3c0a72247c4fbb.zip
gcc-ae5a8549b5362781fee08085ce3c0a72247c4fbb.tar.gz
gcc-ae5a8549b5362781fee08085ce3c0a72247c4fbb.tar.bz2
Fix ChangeLog formatting.
From-SVN: r185535
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog24
1 files changed, 11 insertions, 13 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0417c40..e20afdc 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -10,19 +10,17 @@
vector subregs.
(sh_secondary_reload): Add QImode displacement handling.
* config/sh/predicates.md (movsrc_no_disp_mem_operand): New predicate.
- * config/sh/constraints.md (K04, Snd, Sdd): New constraints.
- * config/sh/sh.md (extendqisi2): Remove constraints from
- expander.
- (*extendqisi2_compact): Rename to *extendqisi2_compact_reg,
- restrict to register operands only.
- (*extendqisi2_compact_mem_disp, *extendqisi2_compact_snd): New
- insns.
- (extendqihi2): Change insn to expander.
- (*extendqihi2_compact_reg): New insn.
- (movqi_i, movqi): Replace with ...
- (movqi, *movqi_reg_reg, *movqi_store_mem_disp12,
- *movqi_load_mem_disp, *movqi_load_mem_disp): ... these.
- Add new peepholes for QImode displacement addressing.
+ * config/sh/constraints.md (K04, Snd, Sdd): New constraints.
+ * config/sh/sh.md (extendqisi2): Remove constraints from expander.
+ (*extendqisi2_compact): Rename to *extendqisi2_compact_reg, restrict
+ to register operands only.
+ (*extendqisi2_compact_mem_disp, *extendqisi2_compact_snd): New insns.
+ (extendqihi2): Change insn to expander.
+ (*extendqihi2_compact_reg): New insn.
+ (movqi_i, movqi): Replace with ...
+ (movqi, *movqi_reg_reg, *movqi_store_mem_disp12,
+ *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>