summaryrefslogtreecommitdiff
path: root/gcc/coverage.c
Commit message (Expand)AuthorAgeFilesLines
* stmt.c (resolve_asm_operand_names): Call check_unique_operand_names here.Jason Merrill2003-10-091-3/+2
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson2003-09-211-4/+4
* tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson2003-09-211-4/+4
* re PR c++/3907 (nested template parm collides with member name)Mark Mitchell2003-09-151-4/+3
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-2/+2
* c-format.c: Fix comment formatting.Kazu Hirata2003-07-121-1/+1
* gcov-io.h: Update documentation.Nathan Sidwell2003-07-101-3/+6
* gcov-io.h: Update documentation.Nathan Sidwell2003-07-091-14/+7
* gcov-io.h: Add a local time stamp.Nathan Sidwell2003-07-061-7/+15
* collect2.h: Convert prototypes to ISO C90.Andreas Jaeger2003-06-291-95/+85
* basic-block.h: Fix comment formatting.Kazu Hirata2003-06-231-4/+4
* tree.h (expand_function_end): Remove all parameters.Nathan Sidwell2003-06-201-1/+1
* tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell2003-06-141-1/+1
* ChangeLog: Follow spelling conventions.Kazu Hirata2003-06-121-2/+2
* gcov-io.h (gcov_write_bytes, [...]): Remove here.Nathan Sidwell2003-05-141-11/+13
* coverage.h (coverage_counter_alloc): New function.Nathan Sidwell2003-05-111-33/+42
* defaults.h (GCOV_TYPE_SIZE): Remove.Nathan Sidwell2003-05-101-33/+39
* gcov-io.h (GCOV_LOCKED): New #define.Nathan Sidwell2003-05-071-1/+1
* Makefile.in (LIBGCOV): Add _gcov_merge_add.Zdenek Dvorak2003-05-041-0/+31
* input.h (lineno): Rename to ...Nathan Sidwell2003-05-011-2/+2
* New GCOV_TAG_FUNCTION layoutNathan Sidwell2003-04-241-43/+31
* Makefile.in (LIBGCC_DEPS): Add gcov headers.Nathan Sidwell2003-04-231-547/+294
* Break out coverage routines to new file.Nathan Sidwell2003-04-211-0/+1146