summaryrefslogtreecommitdiff
path: root/gcc/ipa-split.c
AgeCommit message (Expand)Author
2020-08-27vec: add exact argument for various grow functions.Martin Liska
2020-03-20Fix verifier ICE on wrong comdat local flag [PR93347]Jan Hubicka
2020-01-01Update copyright years.Jakub Jelinek
2019-12-08Fix tp_first_run update in split_function.Jan Hubicka
2019-11-23ipa-fnsummary.c: Fix comment typos.Jakub Jelinek
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-10-30Remove cgraph_local_info structure.Martin Liska
2019-09-20New IPA-SRAMartin Jambor
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-03-08Restrict IPA split (PR go/63560).Jan Hubicka
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-08-27Come up with fndecl_built_in_p.Martin Liska
2018-06-19Clean-up usage of ipa_fn_summary and ipa_call_summary summaries.Martin Liska
2018-06-08Rename get methods in symbol-summary.h to get_create.Martin Liska
2018-06-08Remove MPXMartin Liska
2018-02-12re PR middle-end/83665 (Big code size regression and some code quality improv...Jan Hubicka
2018-01-03Update copyright years.Jakub Jelinek
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva
2017-11-18cgraphclones.c (cgraph_edge::clone): Rename gcov_count to prof_count.Jan Hubicka
2017-11-16ipa-split.c (split_bb_info): Turn time to sreal.Jan Hubicka
2017-11-14ipa-split.c (struct split_point): Add count.Jan Hubicka
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-06* ipa-split.c (split_function): Initialize return bb profile.Jan Hubicka
2017-05-23ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka
2017-05-22Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka
2017-05-19ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka
2017-05-16Add default value for last argument of dump functions.Martin Liska
2017-04-11Add function part to a same comdat group (PR ipa/80212).Martin Liska
2017-04-08Revert r246759.Martin Liska
2017-04-07Add function part to a same comdat group (PR ipa/80212).Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek
2016-09-26ipa-inline-analysis.c (find_foldable_builtin_expect): Use gimple_call_interna...Marek Polacek
2016-02-12re PR ipa/69241 (ICE with noreturn and function that return non-POD)Jakub Jelinek
2016-02-12re PR ipa/68672 (g++.dg/torture/pr68470.C: ICE: cannot update SSA form: state...Jakub Jelinek
2016-02-10re PR ipa/69241 (ICE with noreturn and function that return non-POD)Jakub Jelinek
2016-02-08re PR tree-optimization/69209 (ICE at -Os and above on x86_64-linux-gnu (veri...Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-12-18re PR debug/68860 (FAIL: gcc.dg/guality/pr36728-1.c -flto -O3 -g line 17 a...Jakub Jelinek
2015-12-10re PR ipa/68721 (wrong code at -Os and above on x86_64-linux-gnu)Richard Biener
2015-12-01re PR ipa/68470 (Internal Compiler Error observed by g++-4.9.2 and a few othe...Richard Biener
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-09-20switch from gimple to gimple*Trevor Saunders