disable inline of functions which call alloca(), causes stack overrun in 176.gcc
[libfirm] / ir / opt / opt_inline.c
2008-04-10 Michael Beckdisable inline of functions which call alloca(), causes...
2008-04-10 Michael Beck- inline_method() now sets current_ir_graph itself
2008-04-07 Michael Beckissue a debug output when inlining
2008-04-07 Michael Beck- optimize Tuple nodes away before calling scalar repla...
2008-04-05 Michael Beckafter inlining, the loop-info is inconsistent
2008-04-05 Michael Beck- init function for inlining added
2008-04-04 Michael BeckImproved inliner: rerun scalar_replacement() if address...
2008-04-04 Michael BeckBugFix: store the weigths to the right location
2008-04-04 Michael Beckfixed obstack initialization, removed unused variable
2008-04-04 Michael Beck- only local visible methods get the big benefice
2008-04-04 Michael Beckcalculate benefice on real callee
2008-04-04 Michael Beckno bonus for recursive inlining
2008-04-04 Michael Beckfixed warnings
2008-04-04 Michael Becknew benefice based heuristic inliner added
2008-04-04 Michael BeckMoved inlining and DCE (which is implemented like inlin...