aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-10ipa-inline.c:ipa_inline: Fix leak of "order" when optimizations are disabled.David Malcolm1-2/+3
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-15/+15
2013-09-17re PR ipa/58332 (error: inlined_to pointer is set but no predecessors found)Jan Hubicka1-1/+2
2013-09-13re PR middle-end/58094 (IPA devirt testsuite errors)Jan Hubicka1-17/+15
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-06re PR middle-end/58094 (IPA devirt testsuite errors)Jan Hubicka1-34/+69
2013-08-30cgraph.c (cgraph_function_body_availability): Handle weakref correctly.Jan Hubicka1-5/+11
2013-08-28ipa-inline.c (edge_badness): Fix integer underflow.Dehao Chen1-5/+24
2013-08-26cgraph.c (cgraph_speculative_call_info): Fix parameter order and formating; a...Jan Hubicka1-2/+4
2013-08-13cgraph.c (cgraph_turn_edge_to_speculative): Return newly introduced edge; fix...Jan Hubicka1-64/+191
2013-08-09cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka1-0/+16
2013-08-08cgraphbuild.c (build_cgraph_edges): Do not walk into debugs.Jan Hubicka1-0/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-44/+78
2013-06-24re PR tree-optimization/57539 (ice in ipa_edge_duplication_hook)Martin Jambor1-1/+1
2013-06-18Emit errors when always_inline functions cannot be inlined in -O0 mode.Sriraman Tallam1-1/+9
2013-06-15tree-flow.h (gimple_check_call_matching_types): Add new argument.Dehao Chen1-2/+2
2013-06-04attr-alias.c: New testcase.Jan Hubicka1-2/+1
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-2/+5
2013-05-15ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header...Martin Jambor1-19/+22
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-1/+1
2013-04-10cif-code.def (OVERWRITABLE): Correct the comment for overwritable function.Zhouyi Zhou1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-09re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...Jan Hubicka1-1/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-3/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-10/+10
2012-11-14re PR bootstrap/55051 (profiledbootstrap failed)Jan Hubicka1-3/+5
2012-11-11re PR fortran/48636 (Enable more inlining with -O2 and higher)Jan Hubicka1-0/+3
2012-11-08re PR fortran/48636 (Enable more inlining with -O2 and higher)Jan Hubicka1-0/+21
2012-11-06ipa-inline.c (compute_uninlined_call_time): Return gcov_type.Jan Hubicka1-15/+16
2012-11-05ipa-inline.c (compute_uninlined_call_time, [...]): New functions.Jan Hubicka1-70/+100
2012-11-05ipa-inline.c (leaf_node_p): Rename to ...Jan Hubicka1-11/+15
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-10-31ipa-inline.c (ipa_inline): Avoid infinite loop on inlining empty virtual func...Jan Hubicka1-22/+34
2012-10-29ipa-inline.c (want_inline_function_called_once_p): Rename to ...Jan Hubicka1-45/+53
2012-10-28inlinehint-3.c: New testcase.Jan Hubicka1-4/+15
2012-10-28Fix previous commit.Jan Hubicka1-0/+3
2012-10-28ipa-inline.c (edge_badness): Reduce precision; use scc hints.Jan Hubicka1-11/+19
2012-10-25ipa-inline.c (recursive_inlining): Redirect to master clone before testing pr...Jan Hubicka1-6/+25
2012-09-12re PR fortran/48636 (Enable more inlining with -O2 and higher)Jan Hubicka1-3/+6
2012-09-05ipa-inline.c (want_inline_small_function_p): Use INLINE_HINT_loop_iterations ...Jan Hubicka1-1/+2
2012-08-21re PR fortran/48636 (Enable more inlining with -O2 and higher)Jan Hubicka1-2/+4
2012-08-19re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...Jan Hubicka1-3/+19
2012-08-15timevar.def (TV_VARPOOL, [...]): Remove.Steven Bosscher1-2/+2
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-12/+12
2012-08-10re PR middle-end/54146 (Very slow compile with attribute((flatten)))Jan Hubicka1-6/+10
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-2/+2
2012-05-10ipa-inline.c (update_all_callee_keys): Remove.Jan Hubicka1-57/+2
2012-05-10cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...Jan Hubicka1-1/+1