diff options
author | xur <xur@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-10-07 16:26:51 +0000 |
---|---|---|
committer | xur <xur@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-10-07 16:26:51 +0000 |
commit | 8a8f3988cc664184856fff19693e66dfe12b5362 (patch) | |
tree | ec5419b2831d19dc8df760f601a64c3f1c46fbe8 /libgcc | |
parent | 45e6f6f0f02257f555d4c3961555362ad995dcb0 (diff) | |
download | gcc-8a8f3988cc664184856fff19693e66dfe12b5362.tar.gz |
Update the ChangeLog for r215962 and r215963.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215976 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 7adbc042c26..248c1786ff5 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,18 @@ +2014-10-06 Rong Xu <xur@google.com> + + * Makefile.in: Ditto. + * libgcov-driver.c (gcov_sort_n_vals): New utility function. + (gcov_sort_icall_topn_counter): Ditto. + (gcov_sort_topn_counter_arrays): Ditto. + (dump_one_gcov): Sort indirect_call topn counters. + * libgcov-merge.c (__gcov_merge_icall_topn): New merge + function. + * libgcov-profiler.c (__gcov_topn_value_profiler_body): New + utility function. + (__gcov_indirect_call_topn_profiler): New profiler function. + * libgcov-util.c (__gcov_icall_topn_counter_op): New. + * libgcov.h: New decls. + 2014-10-04 Trevor Saunders <tsaunders@mozilla.com> * config.host: Remove support for score-*. |