r267545 - in /branches/gcc-8-branch/gcc: Change...
marxin@gcc.gnu.org
marxin@gcc.gnu.org
Thu Jan 3 08:48:00 GMT 2019
Author: marxin
Date: Thu Jan 3 08:48:45 2019
New Revision: 267545
URL: https://gcc.gnu.org/viewcvs?rev=267545&root=gcc&view=rev
Log:
Backport r267495
2019-01-03 Martin Liska <mliska@suse.cz>
Backport from mainline
2019-01-01 Jan Hubicka <hubicka@ucw.cz>
* coverage.c (get_coverage_counts): Use current_function_decl.
* profile.c (read_thunk_profile): New function.
(branch_prob): Add THUNK parameter.
* tree-profile.c (tree_profiling): Handle thunks.
* value-prof.c (init_node_map): Handle thunks.
* value-prof.h (branch_prob): Upate prototype.
(read_thunk_profile): Declare.
2019-01-03 Martin Liska <mliska@suse.cz>
Backport from mainline
2019-01-01 Jan Hubicka <hubicka@ucw.cz>
* g++.dg/tree-prof/devirt.C: Update testcase.
Modified:
branches/gcc-8-branch/gcc/ChangeLog
branches/gcc-8-branch/gcc/coverage.c
branches/gcc-8-branch/gcc/profile.c
branches/gcc-8-branch/gcc/testsuite/ChangeLog
branches/gcc-8-branch/gcc/testsuite/g++.dg/tree-prof/devirt.C
branches/gcc-8-branch/gcc/tree-profile.c
branches/gcc-8-branch/gcc/value-prof.c
branches/gcc-8-branch/gcc/value-prof.h
More information about the Gcc-cvs
mailing list