aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo1-22/+24
2013-08-13cgraph.c (cgraph_turn_edge_to_speculative): Return newly introduced edge; fix...Jan Hubicka1-0/+1
2013-07-21Fix typos.Ondřej Bílka1-3/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-43/+24
2012-11-11re PR fortran/48636 (Enable more inlining with -O2 and higher)Jan Hubicka1-3/+21
2012-11-07re PR tree-optimization/53787 (Possible IPA-SRA / IPA-CP improvement)Martin Jambor1-3/+5
2012-11-05ipa-inline.c (compute_uninlined_call_time, [...]): New functions.Jan Hubicka1-1/+9
2012-10-28ipa-inline.c (edge_badness): Reduce precision; use scc hints.Jan Hubicka1-1/+5
2012-10-07ipa-inline-analysis.c (do_estimate_edge_time): Return actual time spent by th...Jan Hubicka1-4/+15
2012-09-12re PR fortran/48636 (Enable more inlining with -O2 and higher)Jan Hubicka1-2/+6
2012-08-29ipa-inline.h (estimate_edge_hints): Call do_estimate_edge_hints, not do_estim...Martin Jambor1-1/+1
2012-08-21re PR fortran/48636 (Enable more inlining with -O2 and higher)Jan Hubicka1-1/+6
2012-08-19re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...Jan Hubicka1-2/+28
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-5/+5
2012-08-13tree-pass.h (write_summary, [...]): Remove set and vset arguments.Jan Hubicka1-1/+1
2012-08-11re PR fortran/48636 (Enable more inlining with -O2 and higher)Martin Jambor1-1/+10
2012-08-10re PR middle-end/54146 (Very slow compile with attribute((flatten)))Jan Hubicka1-1/+2
2012-04-18lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka1-1/+1
2011-11-15ipa-cp.c (ipa_value_from_jfunc): Make global.Maxim Kuvyrkov1-0/+1
2011-09-23inline-1.c: new testcase.Jan Hubicka1-0/+21
2011-09-21ipa-inline.c (relative_time_benefit): Fix wrong bracketting.Jan Hubicka1-1/+1
2011-09-06ipa-inline.h (struct inline_summary): Move versionable flag...Martin Jambor1-3/+0
2011-05-14ipa-prop.c (ipa_cst_from_jfunc): New function.Martin Jambor1-1/+3
2011-05-08cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.Jan Hubicka1-0/+1
2011-05-01ipa-inline.c (caller_growth_limits): Fix thinko whenJan Hubicka1-0/+1
2011-04-29inline-10.c: New testcase.Jan Hubicka1-1/+1
2011-04-27inline-9.c: New testcase.Jan Hubicka1-0/+1
2011-04-26cgraphbuild.c (build_cgraph_edges): Update call of cgraph_create_edge and cgr...Jan Hubicka1-0/+23
2011-04-22gengtype.c (open_base_files): Add ipa-inline.h include.Jan Hubicka1-21/+139
2011-04-19cgraph.h (save_inline_function_body): Remove.Jan Hubicka1-0/+9
2011-04-17lto-symtab.c (lto_cgraph_replace_node): When call statement is present, also ...Jan Hubicka1-2/+0
2011-04-16cgraphbuild.c: Include ipa-inline.h.Jan Hubicka1-4/+29
2011-04-14cgraph.c (dump_cgraph_node): Do not dump inline summaries.Jan Hubicka1-7/+27
2011-04-13ipa-inline.h: New file.Jan Hubicka1-0/+52