aboutsummaryrefslogtreecommitdiff
path: root/gcc/coverage.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-04coverage.c (tree_coverage_counter_ref): Use integer_type_node for array-ref i...Richard Guenther1-9/+6
2011-04-29use tls for ic varsXinliang David Li1-1/+1
2011-04-29split checksum into cfg checksum and line checksumXinliang David Li1-38/+90
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-03-25Changelog c-family/Kai Tietz1-1/+2
2010-08-10* coverage.c (ctr_labels): Delete.Nathan Froyd1-4/+0
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-17/+17
2010-05-27diagnostic-core.h: New.Joseph Myers1-4/+4
2010-05-23regs.h: Do not include obstack.h, basic-block.h.Steven Bosscher1-0/+1
2010-05-12coverage.c (build_fn_info_value): Call build_constructor instead of build_con...Kazu Hirata1-69/+49
2010-05-04Sanitize the behavior of -Wcoverage-mismatch.Neil Vachharajani1-21/+22
2009-11-25Remove trailing white spaces.H.J. Lu1-4/+4
2009-11-11lto-cgraph.c: Include gcov-io.hJan Hubicka1-2/+4
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-18/+36
2009-06-08common.opt (fcompare-debug=, [...]): New.Alexandre Oliva1-1/+1
2009-05-05attribs.c (decl_attributes): Use %qE for identifiers in diagnostics.Joseph Myers1-6/+5
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