aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/gcov.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-19[tools] Use SmallString::operator std::string (NFC)Kazu Hirata1-6/+4
2021-03-25[NFC] Reordering parameters in getFile and getFileOrSTDINAbhina Sreeskantharajan1-2/+4
2020-09-16[llvm-cov gcov] Add --demangled-names (-m)Fangrui Song1-2/+7
2020-09-13[llvm-cov gcov] Refactor counting and reportingFangrui Song1-3/+1
2020-09-13[llvm-cov gcov] Add -r (--relative-only) && -s (--source-prefix)Fangrui Song1-1/+10
2020-07-19[llvm-cov gcov] Don't require NUL terminator when reading filesFangrui Song1-2/+4
2020-06-16[llvm-cov gcov] Don't suppress .gcov output if .gcda is corruptedFangrui Song1-4/+4
2020-06-16[gcov] Add -i --intermediate-formatFangrui Song1-2/+12
2020-06-16[gcov] Refactor llvm-cov gcov and add SourceInfoFangrui Song1-1/+1
2020-05-10[gcov] Implement --stdout -tFangrui Song1-1/+5
2020-05-10[gcov] Fix .gcda decoding and support GCC 8, 9 and 10Fangrui Song1-1/+1
2019-02-19[llvm-cov] Add support for gcov --hash-filenames optionVedant Kumar1-1/+7
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-11-03GCOV: Move GCOV from IR & Support into ProfileData to fix layeringDavid Blaikie1-1/+1
2017-01-28Cleanup dump() functions.Matthias Braun1-1/+1
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith1-8/+0
2015-10-14Rename one of our two llvm::GCOVOptions classes to llvm::GCOV::Options. We usedRichard Smith1-3/+3
2015-03-09Make helper functions static.Benjamin Kramer1-3/+4
2015-01-23llvm-cov: Don't use llvm::outs() in library codeJustin Bogner1-1/+1
2014-12-17Remove unused includes and out of date comment. NFC.Rafael Espindola1-1/+0
2014-10-30llvm-cov: Follow LLVM naming conventionsJustin Bogner1-1/+1
2014-07-28llvm-cov: move the gcov code into a separate file.Alex Lorenz1-0/+153