summaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/29478 (optimization generates warning for casts)Jan Hubicka2007-09-041-7/+17
* tree.h (DECL_DISREGARD_INLINE_LIMITS): New.Richard Guenther2007-08-281-1/+1
* c-objc-common.c (c_disregard_inline_limits): Remove.Richard Guenther2007-08-201-1/+1
* cgraphunit.c (record_cdtor_fn): Declare all cdtors always inlined.Jan Hubicka2007-08-111-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* ipa.c (cgraph_postorder): Cast according to the coding conventions.Thomas Neumann2007-06-301-8/+10
* ipa-inline.c (cgraph_mark_inline): Assert that we never inline uninlinable call.Jan Hubicka2007-06-261-6/+11
* re PR tree-optimization/16876 (ICE on testcase with -O3 in fold-const)Richard Guenther2007-06-231-6/+5
* c-typeck.c, [...]: Fix typos and follow spelling conventions in various warni...Kazu Hirata2007-05-261-1/+1
* opts.c (decode_options): Do not fiddle with inlining parameters in case of op...Jan Hubicka2007-05-041-2/+5
* ipa-inline.c (cgraph_maybe_hot_edge_p): Look for hot/cold attributes...Jan Hubicka2007-03-141-0/+9
* cfgloop.c, [...]: Fix comment typos.Kazu Hirata2007-02-181-1/+1
* ipa-inline.c (cgraph_edge_badness): Add "else" missing in the previous patch.Jan Hubicka2007-02-111-1/+1
* Makefile.in (passes.o, [...]): Add dependencies.Jan Hubicka2007-02-091-30/+63
* re PR middle-end/30696 (Linker failure with OpenMP and inline function)Jan Hubicka2007-02-041-0/+1
* ipa-inline.c (try_inline): Improve debug output; work on already inline edges...Jan Hubicka2007-02-041-36/+131
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2007-01-311-6/+6
* tree-ssa-loop-unswitch.c: Include tree-inline.h.Zdenek Dvorak2007-01-281-1/+2
* * ipa-inline.c (cgraph_decide_inlining): Initialize initial_insns.Jan Hubicka2007-01-251-1/+1
* oops, wrong variant of patch.Jan Hubicka2007-01-241-2/+2
* ipa-inline.c (initial_insns, max_insns): Delete.Jan Hubicka2007-01-241-11/+27
* ipa-inline.c (inlining_mode): Comment, move up.Jan Hubicka2007-01-211-130/+149
* ipa-inline.c (cgraph_decide_inlining_incrementally): Instead of 'early' argum...Jan Hubicka2007-01-191-16/+35
* cgraph.h (cgraph_decide_inlining_incrementally): Kill.Jan Hubicka2007-01-161-57/+214
* tree-pas.h (TODO_remove_function): New flag.Jan Hubicka2007-01-081-7/+8
* cgraph.c: Update overall comment; fix vertical spacing.Jan Hubicka2006-12-201-40/+28
* ipa-inline.c (cgraph_flatten_node): Replace leafify with flatten.Richard Guenther2006-12-131-2/+2
* invoke.texi (large-stack-frame, [...]): New params.Jan Hubicka2006-11-281-0/+22
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka2006-08-211-8/+16
* re PR middle-end/28779 (internal compiler error: in cgraph_estimate_size_afte...Jan Hubicka2006-08-201-7/+24
* re PR tree-optimization/27882 (segfault in ipa-inline.c, if (e->callee->local...Jan Hubicka2006-07-261-8/+19
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka2006-07-241-0/+17
* * ipa-inline.c (cgraph_early_inlining): Collect garbage.Jan Hubicka2006-04-071-1/+4
* re PR tree-optimization/26919 (ICE in cgraph_estimate_size_after_inlining wit...Richard Guenther2006-04-051-1/+1
* re PR tree-optimization/26667 (Inlining always_inline functions causes furthe...Richard Guenther2006-03-141-4/+7
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-3/+5
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-2/+2
* cgraph.c (cgraph_insert_node_to_hashtable): New function.Jan Hubicka2006-01-111-5/+12
* re PR c++/25010 (Segmentation fault (infinite recursion in cgraph_clone_inlin...Mark Mitchell2005-12-111-17/+19
* invoke.texi (large-unit-insns): Document.Jan Hubicka2005-11-151-1/+5
* ipa-inline.c (cgraph_decide_inlining_of_small_function, [...]): Do not hold m...Jan Hubicka2005-11-051-21/+32
* re PR middle-end/24093 (cgraph exhausts virtual memory building 197.parser wi...Andreas Krebbel2005-10-301-1/+1
* cgraph.c (cgraph_clone_edge): Make the scale gcov_type.Jan Hubicka2005-09-241-12/+14
* re PR tree-optimization/15366 ([3.4 only][unit-at-a-time] -fno-inline-functio...Richard Guenther2005-09-011-2/+4
* [multiple changes]Andrew Pinski2005-08-291-1/+0
* cgraph.c (cgraph_clone_edge): New UPDATE_ORIGINAL argument.Jan Hubicka2005-07-281-14/+55
* ipa-inline.c (update_caller_keys): Fix estimated_growth caching.Josh Conner2005-07-281-1/+4
* ipa-inline.c (cgraph_edge_badness): Update comments.Josh Conner2005-07-281-22/+46
* c-common.c (handle_flatten_attribute): New function.Richard Guenther2005-07-151-0/+78
* * ipa-inline.c (cgraph_clone_inlined_nodes): Revert previous patch.Jan Hubicka2005-06-301-1/+1