aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-20gcc.c (process_command): Allow translation of the copyright symbol but not th...Kazu Hirata1-5/+6
2003-12-21alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-08-27gcov.c (typedef struct arc_info): New field cs_count.Zdenek Dvorak1-4/+19
2003-08-22c-decl.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-10/+7
2003-07-10gcov-io.h: Update documentation.Nathan Sidwell1-19/+17
2003-07-09gcov-io.h: Update documentation.Nathan Sidwell1-18/+9
2003-07-06basic-block.h: Convert prototypes to ISO C90.Andreas Jaeger1-205/+180
2003-07-06gcov-io.h: Add a local time stamp.Nathan Sidwell1-1/+12
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-1/+1
2003-06-29alloc-pool.c: Fix comment formatting.Kazu Hirata1-3/+3
2003-06-23basic-block.h: Fix comment formatting.Kazu Hirata1-6/+6
2003-06-12ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2003-05-29re PR bootstrap/10169 (Bootstrap fails on mainline with Tru64 5.1B)Roger Sayle1-0/+1
2003-05-17builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi1-6/+5
2003-05-14gcov-io.h (gcov_write_bytes, [...]): Remove here.Nathan Sidwell1-18/+23
2003-05-07gcov-io.h (GCOV_LOCKED): New #define.Nathan Sidwell1-2/+2
2003-04-24New GCOV_TAG_FUNCTION layoutNathan Sidwell1-7/+10
2003-04-23Makefile.in (LIBGCC_DEPS): Add gcov headers.Nathan Sidwell1-4/+4
2003-04-21commit two parts of my last patch that escaped, somehowNathan Sidwell1-0/+1
2003-04-20cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.Nathan Sidwell1-5/+2
2003-04-11Makefile.in (loop-init.o): Do not depend on gcov-io.h, gcov-iov.h.Nathan Sidwell1-119/+74
2003-04-07Change gcov file interface to single file at a time.Nathan Sidwell1-44/+42
2003-04-06gcov.c (struct arc_info): Replace local_span with cycle.Nathan Sidwell1-91/+119
2003-04-04* gcov.c (accumulate_line_counts): Fix span tree merge bug.Nathan Sidwell1-6/+9
2003-03-31gcov.c: Add -a & -u options.Nathan Sidwell1-109/+459
2003-01-18basic-block.h: Fix comment formatting.Kazu Hirata1-14/+14
2002-12-19ChangeLog: Follow spelling conventions.Kazu Hirata1-2/+2
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-1039/+996
2002-10-08system.h (GCCBUGURL): Delete.Zack Weinberg1-1/+1
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata1-2/+2
2002-09-08basic-block.h: Fix comment formatting.Kazu Hirata1-15/+15
2002-08-10emit-rtl.c (emit_jump_insn_before, [...]): Fix uninitialized variable.Kaveh R. Ghazi1-1/+1
2002-08-06gcov.c: Tidy.Nathan Sidwell1-498/+469
2002-08-05gcov.c (output_data): Round to % to nearest, tweak formatting.Nathan Sidwell1-7/+7
2002-08-04gcov.c (bb_file_time): New static variable.Nathan Sidwell1-257/+302
2002-06-04gbl-ctors.h: Fix formatting.Kazu Hirata1-7/+7
2002-05-09final.c (end_final): Use C trees to output data structures for profiling.Jan Hubicka1-23/+159
2002-01-05cse.c: Fix formatting.Kazu Hirata1-4/+4
2001-11-06gcov.c (output_data): Use IS_ABSOLUTE_PATHNAME to test for absolute pathnames.Danny Smith1-6/+1
2001-11-01re PR other/704 (--help and --version)Joseph Myers1-32/+85
2001-10-19aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and USE_INCLUDED_LIBINTL w...Zack Weinberg1-12/+1
2001-10-09c-common.c: Fix comment typos.Kazu Hirata1-1/+1
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-1/+1
2001-08-27emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger1-13/+4
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-07-30jump.c: Add prototype for mark_modified_reg.Andreas Jaeger1-22/+34
2001-07-16gcov.c (output_data): Use HOST_WIDEST_INT_PRINT_DEC to output variables of ty...Andreas Jaeger1-16/+20
2001-07-11gcov.c (arcdata): Use gcov_type to fix branch percentage for large hit count.Janis Johnson1-2/+2
2001-06-22regs.h (struct reg_info_def): Add freq field.Jan Hubicka1-11/+17