summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/gcov.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-cov] Add support for gcov --hash-filenames optionVedant Kumar2019-02-191-1/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* GCOV: Move GCOV from IR & Support into ProfileData to fix layeringDavid Blaikie2017-11-031-1/+1
* Cleanup dump() functions.Matthias Braun2017-01-281-1/+1
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-8/+0
* Rename one of our two llvm::GCOVOptions classes to llvm::GCOV::Options. We usedRichard Smith2015-10-141-3/+3
* Make helper functions static.Benjamin Kramer2015-03-091-3/+4
* llvm-cov: Don't use llvm::outs() in library codeJustin Bogner2015-01-231-1/+1
* Remove unused includes and out of date comment. NFC.Rafael Espindola2014-12-171-1/+0
* llvm-cov: Follow LLVM naming conventionsJustin Bogner2014-10-301-1/+1
* llvm-cov: move the gcov code into a separate file.Alex Lorenz2014-07-281-0/+153
OpenPOWER on IntegriCloud