summaryrefslogtreecommitdiff
path: root/gcc/gcov.c
Commit message (Expand)AuthorAgeFilesLines
* gcov.c (struct arc_info): Add is_throw field.Nathan Sidwell2011-12-021-14/+73
* re PR gcov-profile/51297 (Many gcov tests FAIL on Tru64, Solaris 8 and 9)Nathan Sidwell2011-11-261-4/+5
* * gcov.c (canonicalize_name): Protect use of S_ISLNK.Nathan Sidwell2011-11-141-3/+8
* gcov.c (generate_results): Add missing semicolon and correct indent.Kai Tietz2011-11-141-3/+3
* gcov.c (source_prefix, [...]): New globals.Nathan Sidwell2011-11-131-11/+57
* gcov.c (struct name_map): New.Nathan Sidwell2011-11-121-89/+254
* gcov.c (struct function_info): Make src an index, not a pointer.Nathan Sidwell2011-11-101-162/+147
* libgcov.c (struct gcov_fn_buffer): New struct.Nathan Sidwell2011-11-071-50/+76
* gcov.c (create_file_names): If no object directory is specified, keep the dir...Tristan Gingold2011-05-231-9/+8
* Makefile.in (LIBDEPS): Add libcommon.a.Joseph Myers2011-05-201-11/+11
* split checksum into cfg checksum and line checksumXinliang David Li2011-04-291-5/+17
* remove useless if-before-free testsJim Meyering2011-04-201-4/+2
* Changelog c-family/Kai Tietz2011-03-251-14/+23
* gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2011-01-031-2/+2
* gcov.c (flag_display_progress): New static variable.Nicolas Setton2010-08-051-2/+20
* gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2010-01-091-2/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-5/+5
* df-problems.c (df_simulate_one_insn_forwards): Fix braces in switch.Ian Lance Taylor2009-06-161-19/+21
* gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2009-02-031-2/+2
* gcov.c (create_file_names): Properly handle UNIX and DOS directory separators.Pascal Obry2008-10-031-27/+40
* gcov.c (main): Call expandargv.Tristan Gingold2008-08-291-0/+3
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-1/+1
* re PR driver/35420 (--version copyright date vs. 2008)Jakub Jelinek2008-03-021-2/+3
* configure.ac: Add --with-pkgversion and --with-bugurl.Paul Brook2007-08-211-2/+2
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* gcov.c: Comments updated.Tristan Gingold2007-06-121-53/+107
* gcov.c (no_data_file): New flag.Nathan Sidwell2006-08-091-3/+10
* re PR rtl-optimization/25739 (Memory leak in bt_load.c(augment_live_range))Uttam Pawar2006-03-141-0/+1
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-12/+12
* gcov.c (print_version), [...]): Update copyright notice dates.Joseph Myers2006-01-211-3/+3
* Update FSF address.Kelley Cook2005-06-251-2/+2
* exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek2005-06-061-3/+3
* collect2.c, [...]: Replace calls to `unlock_stream' with `unlock_std_streams'.Kaveh R. Ghazi2005-04-261-3/+1
* collect2.c (main): Unlock the stdio streams.Kaveh R. Ghazi2005-04-241-0/+5
* builtin-types.def, [...]: Update copyright.Kazu Hirata2005-03-291-1/+1
* re PR other/20564 (gcov default behaviour changed)Nathan Sidwell2005-03-211-3/+6
* builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers2004-11-091-15/+15
* gcov-io.c (GCOV_CHECK): Use gcc_assert when available.Nathan Sidwell2004-08-301-1/+0
* Makefile.in (BUILD_ERRORS): Set to build-errors.Nathan Sidwell2004-08-231-11/+0
* gcov-io.h: Allow zero tag as EOF indicator.Nathan Sidwell2004-07-291-16/+11
* * gcov.c (function_summary): Add missing \n.Richard Sandiford2004-07-281-1/+1
* c-typeck.c, [...]: Fix comment typos.Kazu Hirata2004-06-261-1/+1
* gcc.c (process_command): Allow translation of the copyright symbol but not th...Kazu Hirata2004-02-201-5/+6
* alias.c: Fix comment formatting.Kazu Hirata2003-12-211-1/+1
* gcov.c (typedef struct arc_info): New field cs_count.Zdenek Dvorak2003-08-271-4/+19
* c-decl.c: Fix comment formatting.Kazu Hirata2003-08-221-1/+1
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-10/+7
* gcov-io.h: Update documentation.Nathan Sidwell2003-07-101-19/+17
* gcov-io.h: Update documentation.Nathan Sidwell2003-07-091-18/+9
* basic-block.h: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-205/+180