From e5e7bb9a0ae4c360b361c7194ee6caf14d0722ef Mon Sep 17 00:00:00 2001 From: uros Date: Sun, 28 Jun 2015 21:28:07 +0000 Subject: [PATCH] * Add forgotten ChangeLog entry. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225107 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 39209f0c4d8..bc061407545 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -11,6 +11,16 @@ * config/c6x/c6x.c (try_rename_operands): Assert that regrename_do_replace returns true. +2015-06-28 Uros Bizjak + + * config/i386/i386.md (_ldx): Do not zero-extend non-Pmode + operand 2 here. Use copy_addr_to_reg to copy non-index + register operand 2 to a temporary. + (_stx): Ditto for operand 1. + (*_ldx, *_stx): Remove enclosing parallel. + * config/i386/i386.c (ix86_load_bounds): Zero-extend non-Pmode ptr here. + (ix86_store_bounds): Ditto. + 2015-06-27 Patrick Palka * print-tree.c (print_node) [TREE_VEC]: Print its length. -- 2.11.4.GIT