aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-cov
Commit message (Expand)AuthorAgeFilesLines
* Change llvm-cov output formatting to be more similar to gcov.Bob Wilson2013-10-221-1/+1
* Move the printing of llvm-cov information out from collectLineCounts().Bob Wilson2013-10-221-0/+1
* Remove accidental commit.Bill Wendling2012-11-071-21/+0
* Add comment describing what's going on here.Bill Wendling2012-11-071-0/+21
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar2011-11-111-0/+23
* build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-181-4/+3
* Update cmake list.Devang Patel2011-10-041-1/+0
* Put GCOVFile and other related interface in a common header so that llvm-cov ...Devang Patel2011-10-043-506/+1
* Simplify.Devang Patel2011-09-291-11/+17
* Clarify comments.Devang Patel2011-09-292-4/+3
* Remove unnecessary and unused data member.Devang Patel2011-09-292-3/+2
* Cosmetic changes, as per Nick's review.Devang Patel2011-09-294-21/+16
* Introduce llvm-cov.Devang Patel2011-09-285-0/+608