summaryrefslogtreecommitdiff
path: root/tools/llvm-cov/gcov.cpp
AgeCommit message (Expand)Author
2017-11-03GCOV: Move GCOV from IR & Support into ProfileData to fix layeringDavid Blaikie
2017-01-28Cleanup dump() functions.Matthias Braun
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2015-10-14Rename one of our two llvm::GCOVOptions classes to llvm::GCOV::Options. We usedRichard Smith
2015-03-09Make helper functions static.Benjamin Kramer
2015-01-23llvm-cov: Don't use llvm::outs() in library codeJustin Bogner
2014-12-17Remove unused includes and out of date comment. NFC.Rafael Espindola
2014-10-30llvm-cov: Follow LLVM naming conventionsJustin Bogner
2014-07-28llvm-cov: move the gcov code into a separate file.Alex Lorenz