summaryrefslogtreecommitdiff
path: root/gcc/profile.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* c-common.h: Follow spelling conventions.Kazu Hirata2002-09-261-1/+1
* basic-block.h: Fix comment formatting.Kazu Hirata2002-09-081-3/+3
* profile.c (da_file_name): New static var.Nathan Sidwell2002-08-091-9/+9
* gcc.c (cc1_options): Pass output file as auxbase when appropriate.Nathan Sidwell2002-08-041-3/+0
* profile.c: Add file comment describing the overall algorithm and structures.Nathan Sidwell2002-07-291-12/+52
* gengenrtl.c (gencode): Don't define obstack_alloc_rtx.Neil Booth2002-07-211-3/+0
* Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller2002-06-111-1/+1
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-2/+3
* basic-block.h (last_basic_block): Declare.Zdenek Dvorak2002-05-281-0/+3
* basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak2002-05-271-2/+2
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-40/+24
* profile.c (gen_edge_profiler): Set alias set before the memory is used.Jan Hubicka2002-05-211-2/+8
* params.c: Fix formatting.Kazu Hirata2002-05-201-22/+22
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-44/+55
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-55/+44
* profile.h (profile_info): Add missing extern to declaration.Richard Henderson2002-05-121-0/+4
* final.c (end_final): Use C trees to output data structures for profiling.Jan Hubicka2002-05-091-47/+234
* Makefile.in (fold-const.o, [...]): Update.Neil Booth2002-03-211-3/+4
* cfgrtl.c (delete_insn_and_edges, [...]): New.Jan Hubicka2002-03-061-1/+1
* c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth2001-12-021-1/+1
* c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth2001-12-011-1/+1
* profile.c (compute_branch_probabilites): Compute probabilities for entry/exit...Jan Hubicka2001-11-211-25/+47
* explow.c (probe_stack_range): Use LCT_NORMAL as second argument to emit_libra...Jakub Jelinek2001-11-211-1/+1
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-041-1/+1
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1