aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-3/+5
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-2/+2
2006-01-11cgraph.c (cgraph_insert_node_to_hashtable): New function.Jan Hubicka1-5/+12
2005-12-11re PR c++/25010 (Segmentation fault (infinite recursion in cgraph_clone_inlin...Mark Mitchell1-17/+19
2005-11-15invoke.texi (large-unit-insns): Document.Jan Hubicka1-1/+5
2005-11-05ipa-inline.c (cgraph_decide_inlining_of_small_function, [...]): Do not hold m...Jan Hubicka1-21/+32
2005-10-30re PR middle-end/24093 (cgraph exhausts virtual memory building 197.parser wi...Andreas Krebbel1-1/+1
2005-09-24cgraph.c (cgraph_clone_edge): Make the scale gcov_type.Jan Hubicka1-12/+14
2005-09-01re PR tree-optimization/15366 ([3.4 only][unit-at-a-time] -fno-inline-functio...Richard Guenther1-2/+4
2005-08-29[multiple changes]Andrew Pinski1-1/+0
2005-07-28cgraph.c (cgraph_clone_edge): New UPDATE_ORIGINAL argument.Jan Hubicka1-14/+55
2005-07-28ipa-inline.c (update_caller_keys): Fix estimated_growth caching.Josh Conner1-1/+4
2005-07-28ipa-inline.c (cgraph_edge_badness): Update comments.Josh Conner1-22/+46
2005-07-15c-common.c (handle_flatten_attribute): New function.Richard Guenther1-0/+78
2005-06-30* ipa-inline.c (cgraph_clone_inlined_nodes): Revert previous patch.Jan Hubicka1-1/+1