From: uros Date: Sun, 28 Jun 2015 21:28:07 +0000 (+0000) Subject: * Add forgotten ChangeLog entry. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5e7bb9a0ae4c360b361c7194ee6caf14d0722ef;p=thirdparty%2Fgcc.git * Add forgotten ChangeLog entry. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225107 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 39209f0c4d8d..bc0614075459 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.