aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-02Revert one ipa_call_summaries::get to get_create (PR ipa/86323).Martin Liska1-8/+5
2018-06-19Clean-up usage of ipa_fn_summary and ipa_call_summary summaries.Martin Liska1-37/+52
2018-06-08Come up with cgraph_node::get_uid and make cgraph_node::uid private.Martin Liska1-2/+2
2018-06-08Port edge_growth_cache to call_summary.Martin Liska1-12/+19
2018-06-08Use summaries->get where possible. Small refactoring of multiple calls.Martin Liska1-4/+4
2018-06-08Rename get methods in symbol-summary.h to get_create.Martin Liska1-35/+37
2018-06-08Remove MPXMartin Liska1-7/+0
2018-02-17re PR ipa/84425 (Hang in ipa-inline.c starting with r250048)Jakub Jelinek1-1/+1
2018-01-30re PR ipa/81360 (ice in estimate_edge_growth, at ipa-inline.h:86)Jan Hubicka1-22/+65
2018-01-17re PR ipa/83051 (ICE on valid code at -O3: in edge_badness, at ipa-inline.c:1...Jan Hubicka1-1/+2
2018-01-14re PR ipa/83051 (ICE on valid code at -O3: in edge_badness, at ipa-inline.c:1...Jan Hubicka1-1/+2
2018-01-14inline_small_functions speedupRichard Sandiford1-5/+9
2018-01-09* ipa-inline.c (edge_badness): Revert accidental checkin.Jan Hubicka1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-02ipa-inline.c (big_speedup_p): Fix expression.Richard Biener1-1/+1
2017-12-19re PR ipa/82801 (Internal compiler error with Eigen and __attribute__((always...Jakub Jelinek1-11/+53
2017-12-05invoke.texi: Document the options.Martin Liska1-2/+6
2017-11-24re PR bootstrap/83015 (bootstrap comparison failure on ia64)Jan Hubicka1-0/+2
2017-11-23ipa-fnsummary.c (record_modified_bb_info): Use sreal frequencies.Jan Hubicka1-87/+44
2017-11-20re PR bootstrap/83062 (Bootstrap failure: libsanitizer/tsan/tsan_rtl.h:713:44...Jan Hubicka1-1/+1
2017-11-19re PR ipa/81360 (ice in estimate_edge_growth, at ipa-inline.h:86)Jan Hubicka1-1/+2
2017-11-18cgraphclones.c (cgraph_edge::clone): Rename gcov_count to prof_count.Jan Hubicka1-2/+3
2017-11-14ipa-inline.c (edge_badness): Dump sreal frequency.Jan Hubicka1-3/+2
2017-11-14ipa-inline.c (compute_uninlined_call_time, [...]): always use frequencies.Jan Hubicka1-8/+1
2017-11-13cgraph.c (cgraph_edge::sreal_frequency): New function.Jan Hubicka1-7/+8
2017-11-10auto-profile.c (afdo_indirect_call): Drop frequency.Jan Hubicka1-99/+106
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-18/+20
2017-10-27Extend ipa-pure-const pass to propagate malloc attribute.Prathamesh Kulkarni1-3/+0
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-07-07ipa-comdats.c: Remove optimize check from gate.Jan Hubicka1-13/+25
2017-07-04Use xstrdup_for_dump in ipa-inline.c (PR ipa/81293).Martin Liska1-2/+2
2017-06-13Implement no_sanitize function attributeMartin Liska1-8/+3
2017-06-08cgraph.c (cgraph_edge::maybe_hot_p): Do not check flag_branch_probabilities.Jan Hubicka1-1/+1
2017-06-05cfgexpand.c (expand_gimple_tailcall): Initialize profile of new edge.Jan Hubicka1-2/+3
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-56/+72
2017-05-23cgraphunit.c (symbol_table::process_new_functions): Update.Jan Hubicka1-4/+4
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska1-37/+26
2017-05-23ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka1-42/+42
2017-05-22Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka1-0/+1
2017-05-22ipa-inline.c (edge_badness): Use inlined_time instead of inline_summaries->get.Jan Hubicka1-2/+3
2017-05-19ipa-inline.h (ipa_call_summary): Turn sizes into signed; add ctor.Jan Hubicka1-2/+2
2017-05-19ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka1-23/+18
2017-05-14use auto_bitmap moreTrevor Saunders1-4/+2
2017-05-03Remove ipa_update_after_lto_readMartin Jambor1-3/+0
2017-05-02common.opt (fstrict-overflow): Alias negative to fwrapv.Richard Biener1-8/+1
2017-04-30re PR tree-optimization/79224 (Large C-Ray slowdown)Jan Hubicka1-24/+24
2017-04-28ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.Jan Hubicka1-19/+11
2017-04-26ipa-cp.c (estimate_local_effects): Convert sreal to int.Jan Hubicka1-9/+21
2017-02-13cprop.c (cprop_jump): Add missing space in string literal.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1