aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov-io.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-23gcov-tool: Fix merging of different endian coverage data [PR96267]Dong JianQiang1-1/+1
2020-05-28gcov-tool: Flexible endian adjustment for merging coverage dataMartin Liska1-3/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-24Fix broken filename for .gcda files starting with '..' (PR gcov-profile/88994).Martin Liska1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-09-21Remove arc profile histogram in non-LTO mode.Martin Liska1-394/+4
2018-06-29When using -fprofile-generate=/some/path mangle absolute path of file (PR lto...Martin Liska1-0/+49
2018-06-05Simplify gcov_histogram as it's used only for ARCS counters.Martin Liska1-81/+67
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-06-05invoke.texi: Document the -fprofile-abs-path option.Bernd Edlinger1-0/+32
2017-04-13Do not call memcpy with a NULL argument (PR gcov-profile/80413).Martin Liska1-2/+6
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-22gcc-ar.c (main): Fix indentation.Nathan Sidwell1-7/+5
2016-10-14* gcov-io.c (gcov_open): Deconstify 'mode'.Nathan Sidwell1-1/+1
2016-10-13gcov-io.c (gcov_open): Fix documentation.Nathan Sidwell1-37/+12
2016-05-30Don't cause ICEs when auto profile file is not found with checkingAndi Kleen1-1/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-02-04re PR gcov-profile/64123 (Instrumented Firefox segfaults on start)Jan Hubicka1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-07-29libgcov.h: Move renaming of entry points to lib gcov specific portion.Nathan Sidwell1-1/+1
2014-07-11Add gcov-tool: an offline gcda profile processing tool Support.Rong Xu1-4/+16
2014-07-03gcov-io.c (gcov_read_words): Don't call memmove if excess is 0.Jakub Jelinek1-3/+4
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-13/+1
2014-05-22gcov-io.c (gcov_position): Use gcov_nonruntime_assert.Teresa Johnson1-21/+20
2014-02-03re PR gcov-profile/58602 (.gcno files not truncated at gcov_close)Laurent Alfonsi1-2/+8
2014-01-08gcov-io.c (gcov_var): Move from gcov-io.h.Rong Xu1-0/+55
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-8/+9
2013-04-03This patch enables the gcov-dump tool to optionally compute and dump the work...Teresa Johnson1-0/+107
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-12-20Fix PR gcov-profile/55734 by using methods from hwint.c instead of builtins...Teresa Johnson1-2/+34
2012-11-30Revised patch to ensure that histograms from the profile summary are streamed...Teresa Johnson1-5/+9
2012-11-15re PR bootstrap/55051 (profiledbootstrap failed)Jan Hubicka1-1/+1
2012-11-03final patch for enabling VxWorksRobert Mason1-1/+2
2012-09-04Enhances the gcov program summary by adding a histogram of arc counter entries.Teresa Johnson1-4/+255
2011-04-06* gcov-io.c: Use GCC Runtime Library Exception.Joseph Myers1-2/+7
2009-11-25Remove trailing white spaces.H.J. Lu1-11/+11
2009-10-02gcov-io.c (gcov_open): Open files read-only when MODE < 0Neil Vachharajani1-10/+21
2008-06-26dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi1-1/+1
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-3/+3
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-04-01gcov-io.h (GCOV_CHECK, [...]): Remove.Nathan Sidwell1-11/+11
2004-09-09gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-2/+1
2004-09-01Makefile.in (rtl-profile.o, [...]): Add GCC_H dependency.Zdenek Dvorak1-6/+1
2004-07-29gcov-io.h: Allow zero tag as EOF indicator.Nathan Sidwell1-3/+2
2004-02-23convert.c, [...]: Update copyright.Kazu Hirata1-2/+2
2004-02-23gcov-io.c (gcov_open): Use open + fdopen instead of fopen.Jakub Jelinek1-7/+41