[Bug rtl-optimization/10474] shrink wrapping for functions

2013-11-25 Thread scovich at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10474 --- Comment #20 from Ryan Johnson --- Hi Martin, (PM reply because I don't have up-to-date information to file a proper bug report with) On 25/11/2013 9:57 AM, jamborm at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1047

[Bug rtl-optimization/10474] shrink wrapping for functions

2013-11-25 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10474 --- Comment #19 from Martin Jambor --- (In reply to Ryan Johnson from comment #18) > Great! Does this mean shrink-wrapping will be in gcc-4.9, at least for > x86_64 and ppc64? Well, a fairly basic (but not altogether unreasonable) shrink-wrapping

[Bug rtl-optimization/10474] shrink wrapping for functions

2013-11-25 Thread scovich at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10474 --- Comment #18 from Ryan Johnson --- (In reply to Martin Jambor from comment #17) > The testcase is now shrink-wrapped on ppc64 and x86_64, it is not on > others such as i?86 because parameter-passing ABI basically prevents > it. If any of the t

[Bug rtl-optimization/10474] shrink wrapping for functions

2013-11-25 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10474 Martin Jambor changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug rtl-optimization/10474] shrink wrapping for functions

2013-11-22 Thread law at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10474 --- Comment #16 from Jeffrey A. Law --- Author: law Date: Fri Nov 22 19:37:00 2013 New Revision: 205281 URL: http://gcc.gnu.org/viewcvs?rev=205281&root=gcc&view=rev Log: PR rtl-optimization/10474 * ira.c (interesting_dest_for_shprep_1): N

[Bug rtl-optimization/10474] shrink wrapping for functions

2013-11-12 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10474 --- Comment #15 from Martin Jambor --- Author: jamborm Date: Tue Nov 12 12:53:53 2013 New Revision: 204698 URL: http://gcc.gnu.org/viewcvs?rev=204698&root=gcc&view=rev Log: 2013-11-12 Martin Jambor PR rtl-optimization/10474 * ira.c (i

[Bug rtl-optimization/10474] shrink wrapping for functions

2013-10-31 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10474 --- Comment #14 from Martin Jambor --- Author: jamborm Date: Thu Oct 31 13:39:26 2013 New Revision: 204254 URL: http://gcc.gnu.org/viewcvs?rev=204254&root=gcc&view=rev Log: 2013-10-31 Martin Jambor PR rtl-optimization/58934 Revert:

[Bug rtl-optimization/10474] shrink wrapping for functions

2013-10-30 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10474 --- Comment #13 from Martin Jambor --- Author: jamborm Date: Wed Oct 30 12:01:46 2013 New Revision: 204205 URL: http://gcc.gnu.org/viewcvs?rev=204205&root=gcc&view=rev Log: 2013-10-30 Martin Jambor PR rtl-optimization/10474 * ira.c (f

[Bug rtl-optimization/10474] shrink wrapping for functions

2013-10-29 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10474 --- Comment #12 from Martin Jambor --- I have submitted a different patch that addresses this issue, this time by splitting live ranges of pseudos representing the formal parameters of a function. The patch is pending review/approval and the curr