aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov-dump.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-03This patch enables the gcov-dump tool to optionally compute and dump the work...Teresa Johnson1-1/+43
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2012-09-04Enhances the gcov program summary by adding a histogram of arc counter entries.Teresa Johnson1-1/+21
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-3/+3
2012-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-3/+3
2011-12-30gcov.c (total_lines, [...]): New global vars.Nathan Sidwell1-1/+1
2011-12-02gcov.c (struct arc_info): Add is_throw field.Nathan Sidwell1-0/+12
2011-11-07libgcov.c (struct gcov_fn_buffer): New struct.Nathan Sidwell1-12/+17
2011-05-20Makefile.in (LIBDEPS): Add libcommon.a.Joseph Myers1-0/+14
2011-04-29split checksum into cfg checksum and line checksumXinliang David Li1-1/+2
2011-01-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2010-05-02vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string placeholder from 0...Uros Bizjak1-2/+2
2010-05-02vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string placeholder from 0...Uros Bizjak1-2/+2
2010-01-09gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-4/+4
2009-02-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2008-04-10gcov-dump.c (tag_summary): Only print summaries for the first GCOV_COUNTERS_S...Adam Nemet1-1/+1
2008-03-02re PR driver/35420 (--version copyright date vs. 2008)Jakub Jelinek1-2/+3
2007-08-21configure.ac: Add --with-pkgversion and --with-bugurl.Paul Brook1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2006-01-21gcov.c (print_version), [...]): Update copyright notice dates.Joseph Myers1-2/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-04-26collect2.c, [...]: Replace calls to `unlock_stream' with `unlock_std_streams'.Kaveh R. Ghazi1-3/+1
2005-04-24collect2.c (main): Unlock the stdio streams.Kaveh R. Ghazi1-0/+5
2004-10-15bitmap.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-07-29gcov-io.h: Allow zero tag as EOF indicator.Nathan Sidwell1-2/+0
2003-07-10gcov-io.h: Update documentation.Nathan Sidwell1-18/+15
2003-07-10* gcov-dump.c (dump_file): Fix missing address operator.Andreas Schwab1-1/+1
2003-07-09gcov-io.h: Update documentation.Nathan Sidwell1-17/+16
2003-07-06gcov-io.h: Add a local time stamp.Nathan Sidwell1-0/+7
2003-07-06gcc.c: Convert prototypes to ISO C90.Andreas Jaeger1-68/+51
2003-05-29re PR bootstrap/10169 (Bootstrap fails on mainline with Tru64 5.1B)Roger Sayle1-0/+1
2003-05-14gcov-io.h (gcov_write_bytes, [...]): Remove here.Nathan Sidwell1-29/+60
2003-05-10defaults.h (GCOV_TYPE_SIZE): Remove.Nathan Sidwell1-1/+2
2003-05-07gcov-io.h (GCOV_LOCKED): New #define.Nathan Sidwell1-1/+1
2003-04-24New GCOV_TAG_FUNCTION layoutNathan Sidwell1-4/+6
2003-04-23Makefile.in (LIBGCC_DEPS): Add gcov headers.Nathan Sidwell1-20/+21
2003-04-21Break out coverage routines to new file.Nathan Sidwell1-0/+1
2003-04-17gcov-dump.c (tag_summary): Remove max_sumJan Hubicka1-3/+0
2003-04-11Makefile.in (loop-init.o): Do not depend on gcov-io.h, gcov-iov.h.Nathan Sidwell1-107/+60
2003-04-07Change gcov file interface to single file at a time.Nathan Sidwell1-50/+51
2003-02-26gcov-dump.c (print_prefix): Fix signedness warning.Zdenek Dvorak1-1/+1
2003-01-05Makefile.in (gtyp-gen.h): Const-ify.Kaveh R. Ghazi1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+462