Re: [PATCH] Fix instability of -fschedule-insn for x86

2012-10-04 Thread Kirill Yukhin
Hi, > Based on this opinion, the patch is OK for mainline, if there are no ... Checked in: http://gcc.gnu.org/ml/gcc-cvs/2012-10/msg00187.html K

Re: [PATCH] Fix instability of -fschedule-insn for x86

2012-10-01 Thread Igor Zamyatin
We also plan to test these changes along with LRA On Sun, Sep 30, 2012 at 4:33 PM, Uros Bizjak wrote: > On Tue, Sep 18, 2012 at 1:31 PM, Uros Bizjak wrote: > >>> This patch aims to fix all stability issues related to using the first >>> scheduler in gcc >>> for x86 target (there several reported

Re: [PATCH] Fix instability of -fschedule-insn for x86

2012-09-30 Thread Uros Bizjak
On Tue, Sep 18, 2012 at 1:31 PM, Uros Bizjak wrote: >> This patch aims to fix all stability issues related to using the first >> scheduler in gcc >> for x86 target (there several reported issues related to this problem). >> >> Main idea of this activity is mostly to provide user a possibility to

Re: [PATCH] Fix instability of -fschedule-insn for x86

2012-09-26 Thread Yuri Rumyantsev
Ping. 2012/9/18 Yuri Rumyantsev : > Hi All, > > Forgot to attch the patch. > > 2012/9/18 Yuri Rumyantsev : >> Hi All, >> >> This patch aims to fix all stability issues related to using the first >> scheduler in gcc >> for x86 target (there several reported issues related to this problem). >> >> Ma

Re: [PATCH] Fix instability of -fschedule-insn for x86

2012-09-18 Thread Uros Bizjak
Hello! > This patch aims to fix all stability issues related to using the first > scheduler in gcc > for x86 target (there several reported issues related to this problem). > > Main idea of this activity is mostly to provide user a possibility to > safely turn on first scheduler for his codes. In

[PATCH] Fix instability of -fschedule-insn for x86

2012-09-18 Thread Yuri Rumyantsev
Hi All, Forgot to attch the patch. 2012/9/18 Yuri Rumyantsev : > Hi All, > > This patch aims to fix all stability issues related to using the first > scheduler in gcc > for x86 target (there several reported issues related to this problem). > > Main idea of this activity is mostly to provide user

Fix instability of -fschedule-insn for x86

2012-09-18 Thread Yuri Rumyantsev
Hi All, This patch aims to fix all stability issues related to using the first scheduler in gcc for x86 target (there several reported issues related to this problem). Main idea of this activity is mostly to provide user a possibility to safely turn on first scheduler for his codes. In some cases