Age | Commit message (Expand) | Author | Files | Lines |
2020-10-23 | gcov: fix reading of zero sections. | Martin Liska | 1 | -4/+4 |
2020-07-02 | Do not stream all zeros for gcda files. | Martin Liska | 1 | -2/+7 |
2020-07-01 | gcov: avoid trailing space. | Martin Liska | 1 | -1/+1 |
2020-07-01 | gcov: shorted one option help message | Martin Liska | 1 | -1/+2 |
2020-07-01 | gcov: rename 2 options. | Martin Liska | 1 | -6/+10 |
2020-06-17 | gcov*: collapse lisence header to 2 lines in --version. | Martin Liska | 1 | -3/+2 |
2020-05-05 | gcov: print total_lines summary for all files. | Martin Liska | 1 | -15/+15 |
2020-01-14 | hash-table.h: support non-zero empty values in empty_slow (v2) | David Malcolm | 1 | -0/+2 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-01-01 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -1/+1 |
2019-10-22 | Come up with json::integer_number and use it in GCOV. | Martin Liska | 1 | -10/+13 |
2019-09-02 | Consider also negative edges in cycle detection. | Martin Liska | 1 | -5/+5 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -7/+7 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -5/+10 |
2019-05-13 | Do not follow zero edges in cycle detection (PR gcov-profile/90380). | Martin Liska | 1 | -4/+20 |
2019-05-13 | Test for not existence of a negative loop (PR gcov-profile/90380). | Martin Liska | 1 | -35/+18 |
2019-04-08 | Add data_file to GCOV interm. format (PR gcov-profile/89961). | Martin Liska | 1 | -0/+1 |
2019-03-14 | GCOV: print {start,end}_column in JSON file and gcov-dump tool. | Martin Liska | 1 | -1/+9 |
2019-03-11 | Improve JSON format: add function names for lines. | Martin Liska | 1 | -4/+16 |
2019-02-05 | GCOV: remove misleading branches and calls info for -f option (PR gcov-profil... | Martin Liska | 1 | -7/+17 |
2019-01-24 | Fix broken filename for .gcda files starting with '..' (PR gcov-profile/88994). | Martin Liska | 1 | -7/+9 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-01-01 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -1/+1 |
2018-12-27 | Fix slowness in gcov (PR gcov-profile/88225). | Martin Liska | 1 | -48/+64 |
2018-11-27 | gcov: do not ICE on NULL string in JSON export. | Martin Liska | 1 | -1/+3 |
2018-10-30 | * gcov.c (output_lines): Remove duplicate line. | Eric Botcazou | 1 | -2/+0 |
2018-10-29 | GCOV: introduce --json-format. | Martin Liska | 1 | -106/+154 |
2018-09-24 | Improve colorization legend in gcov reports. | Martin Liska | 1 | -2/+12 |
2018-09-21 | Remove arc profile histogram in non-LTO mode. | Martin Liska | 1 | -5/+2 |
2018-09-17 | Fix out-of-bounds in gcov.c (PR gcov-profile/85871). | Martin Liska | 1 | -1/+2 |
2018-09-17 | gcov: emit hotness colors to easily find hot code. | Martin Liska | 1 | -7/+49 |
2018-09-05 | GCOV: Print one decimal place in human readable mode. | Martin Liska | 1 | -2/+2 |
2018-08-27 | Do not read gcda files multiple times (PR gcov-profile/87069). | Martin Liska | 1 | -0/+15 |
2018-08-02 | Fix gcov misleading error (PR gcov-profile/86817). | Martin Liska | 1 | -4/+8 |
2018-07-26 | gcov: Fix wrong usage of NAN in statistics (PR gcov-profile/86536). | Martin Liska | 1 | -36/+10 |
2018-06-29 | When using -fprofile-generate=/some/path mangle absolute path of file (PR lto... | Martin Liska | 1 | -36/+1 |
2018-06-05 | Simplify gcov_histogram as it's used only for ARCS counters. | Martin Liska | 1 | -1/+1 |
2018-06-05 | Print working directory only in intermediate format (PR gcov-profile/84846). | Martin Liska | 1 | -2/+0 |
2018-05-18 | gcov: add new option -t that prints output to stdout (PR gcov-profile/84846). | Martin Liska | 1 | -7/+29 |
2018-05-18 | Print working directory to gcov files (PR gcov-profile/84846). | Martin Liska | 1 | -0/+7 |
2018-02-27 | Make groups more generic (PR gcov-profile/84548). | Martin Liska | 1 | -2/+8 |
2018-01-04 | Add version to intermediate gcov file (PR gcov-profile/83669). | Martin Liska | 1 | -0/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -1/+1 |
2017-11-13 | GCOV: remove typedef of coverage_t. | Martin Liska | 1 | -12/+12 |
2017-11-13 | GCOV: remove typedef for block_t | Martin Liska | 1 | -26/+26 |
2017-11-13 | GCOV: remove typedef for arc_t | Martin Liska | 1 | -29/+29 |
2017-11-13 | GCOV: remove typedef for function_t | Martin Liska | 1 | -35/+35 |
2017-11-13 | GCOV: introduce vector for function_info::counts. | Martin Liska | 1 | -13/+8 |
2017-11-13 | GCOV: simplify usage of function_info::artificial. | Martin Liska | 1 | -26/+40 |