- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Sep 5 2019
Sep 5 2019
Request commit access for marco
Nov 27 2018
Nov 27 2018
Fix linker option for -fprofile-arcs -ftest-coverage
Fix linker option for -fprofile-arcs -ftest-coverage
Nov 7 2018
Nov 7 2018
marco committed rCRT346300: [GCOV] Close file mapping handle on Windows, so flushed gcda files can be….
[GCOV] Close file mapping handle on Windows, so flushed gcda files can be…
marco committed rL346300: [GCOV] Close file mapping handle on Windows, so flushed gcda files can be….
[GCOV] Close file mapping handle on Windows, so flushed gcda files can be…
Oct 30 2018
Oct 30 2018
[GCOV] Make test path generic so it passes on all machines
[GCOV] Make test path generic so it passes on all machines
Aug 1 2018
Aug 1 2018
[gcov] Add test which uses fork
[gcov] Add test which uses fork
Jul 31 2018
Jul 31 2018
marco committed rCRT338453: [gcov] Add tests using switch, one with break clauses and one with fallthrough.
[gcov] Add tests using switch, one with break clauses and one with fallthrough
marco committed rL338453: [gcov] Add tests using switch, one with break clauses and one with fallthrough.
[gcov] Add tests using switch, one with break clauses and one with fallthrough
Jul 26 2018
Jul 26 2018
marco committed rL338013: Allow users of the GCOV API to extend the FileInfo class to implement custom….
Allow users of the GCOV API to extend the FileInfo class to implement custom…
Jul 16 2018
Jul 16 2018
marco committed rL337174: [gcov] Add a test showing differences in line counts when building with or….
[gcov] Add a test showing differences in line counts when building with or…
marco committed rCRT337174: [gcov] Add a test showing differences in line counts when building with or….
[gcov] Add a test showing differences in line counts when building with or…
Add a test with __gcov_flush called before terminating the program.
Add a test with __gcov_flush called before terminating the program.
Jul 13 2018
Jul 13 2018
Add a test with multiple BBs on the same line
Add a test with multiple BBs on the same line
Jul 12 2018
Jul 12 2018
marco committed rL336942: Simplify instrprof-dlopen-dlclose-gcov.test to avoid failures on Aarch64..
Simplify instrprof-dlopen-dlclose-gcov.test to avoid failures on Aarch64.
marco committed rCRT336942: Simplify instrprof-dlopen-dlclose-gcov.test to avoid failures on Aarch64..
Simplify instrprof-dlopen-dlclose-gcov.test to avoid failures on Aarch64.
Jul 11 2018
Jul 11 2018
marco committed rCRT336820: Link to the correct bug number about the Mac failure for instrprof-shared-gcov….
Link to the correct bug number about the Mac failure for instrprof-shared-gcov…
marco committed rL336820: Link to the correct bug number about the Mac failure for instrprof-shared-gcov….
Link to the correct bug number about the Mac failure for instrprof-shared-gcov…
Fix reading 32 bit gcov tag values on little-endian machines
Fix reading 32 bit gcov tag values on little-endian machines
Jul 10 2018
Jul 10 2018
Reapply "Make __gcov_flush flush counters for all shared libraries"
Reapply "Make __gcov_flush flush counters for all shared libraries"
Jul 5 2018
Jul 5 2018
Make __gcov_flush flush counters for all shared libraries
Make __gcov_flush flush counters for all shared libraries
Jan 3 2018
Jan 3 2018
Hide some symbols to avoid a crash on shutdown when using code coverage
marco committed rCRT321703: Hide some symbols to avoid a crash on shutdown when using code coverage.
Hide some symbols to avoid a crash on shutdown when using code coverage
Jan 3 2018, 3:22 AM · Restricted Project
Flush gcda files before unlocking them
Flush gcda files before unlocking them
Nov 8 2017
Nov 8 2017
marco committed rL317709: Add CoreOption flag to "-coverage" option to make it available for clang-cl.
Add CoreOption flag to "-coverage" option to make it available for clang-cl
Implement flock for Windows in compiler-rt
Oct 17 2017
Oct 17 2017
Use O_BINARY when opening GCDA file on Windows
Oct 13 2017
Oct 13 2017
marco committed rL315677: Disable gcov instrumentation of functions using funclet-based exception handling.
Disable gcov instrumentation of functions using funclet-based exception handling