Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
fe1090c1
Commit
fe1090c1
authored
Oct 07, 2014
by
Rong Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the ChangeLog for r215962 and r215963.
From-SVN: r215976
parent
7c02f68b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
0 deletions
+45
-0
gcc/ChangeLog
+30
-0
libgcc/ChangeLog
+15
-0
No files found.
gcc/ChangeLog
View file @
fe1090c1
...
...
@@ -18,6 +18,36 @@
*
lto
-
wrapper
.
c
(
merge_and_complain
):
Likewise
.
(
run_gcc
):
Likewise
.
2014
-
10
-
06
Rong
Xu
<
xur
@
google
.
com
>
*
params
.
def
(
PARAM_INDIR_CALL_TOPN_PROFILE
):
New
param
.
*
tree
-
profile
.
c
:
(
params
.
h
):
New
include
.
(
init_ic_make_global_vars
):
Make
__gcov_indirect_call_topn_callee
and
__gcov_indirect_call_topn_counters
for
indirect_call_topn_profile
.
(
gimple_init_edge_profiler
):
New
decls
for
__gcov_indirect_call_topn_profiler
.
(
gimple_gen_ic_profiler
):
Generate
the
correct
profiler
call
.
(
gimple_gen_ic_func_profiler
):
Fix
format
.
*
value
-
prof
.
c
(
params
.
h
):
New
include
.
(
dump_histogram_value
):
Hanlde
indirect_call_topn
counters
.
(
stream_in_histogram_value
):
Ditto
.
(
gimple_indirect_call_to_profile
):
Use
indirect_call_topn
profile
when
PARAM_INDIR_CALL_TOPN_PROFILE
is
set
.
(
gimple_find_values_to_profile
):
Hanlde
indirect_call_topn
counters
.
*
value
-
prof
.
h
(
enum
hist_type
):
Histrogram
type
for
indirect_call_topn
counters
.
*
profile
.
c
(
instrument_values
):
Instrument
indirect_call_topn
counters
.
2014
-
10
-
06
Rong
Xu
<
xur
@
google
.
com
>
*
Makefile
.
in
:
Fix
dependence
.
*
gcov
-
counter
.
def
(
GCOV_COUNTER_ICALL_TOPNV
):
Add
indirect
call
topn
profiler
.
*
gcov
-
io
.
h
:
Ditto
.
2014
-
10
-
06
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
calls
.
c
(
expand_call
):
Do
not
use
the
target
as
the
return
slot
if
libgcc/ChangeLog
View file @
fe1090c1
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-*.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment