aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-28tree-pass.h (pass_fixup_cfg): New pass.Jan Hubicka1-0/+2
2009-03-28Bring from lto-branch:Jan Hubicka1-31/+39
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-06re PR tree-optimization/38844 (deadlock with __attribute__((always_inline)) a...Jan Hubicka1-7/+9
2008-12-30re PR middle-end/38584 (Inline heuristics run even at -O0)Steven Bosscher1-4/+16
2008-12-10re PR middle-end/38454 (memcpy folding breaks -D_FORTIFY_SOURCE=2 protection)Jakub Jelinek1-0/+1
2008-09-11ipa-prop.h (struct ipa_param_flags): Removed.Martin Jambor1-65/+75
2008-09-09re PR other/37419 (mpfr related memory corruption)Jakub Jelinek1-4/+7
2008-09-03re PR tree-optimization/37315 (gcc.c-torture/execute/931018-1.c int-compare....Jan Hubicka1-4/+4
2008-08-30ipa-inline.c (cgraph_estimate_growth): Discover self recursive functions.Jan Hubicka1-9/+21
2008-08-29cgraph.c (cgraph_remove_node): Do not remove nested nodes.Jan Hubicka1-24/+4
2008-08-29loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka1-2/+2
2008-08-24ipa-cp.c (ipcp_analyze_node): New function.Jan Hubicka1-24/+34
2008-08-21cgraph.c (first_cgraph_function_insertion_hook): New variable.Jan Hubicka1-8/+12
2008-07-29flags.h (flag_really_no_inline): Remove.Jan Hubicka1-9/+3
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-21/+28
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-101/+17
2008-07-23ipa-cp.c (ipcp_print_edge_profiles): Test for node->analyzed rather than for ...Martin Jambor1-3/+79
2008-07-23Add ability to set target options (ix86 only) and optimization options on a f...Michael Meissner1-0/+35
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-05-26re PR tree-optimization/36329 (latent problem with tree inlining)Eric Botcazou1-6/+6
2008-05-15cgraph.h (compute_inline_parameters): Made public.Kenneth Zadeck1-12/+39
2008-05-07cgraph.c (dump_cgraph_node): Update.Jan Hubicka1-14/+24
2008-05-05tree-pass.h (pass_O0_always_inline): Declare.Jan Hubicka1-8/+59
2008-05-02re PR tree-optimization/36100 (always_inline attribute is broken at -O0)Jan Hubicka1-7/+2
2008-05-01tree-pass.h (opt_pass): Add IPA_PASS.Jan Hubicka1-33/+29
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-15/+25
2008-03-04ipa-inline.c (cgraph_decide_inlining_of_small_function): Fix typo in last com...Jan Hubicka1-1/+1
2008-03-03re PR c++/35262 (FAIL: abi_check)Jan Hubicka1-1/+1
2007-09-04re PR middle-end/29478 (optimization generates warning for casts)Jan Hubicka1-7/+17
2007-08-28tree.h (DECL_DISREGARD_INLINE_LIMITS): New.Richard Guenther1-1/+1
2007-08-20c-objc-common.c (c_disregard_inline_limits): Remove.Richard Guenther1-1/+1
2007-08-11cgraphunit.c (record_cdtor_fn): Declare all cdtors always inlined.Jan Hubicka1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-06-30ipa.c (cgraph_postorder): Cast according to the coding conventions.Thomas Neumann1-8/+10
2007-06-26ipa-inline.c (cgraph_mark_inline): Assert that we never inline uninlinable call.Jan Hubicka1-6/+11
2007-06-23re PR tree-optimization/16876 (ICE on testcase with -O3 in fold-const)Richard Guenther1-6/+5
2007-05-26c-typeck.c, [...]: Fix typos and follow spelling conventions in various warni...Kazu Hirata1-1/+1
2007-05-04opts.c (decode_options): Do not fiddle with inlining parameters in case of op...Jan Hubicka1-2/+5
2007-03-14ipa-inline.c (cgraph_maybe_hot_edge_p): Look for hot/cold attributes...Jan Hubicka1-0/+9
2007-02-18cfgloop.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-02-11ipa-inline.c (cgraph_edge_badness): Add "else" missing in the previous patch.Jan Hubicka1-1/+1
2007-02-09Makefile.in (passes.o, [...]): Add dependencies.Jan Hubicka1-30/+63
2007-02-04re PR middle-end/30696 (Linker failure with OpenMP and inline function)Jan Hubicka1-0/+1
2007-02-04ipa-inline.c (try_inline): Improve debug output; work on already inline edges...Jan Hubicka1-36/+131
2007-01-31cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-6/+6
2007-01-28tree-ssa-loop-unswitch.c: Include tree-inline.h.Zdenek Dvorak1-1/+2
2007-01-25* ipa-inline.c (cgraph_decide_inlining): Initialize initial_insns.Jan Hubicka1-1/+1
2007-01-24oops, wrong variant of patch.Jan Hubicka1-2/+2
2007-01-24ipa-inline.c (initial_insns, max_insns): Delete.Jan Hubicka1-11/+27