summaryrefslogtreecommitdiff
path: root/gcc/gcov-io.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-24Fix broken filename for .gcda files starting with '..' (PR gcov-profile/88994).Martin Liska
2019-01-01Update copyright years.Jakub Jelinek
2018-09-21Remove arc profile histogram in non-LTO mode.Martin Liska
2018-06-29When using -fprofile-generate=/some/path mangle absolute path of file (PR lto...Martin Liska
2018-06-05Simplify gcov_histogram as it's used only for ARCS counters.Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-06-05invoke.texi: Document the -fprofile-abs-path option.Bernd Edlinger
2017-04-13Do not call memcpy with a NULL argument (PR gcov-profile/80413).Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-11-22gcc-ar.c (main): Fix indentation.Nathan Sidwell
2016-10-14* gcov-io.c (gcov_open): Deconstify 'mode'.Nathan Sidwell
2016-10-13gcov-io.c (gcov_open): Fix documentation.Nathan Sidwell
2016-05-30Don't cause ICEs when auto profile file is not found with checkingAndi Kleen
2016-01-04Update copyright years.Jakub Jelinek
2015-02-04re PR gcov-profile/64123 (Instrumented Firefox segfaults on start)Jan Hubicka
2015-01-05Update copyright years.Jakub Jelinek
2014-07-29libgcov.h: Move renaming of entry points to lib gcov specific portion.Nathan Sidwell
2014-07-11Add gcov-tool: an offline gcda profile processing tool Support.Rong Xu
2014-07-03gcov-io.c (gcov_read_words): Don't call memmove if excess is 0.Jakub Jelinek
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener
2014-05-22gcov-io.c (gcov_position): Use gcov_nonruntime_assert.Teresa Johnson
2014-02-03re PR gcov-profile/58602 (.gcno files not truncated at gcov_close)Laurent Alfonsi
2014-01-08gcov-io.c (gcov_var): Move from gcov-io.h.Rong Xu
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-04-03This patch enables the gcov-dump tool to optionally compute and dump the work...Teresa Johnson
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-12-20Fix PR gcov-profile/55734 by using methods from hwint.c instead of builtins...Teresa Johnson
2012-11-30Revised patch to ensure that histograms from the profile summary are streamed...Teresa Johnson
2012-11-15re PR bootstrap/55051 (profiledbootstrap failed)Jan Hubicka
2012-11-03final patch for enabling VxWorksRobert Mason
2012-09-04Enhances the gcov program summary by adding a histogram of arc counter entries.Teresa Johnson
2011-04-06* gcov-io.c: Use GCC Runtime Library Exception.Joseph Myers
2009-11-25Remove trailing white spaces.H.J. Lu
2009-10-02gcov-io.c (gcov_open): Open files read-only when MODE < 0Neil Vachharajani
2008-06-26dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2005-06-25Update FSF address.Kelley Cook
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata
2005-04-01gcov-io.h (GCOV_CHECK, [...]): Remove.Nathan Sidwell
2004-09-09gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell
2004-09-01Makefile.in (rtl-profile.o, [...]): Add GCC_H dependency.Zdenek Dvorak
2004-07-29gcov-io.h: Allow zero tag as EOF indicator.Nathan Sidwell
2004-02-23convert.c, [...]: Update copyright.Kazu Hirata
2004-02-23gcov-io.c (gcov_open): Use open + fdopen instead of fopen.Jakub Jelinek
2003-09-29re PR c++/12175 (Tru64 UNIX bootstrap failure: multiply defined symbols linki...Jan Hubicka
2003-07-10gcov-io.h: Update documentation.Nathan Sidwell