[Bug rtl-optimization/17838] spills are not re-used

2013-04-21 Thread dean at arctic dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17838 dean at arctic dot org changed: What|Removed |Added Status|NEW |RESOLVED Resolut

[Bug rtl-optimization/17838] spills are not re-used

2013-04-21 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17838 --- Comment #13 from Eric Botcazou 2013-04-21 09:59:26 UTC --- > In this case the code is computationally intensive. It doesn't make sense to > compile with '-Os' for cryptographic algorithms. Huh? Of course it makes sense to compile w

[Bug rtl-optimization/17838] spills are not re-used

2013-04-20 Thread bpringlemeir at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17838 Bill Pringlemeir changed: What|Removed |Added CC||bpringlemeir at gmail dot

[Bug rtl-optimization/17838] spills are not re-used

2011-11-16 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17838 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot |

[Bug rtl-optimization/17838] spills are not re-used

2011-11-15 Thread tstdenis at elliptictech dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17838 --- Comment #10 from Tom St Denis 2011-11-15 14:20:07 UTC --- Another update ... We've just profiled our crypto library and across the board [cipher, hashes, PK functions like RSA/ECC] GCC is a complete loser against ARMcc [r713]. And it's not t

[Bug rtl-optimization/17838] spills are not re-used

2011-11-10 Thread tstdenis at elliptictech dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17838 Tom St Denis changed: What|Removed |Added CC||tstdenis at elliptictech

[Bug rtl-optimization/17838] spills are not re-used

2011-11-10 Thread tstdenis at elliptictech dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17838 --- Comment #9 from Tom St Denis 2011-11-10 19:28:33 UTC --- (In reply to comment #7) > (In reply to comment #6) > > Created attachment 25751 [details] > > Another test case > > > > Another example using > > > > gcc version 4.6.1 20110908 (Red

[Bug rtl-optimization/17838] spills are not re-used

2011-11-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17838 --- Comment #7 from Andrew Pinski 2011-11-08 20:24:01 UTC --- (In reply to comment #6) > Created attachment 25751 [details] > Another test case > > Another example using > > gcc version 4.6.1 20110908 (Red Hat 4.6.1-9) (GCC) > > The function

[Bug rtl-optimization/17838] spills are not re-used

2011-11-08 Thread tstdenis at elliptictech dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17838 --- Comment #6 from Tom St Denis 2011-11-08 14:17:55 UTC --- Created attachment 25751 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25751 Another test case Another example using gcc version 4.6.1 20110908 (Red Hat 4.6.1-9) (GCC) The fu

[Bug rtl-optimization/17838] spills are not re-used

2009-04-22 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2009-04-22 21:17 --- I think this was fixed for GCC 4.4.0 with the IRA but I can't test right now since the preprocessed source uses builtin functions which are no longer exist in 4.4. -- pinskia at gcc dot gnu dot org changed: