aboutsummaryrefslogtreecommitdiff
path: root/gcc/profile.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-03-30profile.c (instrument_edges): Make sure any newly created jump insns have cor...DJ Delorie1-0/+1
2003-02-26gcov-dump.c (print_prefix): Fix signedness warning.Zdenek Dvorak1-174/+580
2003-01-27Makefile.in (LIB2FUNCS_ST): Remove _gcov.Nathan Sidwell1-5/+1
2003-01-18basic-block.h: Fix comment formatting.Kazu Hirata1-1/+1
2002-12-25output.h: Fix comment typos.Kazu Hirata1-1/+1
2002-12-24configure.in (enable-coverage): Add SELF_COVERAGE.Nathan Sidwell1-12/+5
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-406/+748
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata1-3/+3
2002-10-21c-opts.c (missing_arg): Use cl_options[opt_index].opt_code instead of just op...Ulrich Weigand1-1/+1
2002-10-03final.c (final): Use symbol name as function name for profiling.Jan Hubicka1-5/+8
2002-09-26c-common.h: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-08basic-block.h: Fix comment formatting.Kazu Hirata1-3/+3
2002-08-09profile.c (da_file_name): New static var.Nathan Sidwell1-9/+9
2002-08-04gcc.c (cc1_options): Pass output file as auxbase when appropriate.Nathan Sidwell1-3/+0
2002-07-29profile.c: Add file comment describing the overall algorithm and structures.Nathan Sidwell1-12/+52
2002-07-21gengenrtl.c (gencode): Don't define obstack_alloc_rtx.Neil Booth1-3/+0
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-1/+1
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-2/+3
2002-05-28basic-block.h (last_basic_block): Declare.Zdenek Dvorak1-0/+3
2002-05-27basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak1-2/+2
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-40/+24
2002-05-21profile.c (gen_edge_profiler): Set alias set before the memory is used.Jan Hubicka1-2/+8
2002-05-20params.c: Fix formatting.Kazu Hirata1-22/+22
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-44/+55
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-55/+44
2002-05-12profile.h (profile_info): Add missing extern to declaration.Richard Henderson1-0/+4
2002-05-09final.c (end_final): Use C trees to output data structures for profiling.Jan Hubicka1-47/+234
2002-03-21Makefile.in (fold-const.o, [...]): Update.Neil Booth1-3/+4
2002-03-06cfgrtl.c (delete_insn_and_edges, [...]): New.Jan Hubicka1-1/+1
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-1/+1
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth1-1/+1
2001-11-21profile.c (compute_branch_probabilites): Compute probabilities for entry/exit...Jan Hubicka1-25/+47
2001-11-21explow.c (probe_stack_range): Use LCT_NORMAL as second argument to emit_libra...Jakub Jelinek1-1/+1
2001-11-04ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-10calls.c: Fix formatting.Kazu Hirata1-1/+1
2001-09-25Makefile.in (cfgrtl.o): Add.Jan Hubicka1-10/+9
2001-09-11basic-block.h (EDGE_CRITICAL): Remove; renumber other flags.Jan Hubicka1-2/+2
2001-09-11basic-block.h (cached_make_edge, [...]): New.Jan Hubicka1-4/+4