Richard Smith
|
b279442823
|
Rename one of our two llvm::GCOVOptions classes to llvm::GCOV::Options. We used
to get away with this because llvm/Support/GCOV.h was an implementation detail
of the llvm-gcov tool, but it's now being used by FDO.
llvm-svn: 250258
|
2015-10-14 00:04:19 +00:00 |
|
Benjamin Kramer
|
5ce1e9672a
|
Make helper functions static.
Found by -Wmissing-prototypes. NFC.
llvm-svn: 231664
|
2015-03-09 16:23:46 +00:00 |
|
Justin Bogner
|
ba6731f40f
|
llvm-cov: Don't use llvm::outs() in library code
Nothing in lib/ should be using llvm::outs() directly. Thread it in
from the caller instead.
llvm-svn: 226961
|
2015-01-23 23:09:27 +00:00 |
|
Rafael Espindola
|
5193b71e57
|
Remove unused includes and out of date comment. NFC.
llvm-svn: 224413
|
2014-12-17 03:07:20 +00:00 |
|
Justin Bogner
|
e8fc87ab82
|
llvm-cov: Follow LLVM naming conventions
This renames a few things that are using an unusual naming convention.
llvm-svn: 220929
|
2014-10-30 20:57:49 +00:00 |
|
Alex Lorenz
|
c3030769bd
|
llvm-cov: move the gcov code into a separate file.
The gcov compatible code is moved to its own file and
llvm-cov is updated to be a wrapper that always calls
the gcov main function.
llvm-svn: 214107
|
2014-07-28 18:03:51 +00:00 |
|