summaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.c
Commit message (Expand)AuthorAgeFilesLines
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-10/+10
* re PR bootstrap/55051 (profiledbootstrap failed)Jan Hubicka2012-11-141-3/+5
* re PR fortran/48636 (Enable more inlining with -O2 and higher)Jan Hubicka2012-11-111-0/+3
* re PR fortran/48636 (Enable more inlining with -O2 and higher)Jan Hubicka2012-11-081-0/+21
* ipa-inline.c (compute_uninlined_call_time): Return gcov_type.Jan Hubicka2012-11-061-15/+16
* ipa-inline.c (compute_uninlined_call_time, [...]): New functions.Jan Hubicka2012-11-051-70/+100
* ipa-inline.c (leaf_node_p): Rename to ...Jan Hubicka2012-11-051-11/+15
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+2
* ipa-inline.c (ipa_inline): Avoid infinite loop on inlining empty virtual func...Jan Hubicka2012-10-311-22/+34
* ipa-inline.c (want_inline_function_called_once_p): Rename to ...Jan Hubicka2012-10-291-45/+53
* inlinehint-3.c: New testcase.Jan Hubicka2012-10-281-4/+15
* Fix previous commit.Jan Hubicka2012-10-281-0/+3
* ipa-inline.c (edge_badness): Reduce precision; use scc hints.Jan Hubicka2012-10-281-11/+19
* ipa-inline.c (recursive_inlining): Redirect to master clone before testing pr...Jan Hubicka2012-10-251-6/+25
* re PR fortran/48636 (Enable more inlining with -O2 and higher)Jan Hubicka2012-09-121-3/+6
* ipa-inline.c (want_inline_small_function_p): Use INLINE_HINT_loop_iterations ...Jan Hubicka2012-09-051-1/+2
* re PR fortran/48636 (Enable more inlining with -O2 and higher)Jan Hubicka2012-08-211-2/+4
* re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...Jan Hubicka2012-08-191-3/+19
* timevar.def (TV_VARPOOL, [...]): Remove.Steven Bosscher2012-08-151-2/+2
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-12/+12
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Jan Hubicka2012-08-101-6/+10
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-2/+2
* ipa-inline.c (update_all_callee_keys): Remove.Jan Hubicka2012-05-101-57/+2
* cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...Jan Hubicka2012-05-101-1/+1
* re PR middle-end/53136 (Use after free in ipa_make_edge_direct_to_target, cxx...Uros Bizjak2012-04-301-23/+28
* lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka2012-04-181-4/+4
* cgraph.c (cgraph_node_name): Remove.Jan Hubicka2012-04-181-1/+1
* cgraph.h (symtab_node_base): Add next and previous pointers.Jan Hubicka2012-04-161-2/+2
* cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka2012-04-161-2/+2
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-59/+61
* + PR middle-end/52142 + * ipa-inline.c (can_inline_edge_p): Do not inline...Aldy Hernandez2012-02-151-3/+3
* * ipa-inline.c (want_inline_small_function_p): Fix formating.Jan Hubicka2012-01-081-2/+0
* re PR tree-optimization/51680 (g++ 4.7 fails to inline trivial template stuff)Jan Hubicka2012-01-071-31/+38
* re PR tree-optimization/51519 (ICE: in inline_small_functions, at ipa-inline....Richard Guenther2011-12-131-1/+1
* re PR middle-end/50823 (ICE in inline_small_functions, at ipa-inline.c:1407)Richard Guenther2011-12-071-5/+2
* cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from th...Richard Guenther2011-12-051-11/+5
* re PR bootstrap/51346 (LTO bootstrap failed with bootstrap-profiled)Diego Novillo2011-12-011-9/+9
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-0/+8
* re PR middle-end/50890 (ICE in fold_convert_loc, at fold-const.c:1894)Richard Guenther2011-11-021-0/+2
* * ipa-inline.c (estimate_badness): Scale up and handle overflows.Jan Hubicka2011-10-231-4/+10
* ipa-inline.c (inline_small_functions): Always update all calles after inlining.Jan Hubicka2011-10-201-2/+7
* re PR bootstrap/50709 (stage3 bootstrap comparison failure with --disable-che...Jan Hubicka2011-10-201-3/+6
* ipa-inline-transform.c (inline_call): Always update jump functions after inli...Jan Hubicka2011-09-221-4/+2
* ipa-inline.c (relative_time_benefit): Fix wrong bracketting.Jan Hubicka2011-09-211-3/+2
* re PR tree-optimization/49735 (mips64-elf libgcc build fails with apparently ...Jan Hubicka2011-08-051-2/+3
* ipa-inline.c (can_inline_edge_p): Look into DECL_STRUCT_FUNCTION of original ...Eric Botcazou2011-07-251-8/+15
* cif-code.def (OVERWRITABLE): Fix typo and move around.Eric Botcazou2011-07-191-1/+1
* re PR middle-end/49373 (Many testcase failures)Jan Hubicka2011-06-231-7/+5
* PR middle-end/49139 PR other/43564 make sure the inline function is inlinedChristian Bruel2011-06-211-2/+4