aboutsummaryrefslogtreecommitdiff
path: root/gcc/profile.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-25Makefile.in (ipa-inline.o): Add COEVERAGE_H dependency.Jan Hubicka1-0/+1
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-1/+1
2005-04-03params.c (set_param_value): Use gcc_assert & gcc_unreachable.Nathan Sidwell1-18/+10
2005-03-29Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H) $(TREE_H) and...Dale Johannesen1-9/+21
2005-03-12cfglayout.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-2/+2
2004-11-16profile.c (compute_branch_probabilities): Prevent crash with EH in RTL-based ...Dale Johannesen1-1/+4
2004-11-16tree-cfg.c (bsi_commit_edge_inserts): Remove an argument.Kazu Hirata1-1/+1
2004-10-28profile.c (branch_prob): Call to init_edge_profiler added.Andreas Krebbel1-1/+5
2004-09-28profile.c (brnahc_prob): Pass correct value to output_location, even when USE...Per Bothner1-1/+1
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-29/+41
2004-09-26* profile.c: Fix a comment typo.Kazu Hirata1-1/+1
2004-09-25profile.c (compute_branch_probabilities): Use REG_BR_PROB notes when re-const...Jan Hubicka1-3/+15
2004-09-25predict.c (counts_to_freqs): Make glolbal.Jan Hubicka1-0/+1
2004-09-23profile.c (branch_prob): Do not verify flow info in the middle of the pass.Jan Hubicka1-4/+0
2004-09-23cfgexpand.c (add_reg_br_prob_note): New function.Jan Hubicka1-1/+2
2004-09-16profile.c (branch_prob): Restore support for USE_MAPPED_LOCATION.Frank Ch. Eigler1-15/+21
2004-09-14cgraph.h, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-11profile.c (BB_TO_GCOV_INDEX): move more to the front.Jan Hubicka1-57/+143
2004-09-10Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell1-14/+20
2004-09-10lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo1-20/+14
2004-09-01Makefile.in (rtl-profile.o, [...]): Add GCC_H dependency.Zdenek Dvorak1-30/+37
2004-08-04basic-block.h (profile_staus): New global variable.Jan Hubicka1-0/+1
2004-07-16basic-block.h (remove_fake_exit_edges): Declare.Richard Henderson1-3/+2
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-1/+1
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-4/+7
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-379/+83
2004-02-27bb-reorder.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-24toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson1-51/+51
2003-12-13c-typeck.c: Fix comment typos.Kazu Hirata1-1/+1
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-9/+9
2003-10-19Makefile.in (toplev.o): Add value-prof.h dependency.Zdenek Dvorak1-2/+0
2003-09-29re PR c++/12175 (Tru64 UNIX bootstrap failure: multiply defined symbols linki...Jan Hubicka1-0/+21
2003-08-02libgcov.c (gcov_exit): Cleanup and fix.Zdenek Dvorak1-1/+7
2003-07-30combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes.Zdenek Dvorak1-1/+57
2003-07-06jump.c: Convert prototypes to ISO C90.Andreas Jaeger1-57/+54
2003-06-26value-prof.c: New.Zdenek Dvorak1-2/+384
2003-06-23basic-block.h: Fix comment formatting.Kazu Hirata1-2/+2
2003-05-11coverage.h (coverage_counter_alloc): New function.Nathan Sidwell1-29/+45
2003-05-10defaults.h (GCOV_TYPE_SIZE): Remove.Nathan Sidwell1-11/+13
2003-04-23Makefile.in (LIBGCC_DEPS): Add gcov headers.Nathan Sidwell1-29/+9
2003-04-21Break out coverage routines to new file.Nathan Sidwell1-1086/+90
2003-04-17emit-rtl.c (subreg_hard_regno): Check that register is representable.Jan Hubicka1-39/+43
2003-04-13tree.c (build_constructor): New function.Zack Weinberg1-33/+21
2003-04-12* profile.c (read_counts_file): Initialise 'checksum'.Geoffrey Keating1-1/+1
2003-04-11libfuncs.h (LTI_setbits, [...]): New.Richard Henderson1-7/+2
2003-04-11Makefile.in (loop-init.o): Do not depend on gcov-io.h, gcov-iov.h.Nathan Sidwell1-89/+62
2003-04-07Change gcov file interface to single file at a time.Nathan Sidwell1-305/+206
2003-03-31gcov.c: Add -a & -u options.Nathan Sidwell1-1/+5