summaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.c
Commit message (Expand)AuthorAgeFilesLines
* 2009-04-13 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com> ...dwarak2009-04-131-1/+3
* * omp-low.c (pass_expand_omp): Don't claim to provide PROP_gimple_lomp.steven2009-04-031-4/+4
* * tree-pass.h (pass_fixup_cfg): New pass.hubicka2009-03-281-0/+2
* Bring from lto-branch:hubicka2009-03-281-31/+39
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-1/+1
* PR tree-optimization/38844hubicka2009-02-061-7/+9
* PR middle-end/38584steven2008-12-301-4/+16
* PR middle-end/38454jakub2008-12-091-0/+1
* 2008-09-11 Martin Jambor <mjambor@suse.cz>jamborm2008-09-111-65/+75
* PR other/37419jakub2008-09-091-4/+7
* PR tree-optimization/37315hubicka2008-09-031-4/+4
* * ipa-inline.c (cgraph_estimate_growth): Discover self recursivehubicka2008-08-301-9/+21
* * cgraph.c (cgraph_remove_node): Do not remove nested nodes.hubicka2008-08-291-24/+4
* * loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.hubicka2008-08-291-2/+2
* * ipa-cp.c (ipcp_analyze_node): New function.hubicka2008-08-241-24/+34
* * cgraph.c (first_cgraph_function_insertion_hook): New variable.hubicka2008-08-211-8/+12
* * flags.h (flag_really_no_inline): Remove.hubicka2008-07-291-9/+3
* 2008-07-28 Richard Guenther <rguenther@suse.de>rguenth2008-07-281-21/+28
* * cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.hubicka2008-07-251-101/+17
* 2008-07-23 Martin Jambor <mjambor@suse.cz>jamborm2008-07-231-3/+79
* Add ability to set target options (ix86 only) and optimization options on a f...meissner2008-07-231-0/+35
* gcc/rwild2008-06-061-2/+2
* PR tree-optimization/36329ebotcazou2008-05-261-6/+6
* 2008-05-15 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2008-05-151-12/+39
* * cgraph.c (dump_cgraph_node): Update.hubicka2008-05-071-14/+24
* tree-optimization/36100hubicka2008-05-051-8/+59
* PR bootstrap/36100hubicka2008-05-021-7/+2
* * tree-pass.h (opt_pass): Add IPA_PASS.hubicka2008-05-011-33/+29
* * gcc.dg/20050811-2.c: Update dumping flags.hubicka2008-03-191-15/+25
* * ipa-inline.c (cgraph_decide_inlining_of_small_function): Fix typohubicka2008-03-041-1/+1
* PR c++/35262hubicka2008-03-031-1/+1
* * gcc.dg/tree-ssa/loadpre8.c: Disable inlining.hubicka2007-09-041-7/+17
* 2007-08-28 Richard Guenther <rguenther@suse.de>rguenth2007-08-281-1/+1
* 2007-08-20 Richard Guenther <rguenther@suse.de>rguenth2007-08-201-1/+1
* * cgraphunit.c (record_cdtor_fn): Declare all cdtors always inlined.hubicka2007-08-111-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-5/+4
* * ipa.c (cgraph_postorder): Cast according to the coding conventions.tneumann2007-06-301-8/+10
* * ipa-inline.c (cgraph_mark_inline): Assert that we never inlinehubicka2007-06-261-6/+11
* 2007-06-23 Richard Guenther <rguenther@suse.de>rguenth2007-06-231-6/+5
* * c-typeck.c, config/arm/arm.c, config/darwin.c,kazu2007-05-261-1/+1
* * opts.c (decode_options): Do not fiddle with inlininghubicka2007-05-041-2/+5
* * ipa-inline.c (cgraph_maybe_hot_edge_p): Look for hot/cold attributes,hubicka2007-03-141-0/+9
* * cfgloop.c, config/alpha/alpha.c, config/bfin/bfin.c,kazu2007-02-181-1/+1
* * ipa-inline.c (cgraph_edge_badness): Add "else" missing in thehubicka2007-02-111-1/+1
* * Makefile.in (passes.o, ipa-inline.o): Add dependencies.hubicka2007-02-091-30/+63
* PR middle-end/30696hubicka2007-02-041-0/+1
* * ipa-inline.c (try_inline): Improve debug output; work on alreadyhubicka2007-02-041-36/+131
* * cgraphunit.c, config/arm/arm.c, config/m68k/m68k.c,kazu2007-01-311-6/+6
* * tree-ssa-loop-unswitch.c: Include tree-inline.h.rakdver2007-01-281-1/+2
* * ipa-inline.c (cgraph_decide_inlining): Initialize initial_insns.hubicka2007-01-251-1/+1