summaryrefslogtreecommitdiff
path: root/gcc/coverage.c
Commit message (Expand)AuthorAgeFilesLines
...
* * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) ()sayle2004-03-141-4/+4
* PR middle-end/11767rth2004-03-031-0/+1
* * coverage.c (get_coverage_counts): Give a different messageamylaar2004-01-271-1/+3
* * coverage.c (checksum_string): Rename to ...hubicka2004-01-181-17/+46
* Update copyright dates after recent commits.rsandifo2004-01-051-1/+1
* PR target/12945rsandifo2004-01-051-0/+1
* * coverage.c (read_counts_file): Better error messages; cause corruptedhubicka2003-12-291-14/+34
* * coverage.c (get_coverage_counts): Use inform instead of warninghubicka2003-12-131-2/+2
* * stmt.c (resolve_asm_operand_names): Call check_unique_operand_namesjason2003-10-091-3/+2
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.rth2003-09-221-4/+4
* * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.rth2003-09-211-4/+4
* * coverage.c (create_coverage): Do not call pushlevel/poplevel.mmitchel2003-09-151-4/+3
* * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cghazi2003-07-191-2/+2
* * c-format.c: Fix comment formatting.kazu2003-07-121-1/+1
* * gcov-io.h: Update documentation.nathan2003-07-101-3/+6
* * gcov-io.h: Update documentation.nathan2003-07-091-14/+7
* * gcov-io.h: Add a local time stamp.nathan2003-07-061-7/+15
* * collect2.h: Convert prototypes to ISO C90.aj2003-06-291-95/+85
* * basic-block.h: Fix comment formatting.kazu2003-06-231-4/+4
* * tree.h (expand_function_end): Remove all parameters.nathan2003-06-201-1/+1
* * tree.h (init_function_start): Remove filename and line paramters.nathan2003-06-141-1/+1
* * ChangeLog: Follow spelling conventions.kazu2003-06-121-2/+2
* * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.nathan2003-05-141-11/+13
* * coverage.h (coverage_counter_alloc): New function.nathan2003-05-111-33/+42
* * defaults.h (GCOV_TYPE_SIZE): Remove.nathan2003-05-101-33/+39
* * gcov-io.h (GCOV_LOCKED): New #define.nathan2003-05-071-1/+1
* * Makefile.in (LIBGCOV): Add _gcov_merge_add.rakdver2003-05-041-0/+31
* * input.h (lineno): Rename to ...nathan2003-05-011-2/+2
* New GCOV_TAG_FUNCTION layoutnathan2003-04-241-43/+31
* * Makefile.in (LIBGCC_DEPS): Add gcov headers.nathan2003-04-231-547/+294
* Break out coverage routines to new file.nathan2003-04-211-0/+1146