llvm-cov: Simplify FunctionInstantiationSetCollector (NFC)
[oota-llvm.git] / tools / llvm-cov / CodeCoverage.cpp
2014-09-18 Justin Bognerllvm-cov: Simplify FunctionInstantiationSetCollector...
2014-09-17 Justin Bognerllvm-cov: Push some more debug output into the View...
2014-09-17 Justin Bognerllvm-cov: Rework the API for getting the coverage of...
2014-09-17 Justin Bognerllvm-cov: Distinguish expansion/instantiation from...
2014-09-15 Justin Bognerllvm-cov: Make debug output more consistent
2014-09-15 Justin Bognerllvm-cov: Clean up some redundancy in the view API...
2014-09-12 Justin Bognerllvm-cov: Move FunctionCoverageMapping into CoverageMap...
2014-09-11 Justin BognerRevert "llvm-cov: Remove an overly system specific...
2014-09-09 Justin Bognerllvm-cov: Combine two types that were nearly identical...
2014-09-09 Justin Bognerllvm-cov: Rename MappingRegion to coverage::CountedRegi...
2014-09-08 Justin Bognerllvm-cov: Use ErrorOr rather than an error_code* (NFC)
2014-09-08 Justin Bognerllvm-cov: Remove dead code
2014-09-04 Justin Bognerllvm-cov: Don't pointlessly create a unique_ptr (NFC)
2014-08-22 Alex Lorenzllvm-cov: add code coverage tool that's based on covera...