aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-21ipa-inline.c (inlining_mode): Comment, move up.Jan Hubicka1-130/+149
2007-01-19ipa-inline.c (cgraph_decide_inlining_incrementally): Instead of 'early' argum...Jan Hubicka1-16/+35
2007-01-16cgraph.h (cgraph_decide_inlining_incrementally): Kill.Jan Hubicka1-57/+214
2007-01-08tree-pas.h (TODO_remove_function): New flag.Jan Hubicka1-7/+8
2006-12-20cgraph.c: Update overall comment; fix vertical spacing.Jan Hubicka1-40/+28
2006-12-13ipa-inline.c (cgraph_flatten_node): Replace leafify with flatten.Richard Guenther1-2/+2
2006-11-28invoke.texi (large-stack-frame, [...]): New params.Jan Hubicka1-0/+22
2006-08-21re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka1-8/+16
2006-08-20re PR middle-end/28779 (internal compiler error: in cgraph_estimate_size_afte...Jan Hubicka1-7/+24
2006-07-26re PR tree-optimization/27882 (segfault in ipa-inline.c, if (e->callee->local...Jan Hubicka1-8/+19
2006-07-24re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka1-0/+17
2006-04-07* ipa-inline.c (cgraph_early_inlining): Collect garbage.Jan Hubicka1-1/+4
2006-04-05re PR tree-optimization/26919 (ICE in cgraph_estimate_size_after_inlining wit...Richard Guenther1-1/+1
2006-03-14re PR tree-optimization/26667 (Inlining always_inline functions causes furthe...Richard Guenther1-4/+7