aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-14ipa-fnsummary.c (ipa_dump_hints): Do not dump array_index.Jan Hubicka1-3/+0
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-2/+2
2019-06-10Reduce SCCs in IPA postorder.Martin Liska1-1/+11
2019-04-18re PR ipa/85051 (ICE: in edge_badness, at ipa-inline.c:1035 with flattening r...Jan Hubicka1-7/+8
2019-04-03re PR tree-optimization/89730 (-flive-patching=inline-only-static should gran...Qing Zhao1-6/+7
2019-02-11Construct ipa_reduced_postorder always for overwritable (PR ipa/89009).Martin Liska1-1/+1
2019-01-31re PR sanitizer/89124 (__attribute__((no_sanitize_address)) interferes with _...Jakub Jelinek1-0/+6
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-2/+2
2019-01-06re PR tree-optimization/86020 (Performance regression in Eigen geometry.cpp t...Jan Hubicka1-1/+1
2019-01-05invoke.texi (max-inline-insns-small): New parameters.Jan Hubicka1-6/+4
2019-01-05invoke.texi: Document max-inline-insns-size...Jan Hubicka1-3/+5
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-29Add a new option -flive-patching={inline-only-static|inline-clone}Qing Zhao1-0/+6
2018-11-13Fix ICE with -fopt-info-inline (PR ipa/87955)David Malcolm1-6/+8
2018-11-08ipa-inline.c/tree-inline.c: port from fprintf to dump API (PR ipa/86395)David Malcolm1-91/+100
2018-11-07ipa-inline.c (want_inline_small_function_p): Compute big_speedup_p lazily and...Richard Biener1-7/+7
2018-10-04Call ultimate_alias_target for node being inlined (PR ipa/87491).Martin Liska1-2/+3
2018-08-31[ipa-inline][obvious] Fix typos in commentKyrylo Tkachov1-3/+3
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