]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/ipa-inline.c
Add ability to set target options (ix86 only) and optimization options on a function...
[thirdparty/gcc.git] / gcc / ipa-inline.c
2008-07-23  Michael MeissnerAdd ability to set target options (ix86 only) and optim...
2008-06-06  Ralf Wildenhuescgraph.c: Fix typos in comments.
2008-05-26  Eric Botcazoure PR tree-optimization/36329 (latent problem with...
2008-05-15  Kenneth Zadeckcgraph.h (compute_inline_parameters): Made public.
2008-05-07  Jan Hubickacgraph.c (dump_cgraph_node): Update.
2008-05-05  Jan Hubickatree-pass.h (pass_O0_always_inline): Declare.
2008-05-02  Jan Hubickare PR tree-optimization/36100 (always_inline attribute...
2008-05-01  Jan Hubickatree-pass.h (opt_pass): Add IPA_PASS.
2008-03-19  Jan Hubickare PR other/35094 (RTL dump file letters hosed and...
2008-03-04  Jan Hubickaipa-inline.c (cgraph_decide_inlining_of_small_function...
2008-03-03  Jan Hubickare PR c++/35262 (FAIL: abi_check)
2007-09-04  Jan Hubickare PR middle-end/29478 (optimization generates warning...
2007-08-28  Richard Guenthertree.h (DECL_DISREGARD_INLINE_LIMITS): New.
2007-08-20  Richard Guentherc-objc-common.c (c_disregard_inline_limits): Remove.
2007-08-11  Jan Hubickacgraphunit.c (record_cdtor_fn): Declare all cdtors...
2007-07-26  Nick CliftonChange copyright header to refer to version 3 of the...
2007-06-30  Thomas Neumannipa.c (cgraph_postorder): Cast according to the coding...
2007-06-26  Jan Hubickaipa-inline.c (cgraph_mark_inline): Assert that we never...
2007-06-23  Richard Guentherre PR tree-optimization/16876 (ICE on testcase with...
2007-05-26  Kazu Hiratac-typeck.c, [...]: Fix typos and follow spelling conven...
2007-05-04  Jan Hubickaopts.c (decode_options): Do not fiddle with inlining...
2007-03-14  Jan Hubickaipa-inline.c (cgraph_maybe_hot_edge_p): Look for hot...
2007-02-18  Kazu Hiratacfgloop.c, [...]: Fix comment typos.
2007-02-11  Jan Hubickaipa-inline.c (cgraph_edge_badness): Add "else" missing...
2007-02-09  Jan HubickaMakefile.in (passes.o, [...]): Add dependencies.
2007-02-04  Jan Hubickare PR middle-end/30696 (Linker failure with OpenMP...
2007-02-04  Jan Hubickaipa-inline.c (try_inline): Improve debug output; work...
2007-01-31  Kazu Hiratacgraphunit.c, [...]: Fix comment typos.
2007-01-28  Zdenek Dvoraktree-ssa-loop-unswitch.c: Include tree-inline.h.
2007-01-25  Jan Hubicka* ipa-inline.c (cgraph_decide_inlining): Initialize...
2007-01-24  Jan Hubickaoops, wrong variant of patch.
2007-01-24  Jan Hubickaipa-inline.c (initial_insns, max_insns): Delete.
2007-01-21  Jan Hubickaipa-inline.c (inlining_mode): Comment, move up.
2007-01-19  Jan Hubickaipa-inline.c (cgraph_decide_inlining_incrementally...
2007-01-16  Jan Hubickacgraph.h (cgraph_decide_inlining_incrementally): Kill.
2007-01-08  Jan Hubickatree-pas.h (TODO_remove_function): New flag.
2006-12-20  Jan Hubickacgraph.c: Update overall comment; fix vertical spacing.
2006-12-13  Richard Guentheripa-inline.c (cgraph_flatten_node): Replace leafify...
2006-11-28  Jan Hubickainvoke.texi (large-stack-frame, [...]): New params.
2006-08-21  Jan Hubickare PR middle-end/28071 (A file that can not be compiled...
2006-08-20  Jan Hubickare PR middle-end/28779 (internal compiler error: in...
2006-07-26  Jan Hubickare PR tree-optimization/27882 (segfault in ipa-inline...
2006-07-24  Jan Hubickare PR middle-end/28071 (A file that can not be compiled...
2006-04-07  Jan Hubicka* ipa-inline.c (cgraph_early_inlining): Collect garbage.
2006-04-05  Richard Guentherre PR tree-optimization/26919 (ICE in cgraph_estimate_s...
2006-03-14  Richard Guentherre PR tree-optimization/26667 (Inlining always_inline...
2006-03-02  Daniel Berlintree-vrp.c (execute_vrp): Return value.
2006-01-31  Marcin Daleckitree-vrp.c: Use XNEW/XCNEW allocation wrappers.
2006-01-11  Jan Hubickacgraph.c (cgraph_insert_node_to_hashtable): New function.
2005-12-11  Mark Mitchellre PR c++/25010 (Segmentation fault (infinite recursion...
2005-11-15  Jan Hubickainvoke.texi (large-unit-insns): Document.
2005-11-05  Jan Hubickaipa-inline.c (cgraph_decide_inlining_of_small_function...
2005-10-30  Andreas Krebbelre PR middle-end/24093 (cgraph exhausts virtual memory...
2005-09-24  Jan Hubickacgraph.c (cgraph_clone_edge): Make the scale gcov_type.
2005-09-01  Richard Guentherre PR tree-optimization/15366 ([3.4 only][unit-at-a...
2005-08-29  Andrew Pinski[multiple changes]
2005-07-28  Jan Hubickacgraph.c (cgraph_clone_edge): New UPDATE_ORIGINAL argument.
2005-07-28  Josh Conneripa-inline.c (update_caller_keys): Fix estimated_growth...
2005-07-28  Josh Conneripa-inline.c (cgraph_edge_badness): Update comments.
2005-07-15  Richard Guentherc-common.c (handle_flatten_attribute): New function.
2005-06-30  Jan Hubicka* ipa-inline.c (cgraph_clone_inlined_nodes): Revert...
2005-06-28  Jan Hubickacgraph.c (cgraph_remove_node): Do not release function...
2005-06-25  Kelley CookUpdate FSF address.
2005-06-02  Jan Hubickacgraph.c (cgraph_node): Maintain master clones.
2005-05-29  Kazu Hiratacgraphunit.c, [...]: Fix typos and follow spelling...
2005-05-26  Kazu Hiratac-common.c, [...]: Fix comment typos.
2005-05-25  Jan HubickaMakefile.in (ipa-inline.o): Add COEVERAGE_H dependency.
2005-05-19  Jan Hubickabasic-block.h (REG_BR_PROB_BASE): Define.
2005-04-23  Kazu Hirata* ipa-inline.c, tree-ssa-operands.h: Fix comment typos.
2005-04-23  Kazu Hirata* final.c, ipa-inline.c, varasm.c: Fix comment typos.
2005-04-22  Jan HubickaMakefile.in (ipa.o, [...]): New files.