summaryrefslogtreecommitdiff
path: root/tools/llvm-cov/llvm-cov.cpp
Commit message (Expand)AuthorAge
* llvm-cov: Improve help message textJustin Bogner2014-01-29
* llvm-cov: Expect a source file as a positional parameterJustin Bogner2014-01-29
* llvm-cov: Added -f option for function summaries.Yuchen Wu2013-12-19
* llvm-cov: Added -c option for branch counts.Yuchen Wu2013-12-18
* llvm-cov: Added -u option for unconditional branch info.Yuchen Wu2013-12-16
* llvm-cov: Added -b option for branch probabilities.Yuchen Wu2013-12-13
* llvm-cov: Added -a option for block data.Yuchen Wu2013-12-10
* llvm-cov: Conformed headers.Yuchen Wu2013-12-05
* llvm-cov: Split GCOVFile's read into GCNO and GCDA.Yuchen Wu2013-12-04
* llvm-cov: Removed output to STDOUT/specified file.Yuchen Wu2013-12-03
* llvm-cov: Clean up memory leaks.Benjamin Kramer2013-11-15
* Revert "llvm-cov: Added command-line option to change dir."Yuchen Wu2013-11-05
* llvm-cov: Added command-line option to change dir.Yuchen Wu2013-11-05
* Added command-line option to output llvm-cov to file.Yuchen Wu2013-11-02
* Updated llvm-cov's OVERVIEW descriptionYuchen Wu2013-10-31
* Change llvm-cov output formatting to be more similar to gcov.Bob Wilson2013-10-22
* Move the printing of llvm-cov information out from collectLineCounts().Bob Wilson2013-10-22
* Remove accidental commit.Bill Wendling2012-11-07
* Add comment describing what's going on here.Bill Wendling2012-11-07
* Put GCOVFile and other related interface in a common header so that llvm-cov ...Devang Patel2011-10-04
* Clarify comments.Devang Patel2011-09-29
* Cosmetic changes, as per Nick's review.Devang Patel2011-09-29
* Introduce llvm-cov.Devang Patel2011-09-28