| Commit message (Expand) | Author | Age | Files | Lines |
* | 2008-05-15 Kenneth Zadeck <zadeck@naturalbridge.com> | zadeck | 2008-05-15 | 1 | -12/+39 |
* | * cgraph.c (dump_cgraph_node): Update. | hubicka | 2008-05-07 | 1 | -14/+24 |
* | tree-optimization/36100 | hubicka | 2008-05-05 | 1 | -8/+59 |
* | PR bootstrap/36100 | hubicka | 2008-05-02 | 1 | -7/+2 |
* | * tree-pass.h (opt_pass): Add IPA_PASS. | hubicka | 2008-05-01 | 1 | -33/+29 |
* | * gcc.dg/20050811-2.c: Update dumping flags. | hubicka | 2008-03-19 | 1 | -15/+25 |
* | * ipa-inline.c (cgraph_decide_inlining_of_small_function): Fix typo | hubicka | 2008-03-04 | 1 | -1/+1 |
* | PR c++/35262 | hubicka | 2008-03-03 | 1 | -1/+1 |
* | * gcc.dg/tree-ssa/loadpre8.c: Disable inlining. | hubicka | 2007-09-04 | 1 | -7/+17 |
* | 2007-08-28 Richard Guenther <rguenther@suse.de> | rguenth | 2007-08-28 | 1 | -1/+1 |
* | 2007-08-20 Richard Guenther <rguenther@suse.de> | rguenth | 2007-08-20 | 1 | -1/+1 |
* | * cgraphunit.c (record_cdtor_fn): Declare all cdtors always inlined. | hubicka | 2007-08-11 | 1 | -1/+1 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | nickc | 2007-07-26 | 1 | -5/+4 |
* | * ipa.c (cgraph_postorder): Cast according to the coding conventions. | tneumann | 2007-06-30 | 1 | -8/+10 |
* | * ipa-inline.c (cgraph_mark_inline): Assert that we never inline | hubicka | 2007-06-26 | 1 | -6/+11 |
* | 2007-06-23 Richard Guenther <rguenther@suse.de> | rguenth | 2007-06-23 | 1 | -6/+5 |
* | * c-typeck.c, config/arm/arm.c, config/darwin.c, | kazu | 2007-05-26 | 1 | -1/+1 |
* | * opts.c (decode_options): Do not fiddle with inlining | hubicka | 2007-05-04 | 1 | -2/+5 |
* | * ipa-inline.c (cgraph_maybe_hot_edge_p): Look for hot/cold attributes, | hubicka | 2007-03-14 | 1 | -0/+9 |
* | * cfgloop.c, config/alpha/alpha.c, config/bfin/bfin.c, | kazu | 2007-02-18 | 1 | -1/+1 |
* | * ipa-inline.c (cgraph_edge_badness): Add "else" missing in the | hubicka | 2007-02-11 | 1 | -1/+1 |
* | * Makefile.in (passes.o, ipa-inline.o): Add dependencies. | hubicka | 2007-02-09 | 1 | -30/+63 |
* | PR middle-end/30696 | hubicka | 2007-02-04 | 1 | -0/+1 |
* | * ipa-inline.c (try_inline): Improve debug output; work on already | hubicka | 2007-02-04 | 1 | -36/+131 |
* | * cgraphunit.c, config/arm/arm.c, config/m68k/m68k.c, | kazu | 2007-01-31 | 1 | -6/+6 |
* | * tree-ssa-loop-unswitch.c: Include tree-inline.h. | rakdver | 2007-01-28 | 1 | -1/+2 |
* | * ipa-inline.c (cgraph_decide_inlining): Initialize initial_insns. | hubicka | 2007-01-25 | 1 | -1/+1 |
* | oops, wrong variant of patch. | hubicka | 2007-01-24 | 1 | -2/+2 |
* | * ipa-inline.c (initial_insns, max_insns): Delete. | hubicka | 2007-01-24 | 1 | -11/+27 |
* | * ipa-inline.c (inlining_mode): Comment, move up. | hubicka | 2007-01-21 | 1 | -130/+149 |
* | * ipa-inline.c (cgraph_decide_inlining_incrementally): Instead of 'early' ar... | hubicka | 2007-01-19 | 1 | -16/+35 |
* | * cgraph.h (cgraph_decide_inlining_incrementally): Kill. | hubicka | 2007-01-16 | 1 | -57/+214 |
* | * tree-pas.h (TODO_remove_function): New flag. | hubicka | 2007-01-08 | 1 | -7/+8 |
* | * cgraph.c: Update overall comment; fix vertical spacing. | hubicka | 2006-12-20 | 1 | -40/+28 |
* | 2006-12-13 Richard Guenther <rguenther@suse.de> | rguenth | 2006-12-13 | 1 | -2/+2 |
* | * invoke.texi (large-stack-frame, large-stack-frame-growth): New params. | hubicka | 2006-11-28 | 1 | -0/+22 |
* | PR rtl-optimization/28071 | hubicka | 2006-08-21 | 1 | -8/+16 |
* | PR middle-end/28779 | hubicka | 2006-08-20 | 1 | -7/+24 |
* | PR tree-optimization/27882 | hubicka | 2006-07-26 | 1 | -8/+19 |
* | PR rtl-optimization/28071 | hubicka | 2006-07-24 | 1 | -0/+17 |
* | * ipa-inline.c (cgraph_early_inlining): Collect garbage. | hubicka | 2006-04-07 | 1 | -1/+4 |
* | 2006-04-05 Richard Guenther <rguenther@suse.de> | rguenth | 2006-04-05 | 1 | -1/+1 |
* | 2006-03-14 Richard Guenther <rguenther@suse.de> | rguenth | 2006-03-14 | 1 | -4/+7 |
* | 2006-03-02 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2006-03-02 | 1 | -3/+5 |
* | 2006-01-31 Marcin Dalecki <martin@dalecki.de> | dalecki | 2006-01-31 | 1 | -2/+2 |
* | * cgraph.c (cgraph_insert_node_to_hashtable): New function. | hubicka | 2006-01-11 | 1 | -5/+12 |
* | PR c++/25010 | mmitchel | 2005-12-11 | 1 | -17/+19 |
* | * invoke.texi (large-unit-insns): Document. | hubicka | 2005-11-15 | 1 | -1/+5 |
* | * ipa-inline.c (cgraph_decide_inlining_of_small_function, | hubicka | 2005-11-05 | 1 | -21/+32 |
* | PR middle-end/24093 | hubicka | 2005-10-30 | 1 | -1/+1 |