diff options
author | Paolo Bonzini <bonzini@gcc.gnu.org> | 2007-12-19 15:47:13 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2007-12-19 15:47:13 +0000 |
commit | 8460ef76d3cc608abbc7911bc864a5be6a99e2ae (patch) | |
tree | b7ea5143f9e5b0f6739204b679f95bda20b22c3e /gcc | |
parent | 068e1875cd27f70b52cb9749f80534e44ea0ffc6 (diff) | |
download | gcc-8460ef76d3cc608abbc7911bc864a5be6a99e2ae.zip gcc-8460ef76d3cc608abbc7911bc864a5be6a99e2ae.tar.gz gcc-8460ef76d3cc608abbc7911bc864a5be6a99e2ae.tar.bz2 |
insert missing entry for r128341 into ChangeLog, taken from svn log
From-SVN: r131065
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6c20ca46..7066277 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -7050,6 +7050,28 @@ * config/s390/s390.c (s390_dump_pool): Create copy of constant pool entries since they might hold values that must not be shared. +2007-09-10 Robert Kidd <rkidd@crhc.uiuc.edu> + + * bb-reorder.c (rest_of_handler_reorder_blocks): Removed call to + RTL level tracer pass. + * passes.c (init_optimization_passes): Move pass_tracer from + after pass_rtl_ifcvt to after pass_dce. + * tracer.c: Update copyright. + (layout_superblocks): Remove function. + (mark_bb_seen): New. + (bb_seen_p): New. + (count_insns): Change to estimate instructions in a Tree-SSA + statement. + (find_trace): Use bb_seen_p. + (tail_duplicate): Use bb_seen_p. Call add_phi_args_after_copy + after duplicate_block. + (tracer): Change prototype to match that of a pass execute + callback. + (gate_tracer): Rename from gate_handle_tracer. + (rest_of_handle_tracer): Remove function. + * rtl.h: Remove prototype for tracer. + * testsuite/gcc.dg/tree-prof/tracer-1.c: New. + 2007-09-10 Uros Bizjak <ubizjak@gmail.com> PR target/33369 |