aboutsummaryrefslogtreecommitdiff
path: root/gcc/coverage.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-13re PR gcov-profile/55650 (Firefox profiledbuild: libxul.so: cannot map zero-...Jakub Jelinek1-0/+3
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-13/+13
2012-10-25Change hash_table to support a comparator type different from the value type ...Lawrence Crowl1-8/+9
2012-09-04Enhances the gcov program summary by adding a histogram of arc counter entries.Teresa Johnson1-2/+10
2012-08-17hash-table.h (class hash_table): Use a descriptor template argument instead o...Richard Guenther1-7/+11
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-30/+20
2012-07-23coverage.c: Refer to "notes file" instead of "graph file" in all comments.Steven Bosscher1-7/+9
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+1
2012-06-30coverage.c (bbg_file_stamp): New.Nathan Sidwell1-11/+18
2012-03-07coverage.c (get_gcov_type): Use type_for_mode.Richard Guenther1-2/+4
2012-02-08re PR gcov-profile/52150 (junk at end of line in Firefox PGO build)Jakub Jelinek1-5/+18
2011-12-30gcov.c (total_lines, [...]): New global vars.Nathan Sidwell1-1/+1
2011-12-10re PR gcov-profile/51449 (Rev181994 causes tramp3d-v4 profiled build failure)Nathan Sidwell1-20/+23
2011-12-04gcov-io.h (struct gcov_info): Replace trailing array with pointer to array.Nathan Sidwell1-175/+209
2011-12-01re PR gcov-profile/51113 (rev. 181105 causes Firefox profiledbuild failure)Nathan Sidwell1-17/+1
2011-11-20re PR gcov-profile/51113 (rev. 181105 causes Firefox profiledbuild failure)Nathan Sidwell1-19/+18
2011-11-07libgcov.c (struct gcov_fn_buffer): New struct.Nathan Sidwell1-307/+342
2011-08-30fix -fbranch-probabilities and adjust testsuiteChristian Bruel1-1/+1
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