summaryrefslogtreecommitdiff
path: root/gcc/gcov-io.c
Commit message (Expand)AuthorAgeFilesLines
* * gcov-io.c (gcov_open): Deconstify 'mode'.Nathan Sidwell2016-10-141-1/+1
* gcov-io.c (gcov_open): Fix documentation.Nathan Sidwell2016-10-131-37/+12
* Don't cause ICEs when auto profile file is not found with checkingAndi Kleen2016-05-301-1/+3
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR gcov-profile/64123 (Instrumented Firefox segfaults on start)Jan Hubicka2015-02-041-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* libgcov.h: Move renaming of entry points to lib gcov specific portion.Nathan Sidwell2014-07-291-1/+1
* Add gcov-tool: an offline gcda profile processing tool Support.Rong Xu2014-07-111-4/+16
* gcov-io.c (gcov_read_words): Don't call memmove if excess is 0.Jakub Jelinek2014-07-031-3/+4
* system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener2014-05-261-13/+1
* gcov-io.c (gcov_position): Use gcov_nonruntime_assert.Teresa Johnson2014-05-221-21/+20
* re PR gcov-profile/58602 (.gcno files not truncated at gcov_close)Laurent Alfonsi2014-02-031-2/+8
* gcov-io.c (gcov_var): Move from gcov-io.h.Rong Xu2014-01-081-0/+55
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-8/+9
* This patch enables the gcov-dump tool to optionally compute and dump the work...Teresa Johnson2013-04-031-0/+107
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* Fix PR gcov-profile/55734 by using methods from hwint.c instead of builtins...Teresa Johnson2012-12-201-2/+34
* Revised patch to ensure that histograms from the profile summary are streamed...Teresa Johnson2012-11-301-5/+9
* re PR bootstrap/55051 (profiledbootstrap failed)Jan Hubicka2012-11-151-1/+1
* final patch for enabling VxWorksRobert Mason2012-11-031-1/+2
* Enhances the gcov program summary by adding a histogram of arc counter entries.Teresa Johnson2012-09-041-4/+255
* * gcov-io.c: Use GCC Runtime Library Exception.Joseph Myers2011-04-061-2/+7
* Remove trailing white spaces.H.J. Lu2009-11-251-11/+11
* gcov-io.c (gcov_open): Open files read-only when MODE < 0Neil Vachharajani2009-10-021-10/+21
* dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi2008-06-261-1/+1
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-3/+3
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* Update FSF address.Kelley Cook2005-06-251-2/+2
* attribs.c, [...]: Update copyright.Kazu Hirata2005-04-281-1/+1
* gcov-io.h (GCOV_CHECK, [...]): Remove.Nathan Sidwell2005-04-011-11/+11
* gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-091-2/+1
* Makefile.in (rtl-profile.o, [...]): Add GCC_H dependency.Zdenek Dvorak2004-09-011-6/+1
* gcov-io.h: Allow zero tag as EOF indicator.Nathan Sidwell2004-07-291-3/+2
* convert.c, [...]: Update copyright.Kazu Hirata2004-02-231-2/+2
* gcov-io.c (gcov_open): Use open + fdopen instead of fopen.Jakub Jelinek2004-02-231-7/+41
* re PR c++/12175 (Tru64 UNIX bootstrap failure: multiply defined symbols linki...Jan Hubicka2003-09-291-1/+1
* gcov-io.h: Update documentation.Nathan Sidwell2003-07-101-38/+36
* gcov-io.h: Update documentation.Nathan Sidwell2003-07-091-100/+94
* gcov-io.c: Convert prototypes to ISO C90.Andreas Jaeger2003-06-301-5/+5
* basic-block.h: Fix comment formatting.Kazu Hirata2003-06-231-2/+2
* ChangeLog: Follow spelling conventions.Kazu Hirata2003-06-121-2/+2
* * gcov-io.c (gcov_read_bytes): Fix fread thinko.Nathan Sidwell2003-05-181-1/+1
* gcov-io.h (gcov_write_bytes, [...]): Remove here.Nathan Sidwell2003-05-141-112/+162
* defaults.h (GCOV_TYPE_SIZE): Remove.Nathan Sidwell2003-05-101-14/+14
* gcov-io.h (GCOV_LOCKED): New #define.Nathan Sidwell2003-05-071-5/+28
* New GCOV_TAG_FUNCTION layoutNathan Sidwell2003-04-241-0/+4
* Makefile.in (LIBGCC_DEPS): Add gcov headers.Nathan Sidwell2003-04-231-11/+21
* Break out coverage routines to new file.Nathan Sidwell2003-04-211-0/+431