| Commit message (Expand) | Author | Age | Files | Lines |
* | * libgcov.c (gcov_exit): Cleanup and fix. | rakdver | 2003-08-02 | 1 | -1/+7 |
* | * combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes. | rakdver | 2003-07-30 | 1 | -1/+57 |
* | * jump.c: Convert prototypes to ISO C90. | aj | 2003-07-06 | 1 | -57/+54 |
* | * value-prof.c: New. | rakdver | 2003-06-26 | 1 | -2/+384 |
* | * basic-block.h: Fix comment formatting. | kazu | 2003-06-23 | 1 | -2/+2 |
* | * coverage.h (coverage_counter_alloc): New function. | nathan | 2003-05-11 | 1 | -29/+45 |
* | * defaults.h (GCOV_TYPE_SIZE): Remove. | nathan | 2003-05-10 | 1 | -11/+13 |
* | * Makefile.in (LIBGCC_DEPS): Add gcov headers. | nathan | 2003-04-23 | 1 | -29/+9 |
* | Break out coverage routines to new file. | nathan | 2003-04-21 | 1 | -1086/+90 |
* | * emit-rtl.c (subreg_hard_regno): Check that register is representable. | hubicka | 2003-04-17 | 1 | -39/+43 |
* | * tree.c (build_constructor): New function. | zack | 2003-04-13 | 1 | -33/+21 |
* | * profile.c (read_counts_file): Initialise 'checksum'. | geoffk | 2003-04-12 | 1 | -1/+1 |
* | * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New. | rth | 2003-04-11 | 1 | -7/+2 |
* | * Makefile.in (loop-init.o): Do not depend on gcov-io.h, | nathan | 2003-04-11 | 1 | -89/+62 |
* | Change gcov file interface to single file at a time. | nathan | 2003-04-07 | 1 | -305/+206 |
* | * gcov.c: Add -a & -u options. | nathan | 2003-03-31 | 1 | -1/+5 |
* | * profile.c (instrument_edges): Make sure any newly created | dj | 2003-03-30 | 1 | -0/+1 |
* | * gcov-dump.c (print_prefix): Fix signedness warning. | rakdver | 2003-02-26 | 1 | -174/+580 |
* | * Makefile.in (LIB2FUNCS_ST): Remove _gcov. | nathan | 2003-01-27 | 1 | -5/+1 |
* | * basic-block.h: Fix comment formatting. | kazu | 2003-01-18 | 1 | -1/+1 |
* | * output.h: Fix comment typos. | kazu | 2002-12-25 | 1 | -1/+1 |
* | * configure.in (enable-coverage): Add SELF_COVERAGE. | nathan | 2002-12-24 | 1 | -12/+5 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -406/+748 |
* | * c-decl.c: Fix a comment typo. | kazu | 2002-12-13 | 1 | -3/+3 |
* | * c-opts.c (missing_arg): Use cl_options[opt_index].opt_code | uweigand | 2002-10-21 | 1 | -1/+1 |
* | * final.c (final): Use symbol name as function name for profiling. | hubicka | 2002-10-03 | 1 | -5/+8 |
* | * c-common.h: Follow spelling conventions. | kazu | 2002-09-26 | 1 | -1/+1 |
* | * basic-block.h: Fix comment formatting. | kazu | 2002-09-08 | 1 | -3/+3 |
* | * profile.c (da_file_name): New static var. | nathan | 2002-08-09 | 1 | -9/+9 |
* | * gcc.c (cc1_options): Pass output file as auxbase when | nathan | 2002-08-04 | 1 | -3/+0 |
* | * profile.c: Add file comment describing the overall algorithm and | nathan | 2002-07-29 | 1 | -12/+52 |
* | * gengenrtl.c (gencode): Don't define obstack_alloc_rtx. | neil | 2002-07-21 | 1 | -3/+0 |
* | 2002-06-05 David S. Miller <davem@redhat.com> | davem | 2002-06-11 | 1 | -1/+1 |
* | Merge from pch-branch up to tag pch-commit-20020603. | geoffk | 2002-06-04 | 1 | -2/+3 |
* | * basic-block.h (last_basic_block): Declare. | rakdver | 2002-05-28 | 1 | -0/+3 |
* | * basic-block.h (last_basic_block): Defined as synonym for | rakdver | 2002-05-27 | 1 | -2/+2 |
* | * bb-reorder.c (make_reorder_chain, make_reorder_chain_1): | rakdver | 2002-05-23 | 1 | -40/+24 |
* | * profile.c (gen_edge_profiler): Set alias set before the memory is | hubicka | 2002-05-21 | 1 | -2/+8 |
* | * params.c: Fix formatting. | kazu | 2002-05-20 | 1 | -22/+22 |
* | Revert "Basic block renumbering removal", and two followup patches. | rth | 2002-05-17 | 1 | -44/+55 |
* | Basic block renumbering removal. | rth | 2002-05-16 | 1 | -55/+44 |
* | * profile.h (profile_info): Add missing extern to declaration. | rth | 2002-05-12 | 1 | -0/+4 |
* | * final.c (end_final): Use C trees to output data structures for profiling. | hubicka | 2002-05-09 | 1 | -47/+234 |
* | * Makefile.in (fold-const.o, stor-layout.o, stmt.o, | neil | 2002-03-21 | 1 | -3/+4 |
* | * cfgrtl.c (delete_insn_and_edges, delete_insn_chain_and_edges): New. | hubicka | 2002-03-06 | 1 | -1/+1 |
* | * c-decl.c (duplicate_decls, push_parm_decl): Remove leading | neil | 2001-12-02 | 1 | -1/+1 |
* | * c-decl.c (duplicate_decls, parmlist_tags_warning): Remove | neil | 2001-12-01 | 1 | -1/+1 |
* | * profile.c (compute_branch_probabilites): Compute probabilities | hubicka | 2001-11-21 | 1 | -25/+47 |
* | * explow.c (probe_stack_range): Use LCT_NORMAL as second argument | jakub | 2001-11-21 | 1 | -1/+1 |
* | * ChangeLog.2, ChangeLog.4, ChangeLog.5, ChangeLog, | jsm28 | 2001-11-04 | 1 | -1/+1 |