aboutsummaryrefslogtreecommitdiff
path: root/gcc/coverage.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-27gimplify.c (mark_addressable): Export.Richard Guenther1-0/+2
2008-10-16re PR c++/35483 (GCC on AIX doesn't support dollar in symbols name.)David Edelsohn1-0/+1
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez1-6/+6
2008-06-26alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-5/+5
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+3
2008-04-21coverage.c: Include tree-pass.h.Adam Nemet1-0/+4
2008-03-31common.opt (fprofile-dir=, [...]): New optionsSeongbae Park1-15/+28
2008-03-08coverage.h (tree_coverage_counter_addr): Declare.Richard Guenther1-0/+17
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-2/+1
2007-01-25invoke.texi (-Wcoverage-mismatch): Document.Richard Guenther1-15/+36
2006-11-01In gcc/:Geoffrey Keating1-1/+1
2006-06-21re PR middle-end/28034 (section anchors break -fprofile-generate)Richard Sandiford1-12/+5
2006-05-04re PR java/8260 (gcj -fprofile-arcs doesn't work)Alexandre Oliva1-8/+8
2006-04-06re PR gcov-profile/20815 (-fprofile-use barfs with "coverage mismatch for fun...Jan Hubicka1-24/+25
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-5/+5
2005-10-31re PR gcov-profile/20815 (-fprofile-use barfs with "coverage mismatch for fun...Jan Hubicka1-29/+35
2005-07-28Makefile.in (rtl-profile.o): Kill all traces of it.Jan Hubicka1-26/+0
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-7/+15
2005-07-03bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers1-5/+5
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-4/+4
2005-04-06coverage.h (GCOV_TYPE_NODE): Delete.Richard Sandiford1-6/+8
2005-04-04system.h (GCOV_SIZE_TYPE): Unposion.Richard Sandiford1-15/+30
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