2013-08-29 Teresa Johnson <tejohnson@google.com>
commit202c2bd9a4ef1f737d8a57b2bbc7ff7c447f4544
authortejohnson <tejohnson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Aug 2013 13:51:04 +0000 (29 13:51 +0000)
committertejohnson <tejohnson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Aug 2013 13:51:04 +0000 (29 13:51 +0000)
treefc61cacb307eeb74176a0b795fc6db1199798047
parenta1d4a5098f1bff28df1bc3f6340de62b424e0016
2013-08-29  Teresa Johnson  <tejohnson@google.com>

* dumpfile.c (dump_loc): Output column number.
* dumpfile.h (OPTGROUP_OTHER): Add and enable under OPTGROUP_ALL.
* doc/invoke.texi: Document optall -fopt-info flag.
* profile.c (read_profile_edge_counts): Use new dump framework.
(compute_branch_probabilities): Ditto.
* passes.c (pass_manager::register_one_dump_file): Use OPTGROUP_OTHER
when pass not in any opt group.
* pass_manager.h (pass_manager::get_pass_profile): New method.
* value-prof.c (check_counter): Use new dump framework.
(check_ic_target): Ditto.
* coverage.c (get_coverage_counts): Ditto.
(coverage_init): Setup new dump framework.

* testsuite/gcc.dg/pr40209.c: Use -fopt-info.
* testsuite/gcc.dg/pr26570.c: Ditto.
* testsuite/gcc.dg/pr32773.c: Ditto.
* testsuite/g++.dg/tree-ssa/dom-invalid.C: Ditto.
* testsuite/gcc.dg/inline-dump.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202077 138bc75d-0d04-0410-961f-82ee72b054a4
14 files changed:
gcc/ChangeLog
gcc/coverage.c
gcc/doc/invoke.texi
gcc/dumpfile.c
gcc/dumpfile.h
gcc/pass_manager.h
gcc/passes.c
gcc/profile.c
gcc/testsuite/g++.dg/tree-ssa/dom-invalid.C
gcc/testsuite/gcc.dg/inline-dump.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/pr26570.c
gcc/testsuite/gcc.dg/pr32773.c
gcc/testsuite/gcc.dg/pr40209.c
gcc/value-prof.c