aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-07lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has no addr...Jan Hubicka1-4/+6
2009-10-03Merge lto branch into trunk.Diego Novillo1-10/+21
2009-10-01cgraph.c (cgraph_clone_node): Add redirect_callers parameter.Jan Hubicka1-2/+3
2009-09-15ipa-inline.c (estimate_function_body_sizes): Dump info about individual state...Martin Jambor1-15/+10
2009-09-14Squash commit of EH in gimpleRichard Henderson1-25/+8
2009-08-12Fix to PR41012Xinliang David Li1-14/+9
2009-07-30re PR tree-optimization/40570 (ICE with recursion at -O3)Martin Jambor1-0/+2
2009-07-03ipa-inline.c (cgraph_decide_inlining_incrementally): When optimizing for size...Jan Hubicka1-1/+2
2009-05-25cgraph.c (dump_cgraph_node): Dump size/time/benefit.Jan Hubicka1-97/+315
2009-05-21cgraph.h (struct cgraph_node): Remove inline_decl member.Richard Guenther1-7/+2
2009-05-16alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor1-1/+1
2009-05-15invoke.texi (max-early-inliner-iterations): New flag.Jan Hubicka1-66/+77
2009-05-15Revert the following patch until testsuite fallout is fixed:Jan Hubicka1-283/+92
2009-05-15cgraph.c (dump_cgraph_node): Dump size/time/benefit.Jan Hubicka1-92/+283
2009-05-08cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument; han...Jan Hubicka1-1/+1
2009-04-13ipa-inline.c (cgraph_decide_inlining_of_small_function): Dump ...Dwarakanath Rajagopal1-1/+3
2009-04-03omp-low.c (pass_expand_omp): Don't claim to provide PROP_gimple_lomp.Steven Bosscher1-4/+4
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