This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r267545 - in /branches/gcc-8-branch/gcc: Change...


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]