From: Uros Bizjak Date: Sun, 28 Jun 2015 21:28:07 +0000 (+0200) Subject: * Add forgotten ChangeLog entry. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1d1fe91a75df474462fdb46b921e0d20ef655864;p=gcc.git * Add forgotten ChangeLog entry. From-SVN: r225107 --- 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.