Age | Commit message (Expand) | Author | Files | Lines |
2017-08-01 | Fix segfault in gcov.c (PR gcov-profile/81561). | Martin Liska | 1 | -5/+5 |
2017-06-08 | gcov: Add block_info::block_info (PR gcov-profile/80911). | Martin Liska | 1 | -0/+11 |
2017-05-02 | Fix documentation and a ctor in gcov.c | Martin Liska | 1 | -3/+4 |
2017-04-28 | Sort options of gcov, gcov-dump and gcov-tool both in --help and documentation | Martin Liska | 1 | -1/+1 |
2017-04-28 | Fix format_gcov to not print misleading values (PR gcov-profile/53915) | Martin Liska | 1 | -0/+7 |
2017-04-28 | Make gcno more precise about BBs really belonging to a line (PR gcov-profile/... | Martin Liska | 1 | -57/+33 |
2017-04-28 | Introduce new option -w which shows verbose informations. | Martin Liska | 1 | -8/+30 |
2017-04-28 | Simplify representation of locations of a block. | Martin Liska | 1 | -139/+118 |
2017-04-28 | gcno file: do not stream block flags (PR gcov-profile/80031). | Martin Liska | 1 | -6/+1 |
2017-04-10 | Support multiple files w/ -i option in gcov (PR gcov-profile/80224). | Martin Liska | 1 | -55/+7 |
2017-03-31 | gcov.c (md5sum_to_hex): Fix output of MD5 hex bytes. | Bernd Edlinger | 1 | -5/+11 |
2017-03-07 | gcov: put comment to correct location. | Martin Liska | 1 | -2/+2 |
2017-02-28 | i386.c: Include intl.h. | Jakub Jelinek | 1 | -1/+4 |
2017-01-22 | gcov.c (INCLUDE_ALGORITHM): Define. | Dimitry Andric | 1 | -2/+2 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-01-01 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -1/+1 |
2016-08-16 | gcov: add new option (--hash-filenames) (PR | Martin Liska | 1 | -2/+46 |
2016-08-12 | Create x.gcov file for binary w/o x.gcda file (PR | Martin Liska | 1 | -1/+1 |
2016-08-06 | gcov.c (handle_cycle): Use INTTYPE_MAXIMUM (int64_t) instead of INT64_MAX. | Jakub Jelinek | 1 | -1/+1 |
2016-08-05 | gcov tool: Implement Hawick's algorithm for cycle detection, | Martin Liska | 1 | -101/+188 |
2016-08-05 | gcov: rename line_next to next_file_fn in function_info | Martin Liska | 1 | -8/+8 |
2016-08-04 | Fix GNU coding style in gcov.c | Martin Liska | 1 | -46/+42 |
2016-01-04 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -2/+2 |
2015-05-09 | bitmap.c, [...]: Add space between string literal and macro name. | Jason Merrill | 1 | -1/+1 |
2015-04-11 | gcov.c (find_source): Fix miswording in error message. | Benno Schulenberg | 1 | -1/+1 |
2015-01-05 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -2/+2 |
2014-05-26 | system.h: Define __STDC_FORMAT_MACROS before including inttypes.h. | Richard Biener | 1 | -1/+1 |
2014-01-02 | gnat_ugn.texi: Bump @copying's copyright year. | Tobias Burnus | 1 | -2/+2 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -6/+6 |
2013-06-20 | gcov.c (print_usage): Handle new option. | Sharad Singhai | 1 | -38/+205 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -4/+1 |
2013-01-03 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -2/+3 |
2012-10-13 | re PR gcov-profile/44728 (gcov chokes when "." is present in DIR argument to ... | Andreas Schwab | 1 | -1/+1 |
2012-07-23 | coverage.c: Refer to "notes file" instead of "graph file" in all comments. | Steven Bosscher | 1 | -7/+9 |
2012-07-23 | opts.c (common_handle_option): Do not set flag_value_profile_transformations ... | Steven Bosscher | 1 | -13/+17 |
2012-05-29 | re PR middle-end/53510 (OOM while compile some code) | Jakub Jelinek | 1 | -9/+2 |
2012-01-11 | gcov.c (STRING_SIZE): Remove. | Nathan Sidwell | 1 | -46/+69 |
2012-01-01 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -2/+2 |
2011-12-30 | gcov.c (total_lines, [...]): New global vars. | Nathan Sidwell | 1 | -8/+22 |
2011-12-02 | gcov.c (struct arc_info): Add is_throw field. | Nathan Sidwell | 1 | -14/+73 |
2011-11-26 | re PR gcov-profile/51297 (Many gcov tests FAIL on Tru64, Solaris 8 and 9) | Nathan Sidwell | 1 | -4/+5 |
2011-11-14 | * gcov.c (canonicalize_name): Protect use of S_ISLNK. | Nathan Sidwell | 1 | -3/+8 |
2011-11-14 | gcov.c (generate_results): Add missing semicolon and correct indent. | Kai Tietz | 1 | -3/+3 |
2011-11-13 | gcov.c (source_prefix, [...]): New globals. | Nathan Sidwell | 1 | -11/+57 |
2011-11-12 | gcov.c (struct name_map): New. | Nathan Sidwell | 1 | -89/+254 |
2011-11-10 | gcov.c (struct function_info): Make src an index, not a pointer. | Nathan Sidwell | 1 | -162/+147 |
2011-11-07 | libgcov.c (struct gcov_fn_buffer): New struct. | Nathan Sidwell | 1 | -50/+76 |
2011-05-23 | gcov.c (create_file_names): If no object directory is specified, keep the dir... | Tristan Gingold | 1 | -9/+8 |
2011-05-20 | Makefile.in (LIBDEPS): Add libcommon.a. | Joseph Myers | 1 | -11/+11 |
2011-04-29 | split checksum into cfg checksum and line checksum | Xinliang David Li | 1 | -5/+17 |