aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-6/+6
2013-06-20gcov.c (print_usage): Handle new option.Sharad Singhai1-38/+205
2013-01-10Update copyright years in gcc/Richard Sandiford1-4/+1
2013-01-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+3
2012-10-13re PR gcov-profile/44728 (gcov chokes when "." is present in DIR argument to ...Andreas Schwab1-1/+1
2012-07-23coverage.c: Refer to "notes file" instead of "graph file" in all comments.Steven Bosscher1-7/+9
2012-07-23opts.c (common_handle_option): Do not set flag_value_profile_transformations ...Steven Bosscher1-13/+17
2012-05-29re PR middle-end/53510 (OOM while compile some code)Jakub Jelinek1-9/+2
2012-01-11gcov.c (STRING_SIZE): Remove.Nathan Sidwell1-46/+69
2012-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2011-12-30gcov.c (total_lines, [...]): New global vars.Nathan Sidwell1-8/+22
2011-12-02gcov.c (struct arc_info): Add is_throw field.Nathan Sidwell1-14/+73
2011-11-26re PR gcov-profile/51297 (Many gcov tests FAIL on Tru64, Solaris 8 and 9)Nathan Sidwell1-4/+5
2011-11-14* gcov.c (canonicalize_name): Protect use of S_ISLNK.Nathan Sidwell1-3/+8
2011-11-14gcov.c (generate_results): Add missing semicolon and correct indent.Kai Tietz1-3/+3
2011-11-13gcov.c (source_prefix, [...]): New globals.Nathan Sidwell1-11/+57
2011-11-12gcov.c (struct name_map): New.Nathan Sidwell1-89/+254
2011-11-10gcov.c (struct function_info): Make src an index, not a pointer.Nathan Sidwell1-162/+147
2011-11-07libgcov.c (struct gcov_fn_buffer): New struct.Nathan Sidwell1-50/+76
2011-05-23gcov.c (create_file_names): If no object directory is specified, keep the dir...Tristan Gingold1-9/+8
2011-05-20Makefile.in (LIBDEPS): Add libcommon.a.Joseph Myers1-11/+11
2011-04-29split checksum into cfg checksum and line checksumXinliang David Li1-5/+17
2011-04-20remove useless if-before-free testsJim Meyering1-4/+2
2011-03-25Changelog c-family/Kai Tietz1-14/+23
2011-01-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2010-08-05gcov.c (flag_display_progress): New static variable.Nicolas Setton1-2/+20
2010-01-09gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-5/+5
2009-06-16df-problems.c (df_simulate_one_insn_forwards): Fix braces in switch.Ian Lance Taylor1-19/+21
2009-02-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2008-10-03gcov.c (create_file_names): Properly handle UNIX and DOS directory separators.Pascal Obry1-27/+40
2008-08-29gcov.c (main): Call expandargv.Tristan Gingold1-0/+3
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-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
2007-06-12gcov.c: Comments updated.Tristan Gingold1-53/+107
2006-08-09gcov.c (no_data_file): New flag.Nathan Sidwell1-3/+10
2006-03-14re PR rtl-optimization/25739 (Memory leak in bt_load.c(augment_live_range))Uttam Pawar1-0/+1
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-12/+12
2006-01-21gcov.c (print_version), [...]): Update copyright notice dates.Joseph Myers1-3/+3
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-06exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek1-3/+3
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
2005-03-29builtin-types.def, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-21re PR other/20564 (gcov default behaviour changed)Nathan Sidwell1-3/+6
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-15/+15
2004-08-30gcov-io.c (GCOV_CHECK): Use gcc_assert when available.Nathan Sidwell1-1/+0
2004-08-23Makefile.in (BUILD_ERRORS): Set to build-errors.Nathan Sidwell1-11/+0