aboutsummaryrefslogtreecommitdiff
path: root/gcc/coverage.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-15attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers1-7/+7
2004-09-07cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell1-6/+5
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-23/+22
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-30/+29
2004-08-03coverage.c (tree_coverage_counter_ref): Fix computation of the new ARRAY_REF ...Jan Hubicka1-1/+1
2004-07-29gcov-io.h: Allow zero tag as EOF indicator.Nathan Sidwell1-8/+6
2004-07-25convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.Roger Sayle1-5/+5
2004-07-15* Fix for g++/15861Frank Ch. Eigler1-1/+1
2004-07-01cgraph.h (cgraph_build_static_cdtor): Declare.Richard Henderson1-53/+26
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-7/+8
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-4/+6
2004-06-16coverage.c: Remove argument to rest_of_compilation.Paolo Bonzini1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-12/+49
2004-04-28re PR gcov-profile/14944 ([3.4 only] ICE when gcc reads *.gcda file of differ...Serge Belyshev1-2/+2
2004-03-23PR 12267, 12391, 12560, 13129, 14114, 14113Zack Weinberg1-1/+0
2004-03-20bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-2/+2
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-4/+4
2004-03-02re PR middle-end/11767 (different code behaviour with -fnon-call-exceptions -...Richard Henderson1-0/+1
2004-01-27coverage.c (get_coverage_counts): Give a different message if flag_guess_bran...J"orn Rennecke1-1/+3
2004-01-18coverage.c (checksum_string): Rename to ...Jan Hubicka1-17/+46
2004-01-05Update copyright dates after recent commits.Richard Sandiford1-1/+1
2004-01-05re PR c++/12945 (MIPS g++.old-deja/g++.abi/ptrflags.C fails.)Richard Sandiford1-0/+1
2003-12-29coverage.c (read_counts_file): Better error messages...Jan Hubicka1-14/+34
2003-12-13coverage.c (get_coverage_counts): Use inform instead of warning about missing...Jan Hubicka1-2/+2
2003-10-09stmt.c (resolve_asm_operand_names): Call check_unique_operand_names here.Jason Merrill1-3/+2
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-4/+4
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-4/+4
2003-09-15re PR c++/3907 (nested template parm collides with member name)Mark Mitchell1-4/+3
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-2/+2
2003-07-12c-format.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-10gcov-io.h: Update documentation.Nathan Sidwell1-3/+6
2003-07-09gcov-io.h: Update documentation.Nathan Sidwell1-14/+7
2003-07-06gcov-io.h: Add a local time stamp.Nathan Sidwell1-7/+15
2003-06-29collect2.h: Convert prototypes to ISO C90.Andreas Jaeger1-95/+85
2003-06-23basic-block.h: Fix comment formatting.Kazu Hirata1-4/+4
2003-06-20tree.h (expand_function_end): Remove all parameters.Nathan Sidwell1-1/+1
2003-06-14tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell1-1/+1
2003-06-12ChangeLog: Follow spelling conventions.Kazu Hirata1-2/+2
2003-05-14gcov-io.h (gcov_write_bytes, [...]): Remove here.Nathan Sidwell1-11/+13
2003-05-11coverage.h (coverage_counter_alloc): New function.Nathan Sidwell1-33/+42
2003-05-10defaults.h (GCOV_TYPE_SIZE): Remove.Nathan Sidwell1-33/+39
2003-05-07gcov-io.h (GCOV_LOCKED): New #define.Nathan Sidwell1-1/+1
2003-05-04Makefile.in (LIBGCOV): Add _gcov_merge_add.Zdenek Dvorak1-0/+31
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-2/+2
2003-04-24New GCOV_TAG_FUNCTION layoutNathan Sidwell1-43/+31
2003-04-23Makefile.in (LIBGCC_DEPS): Add gcov headers.Nathan Sidwell1-547/+294
2003-04-21Break out coverage routines to new file.Nathan Sidwell1-0/+1146