summaryrefslogtreecommitdiff
path: root/gcc/profile.c
Commit message (Expand)AuthorAgeFilesLines
* profile.c (brnahc_prob): Pass correct value to output_location, even when USE...Per Bothner2004-09-281-1/+1
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-29/+41
* * profile.c: Fix a comment typo.Kazu Hirata2004-09-261-1/+1
* profile.c (compute_branch_probabilities): Use REG_BR_PROB notes when re-const...Jan Hubicka2004-09-251-3/+15
* predict.c (counts_to_freqs): Make glolbal.Jan Hubicka2004-09-251-0/+1
* profile.c (branch_prob): Do not verify flow info in the middle of the pass.Jan Hubicka2004-09-231-4/+0
* cfgexpand.c (add_reg_br_prob_note): New function.Jan Hubicka2004-09-231-1/+2
* profile.c (branch_prob): Restore support for USE_MAPPED_LOCATION.Frank Ch. Eigler2004-09-161-15/+21
* cgraph.h, [...]: Fix comment typos.Kazu Hirata2004-09-141-2/+2
* profile.c (BB_TO_GCOV_INDEX): move more to the front.Jan Hubicka2004-09-111-57/+143
* Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell2004-09-101-14/+20
* lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo2004-09-101-20/+14
* Makefile.in (rtl-profile.o, [...]): Add GCC_H dependency.Zdenek Dvorak2004-09-011-30/+37
* basic-block.h (profile_staus): New global variable.Jan Hubicka2004-08-041-0/+1
* basic-block.h (remove_fake_exit_edges): Declare.Richard Henderson2004-07-161-3/+2
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-1/+1
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-4/+7
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-379/+83
* bb-reorder.c, [...]: Update copyright.Kazu Hirata2004-02-271-1/+1
* toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson2004-02-241-51/+51
* c-typeck.c: Fix comment typos.Kazu Hirata2003-12-131-1/+1
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-9/+9
* Makefile.in (toplev.o): Add value-prof.h dependency.Zdenek Dvorak2003-10-191-2/+0
* re PR c++/12175 (Tru64 UNIX bootstrap failure: multiply defined symbols linki...Jan Hubicka2003-09-291-0/+21
* libgcov.c (gcov_exit): Cleanup and fix.Zdenek Dvorak2003-08-021-1/+7
* combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes.Zdenek Dvorak2003-07-301-1/+57
* jump.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-57/+54
* value-prof.c: New.Zdenek Dvorak2003-06-261-2/+384
* basic-block.h: Fix comment formatting.Kazu Hirata2003-06-231-2/+2
* coverage.h (coverage_counter_alloc): New function.Nathan Sidwell2003-05-111-29/+45
* defaults.h (GCOV_TYPE_SIZE): Remove.Nathan Sidwell2003-05-101-11/+13
* Makefile.in (LIBGCC_DEPS): Add gcov headers.Nathan Sidwell2003-04-231-29/+9
* Break out coverage routines to new file.Nathan Sidwell2003-04-211-1086/+90
* emit-rtl.c (subreg_hard_regno): Check that register is representable.Jan Hubicka2003-04-171-39/+43
* tree.c (build_constructor): New function.Zack Weinberg2003-04-131-33/+21
* * profile.c (read_counts_file): Initialise 'checksum'.Geoffrey Keating2003-04-121-1/+1
* libfuncs.h (LTI_setbits, [...]): New.Richard Henderson2003-04-111-7/+2
* Makefile.in (loop-init.o): Do not depend on gcov-io.h, gcov-iov.h.Nathan Sidwell2003-04-111-89/+62
* Change gcov file interface to single file at a time.Nathan Sidwell2003-04-071-305/+206
* gcov.c: Add -a & -u options.Nathan Sidwell2003-03-311-1/+5
* profile.c (instrument_edges): Make sure any newly created jump insns have cor...DJ Delorie2003-03-301-0/+1
* gcov-dump.c (print_prefix): Fix signedness warning.Zdenek Dvorak2003-02-261-174/+580
* Makefile.in (LIB2FUNCS_ST): Remove _gcov.Nathan Sidwell2003-01-271-5/+1
* basic-block.h: Fix comment formatting.Kazu Hirata2003-01-181-1/+1
* output.h: Fix comment typos.Kazu Hirata2002-12-251-1/+1
* configure.in (enable-coverage): Add SELF_COVERAGE.Nathan Sidwell2002-12-241-12/+5
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-406/+748
* c-decl.c: Fix a comment typo.Kazu Hirata2002-12-131-3/+3
* c-opts.c (missing_arg): Use cl_options[opt_index].opt_code instead of just op...Ulrich Weigand2002-10-211-1/+1
* final.c (final): Use symbol name as function name for profiling.Jan Hubicka2002-10-031-5/+8