summaryrefslogtreecommitdiff
path: root/gcc/coverage.c
Commit message (Expand)AuthorAgeFilesLines
* gimplify.c (mark_addressable): Export.Richard Guenther2009-03-271-0/+2
* re PR c++/35483 (GCC on AIX doesn't support dollar in symbols name.)David Edelsohn2008-10-161-0/+1
* diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez2008-08-201-6/+6
* alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi2008-06-261-5/+5
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+3
* coverage.c: Include tree-pass.h.Adam Nemet2008-04-211-0/+4
* common.opt (fprofile-dir=, [...]): New optionsSeongbae Park2008-03-311-15/+28
* coverage.h (tree_coverage_counter_addr): Declare.Richard Guenther2008-03-081-0/+17
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-2/+1
* invoke.texi (-Wcoverage-mismatch): Document.Richard Guenther2007-01-251-15/+36
* In gcc/:Geoffrey Keating2006-11-011-1/+1
* re PR middle-end/28034 (section anchors break -fprofile-generate)Richard Sandiford2006-06-211-12/+5
* re PR java/8260 (gcj -fprofile-arcs doesn't work)Alexandre Oliva2006-05-041-8/+8
* re PR gcov-profile/20815 (-fprofile-use barfs with "coverage mismatch for fun...Jan Hubicka2006-04-061-24/+25
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-5/+5
* re PR gcov-profile/20815 (-fprofile-use barfs with "coverage mismatch for fun...Jan Hubicka2005-10-311-29/+35
* Makefile.in (rtl-profile.o): Kill all traces of it.Jan Hubicka2005-07-281-26/+0
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-201-7/+15
* bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers2005-07-031-5/+5
* Update FSF address.Kelley Cook2005-06-251-2/+2
* attribs.c, [...]: Update copyright.Kazu Hirata2005-04-281-1/+1
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-4/+4
* coverage.h (GCOV_TYPE_NODE): Delete.Richard Sandiford2005-04-061-6/+8
* system.h (GCOV_SIZE_TYPE): Unposion.Richard Sandiford2005-04-041-15/+30
* attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers2004-09-151-7/+7
* cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell2004-09-071-6/+5
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-23/+22
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-30/+29
* coverage.c (tree_coverage_counter_ref): Fix computation of the new ARRAY_REF ...Jan Hubicka2004-08-031-1/+1
* gcov-io.h: Allow zero tag as EOF indicator.Nathan Sidwell2004-07-291-8/+6
* convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.Roger Sayle2004-07-251-5/+5
* * Fix for g++/15861Frank Ch. Eigler2004-07-151-1/+1
* cgraph.h (cgraph_build_static_cdtor): Declare.Richard Henderson2004-07-011-53/+26
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-7/+8
* alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner2004-06-211-4/+6
* coverage.c: Remove argument to rest_of_compilation.Paolo Bonzini2004-06-161-1/+1
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-12/+49
* re PR gcov-profile/14944 ([3.4 only] ICE when gcc reads *.gcda file of differ...Serge Belyshev2004-04-281-2/+2
* PR 12267, 12391, 12560, 13129, 14114, 14113Zack Weinberg2004-03-231-1/+0
* bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-2/+2
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-4/+4
* re PR middle-end/11767 (different code behaviour with -fnon-call-exceptions -...Richard Henderson2004-03-021-0/+1
* coverage.c (get_coverage_counts): Give a different message if flag_guess_bran...J"orn Rennecke2004-01-271-1/+3
* coverage.c (checksum_string): Rename to ...Jan Hubicka2004-01-181-17/+46
* Update copyright dates after recent commits.Richard Sandiford2004-01-051-1/+1
* re PR c++/12945 (MIPS g++.old-deja/g++.abi/ptrflags.C fails.)Richard Sandiford2004-01-051-0/+1
* coverage.c (read_counts_file): Better error messages...Jan Hubicka2003-12-291-14/+34
* coverage.c (get_coverage_counts): Use inform instead of warning about missing...Jan Hubicka2003-12-131-2/+2
* stmt.c (resolve_asm_operand_names): Call check_unique_operand_names here.Jason Merrill2003-10-091-3/+2