beifg: Simplify the implementation of be_ifg_foreach_node().
[libfirm] / ir / opt / opt_inline.c
2008-09-24 Matthias Braunfix warning
2008-09-24 Matthias Braunimproved? inlining heuristic
2008-09-23 Michael Beck- implemented mtp_property_weak
2008-09-23 Matthias Braunfree_methods was a bad base for callgraph walks, use...
2008-09-22 Matthias Brauntoposort callgraph when inlining
2008-09-10 Christoph MallonUse Block-specific functions instead of generic get_irn...
2008-08-26 Michael BeckDo NOT call DBG_OPT_CSE() in identify remember, as...
2008-08-15 Michael Beck- workround for inline of got inlined: we cannot
2008-08-06 Michael Beck- revert r20998, not that simple
2008-08-05 Michael BeckBugFix: map all anchored nodes of the called graph...
2008-07-30 Matthias Braunsimply deactivate edges instead of asserting it
2008-07-30 Michael Beck- inline_method moves copied constants to start block yet
2008-05-30 Michael Beckinline_method():
2008-05-30 Michael Beckhandle a call with less arguments than needed gracefull...
2008-05-15 Michael BeckImproved inline heuristic:
2008-05-13 Michael BeckBugFix:loop-info must run on copy
2008-05-13 Michael Beckinline_leave_functions(): uses new collect_calls2(...
2008-05-09 Michael Beck- give bonus to small functions and leaves
2008-05-09 Michael BeckBugFix: add missing assure_cf_loop() for copy graphs
2008-05-09 Michael Beckinline_functions now inlines calls inside loops first
2008-05-05 Michael Beckadd a parameter to limit the maximum size of methods...
2008-04-14 Michael Beck- get_irg_initial_exec()/set_irg_initial_exec() added
2008-04-11 Michael Becklimited support for inlining K&R functions added
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...