aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorVladimir Makarov <vmakarov@redhat.com>2013-05-02 19:16:29 +0000
committerVladimir Makarov <vmakarov@redhat.com>2013-05-02 19:16:29 +0000
commit6d413999b389a648d779f9c24bc751bb116f577e (patch)
treef993bb0a5c406341c7a937b8e6bb2d58a784ac35 /gcc/ChangeLog
parent18db8cb4f10602564e68624cba6b8a7de446daff (diff)
2013-05-02 Vladimir Makarov <vmakarov@redhat.com>
Backport from mainline 2013-05-02 Vladimir Makarov <vmakarov@redhat.com> * lra-constraints.c (process_alt_operands): Add checking alt number to choose the best alternative. 2013-05-01 Vladimir Makarov <vmakarov@redhat.com> PR target/57091 * lra-constraints.c (best_small_class_operands_num): Remove. (process_alt_operands): Remove small_class_operands_num. Take small classes operands into losers and only if the operand is not matched. Modify debugging output. (curr_insn_transform): Remove best_small_class_operands_num. Print insn name. 2013-05-02 Vladimir Makarov <vmakarov@redhat.com> Backport from mainline PR target/57091 * gcc.target/i386/pr57091.c: New test. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gcc-4_8-branch@198559 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4de9224a270..334dc711418 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,6 +1,24 @@
2013-05-02 Vladimir Makarov <vmakarov@redhat.com>
Backport from mainline
+ 2013-05-02 Vladimir Makarov <vmakarov@redhat.com>
+
+ * lra-constraints.c (process_alt_operands): Add checking alt
+ number to choose the best alternative.
+
+ 2013-05-01 Vladimir Makarov <vmakarov@redhat.com>
+
+ PR target/57091
+ * lra-constraints.c (best_small_class_operands_num): Remove.
+ (process_alt_operands): Remove small_class_operands_num. Take
+ small classes operands into losers and only if the operand is not
+ matched. Modify debugging output.
+ (curr_insn_transform): Remove best_small_class_operands_num.
+ Print insn name.
+
+2013-05-02 Vladimir Makarov <vmakarov@redhat.com>
+
+ Backport from mainline
2013-04-29 Vladimir Makarov <vmakarov@redhat.com>
PR target/57097