summaryrefslogtreecommitdiff
path: root/gcc/gcov.c
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog: Follow spelling conventions.Kazu Hirata2003-06-121-1/+1
* re PR bootstrap/10169 (Bootstrap fails on mainline with Tru64 5.1B)Roger Sayle2003-05-291-0/+1
* builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi2003-05-171-6/+5
* gcov-io.h (gcov_write_bytes, [...]): Remove here.Nathan Sidwell2003-05-141-18/+23
* gcov-io.h (GCOV_LOCKED): New #define.Nathan Sidwell2003-05-071-2/+2
* New GCOV_TAG_FUNCTION layoutNathan Sidwell2003-04-241-7/+10
* Makefile.in (LIBGCC_DEPS): Add gcov headers.Nathan Sidwell2003-04-231-4/+4
* commit two parts of my last patch that escaped, somehowNathan Sidwell2003-04-211-0/+1
* cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.Nathan Sidwell2003-04-201-5/+2
* Makefile.in (loop-init.o): Do not depend on gcov-io.h, gcov-iov.h.Nathan Sidwell2003-04-111-119/+74
* Change gcov file interface to single file at a time.Nathan Sidwell2003-04-071-44/+42
* gcov.c (struct arc_info): Replace local_span with cycle.Nathan Sidwell2003-04-061-91/+119
* * gcov.c (accumulate_line_counts): Fix span tree merge bug.Nathan Sidwell2003-04-041-6/+9
* gcov.c: Add -a & -u options.Nathan Sidwell2003-03-311-109/+459
* basic-block.h: Fix comment formatting.Kazu Hirata2003-01-181-14/+14
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-12-191-2/+2
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-1039/+996
* system.h (GCCBUGURL): Delete.Zack Weinberg2002-10-081-1/+1
* dbxout.c: Follow spelling conventions.Kazu Hirata2002-09-221-2/+2
* basic-block.h: Fix comment formatting.Kazu Hirata2002-09-081-15/+15
* emit-rtl.c (emit_jump_insn_before, [...]): Fix uninitialized variable.Kaveh R. Ghazi2002-08-101-1/+1
* gcov.c: Tidy.Nathan Sidwell2002-08-061-498/+469
* gcov.c (output_data): Round to % to nearest, tweak formatting.Nathan Sidwell2002-08-051-7/+7
* gcov.c (bb_file_time): New static variable.Nathan Sidwell2002-08-041-257/+302
* gbl-ctors.h: Fix formatting.Kazu Hirata2002-06-041-7/+7
* final.c (end_final): Use C trees to output data structures for profiling.Jan Hubicka2002-05-091-23/+159
* cse.c: Fix formatting.Kazu Hirata2002-01-051-4/+4
* gcov.c (output_data): Use IS_ABSOLUTE_PATHNAME to test for absolute pathnames.Danny Smith2001-11-061-6/+1
* re PR other/704 (--help and --version)Joseph Myers2001-11-011-32/+85
* aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and USE_INCLUDED_LIBINTL w...Zack Weinberg2001-10-191-12/+1
* c-common.c: Fix comment typos.Kazu Hirata2001-10-091-1/+1
* builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi2001-10-071-1/+1
* emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger2001-08-271-13/+4
* gcc.c: Fix comment formatting.Kazu Hirata2001-08-121-1/+1
* jump.c: Add prototype for mark_modified_reg.Andreas Jaeger2001-07-301-22/+34
* gcov.c (output_data): Use HOST_WIDEST_INT_PRINT_DEC to output variables of ty...Andreas Jaeger2001-07-161-16/+20
* gcov.c (arcdata): Use gcov_type to fix branch percentage for large hit count.Janis Johnson2001-07-111-2/+2
* regs.h (struct reg_info_def): Add freq field.Jan Hubicka2001-06-221-11/+17
* protoize.c (main): Correctly set locale categories.Philipp Thomas2000-12-171-0/+7
* * collect2.c (main, write_c_file_stat), gcc.c (translate_options,Joseph Myers2000-11-021-8/+8
* Fix copyrights.Jeff Law2000-02-251-1/+2
* eh-common.h: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-141-19/+19
* cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR_SEPARATOR macros.Mumit Khan2000-01-071-4/+0
* gcov.c (struct arcdata): Add hits and total, remove prob.Clinton Popetz1999-11-101-19/+47
* [multiple changes]Richard Kenner1999-10-311-5/+14
* cpplib.c (if_directive_nameo): Add static prototype.Kaveh R. Ghazi1999-10-031-0/+10
* c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1999-09-071-29/+7
* combine.c (simplify_shift_const): Remove extra semicolon.Finn Hakansson1999-09-021-1/+1
* system.h: Always prototype abort.Zack Weinberg1999-04-161-0/+1
* Warning fixes:Kaveh R. Ghazi1999-03-181-2/+2