summaryrefslogtreecommitdiff
path: root/tools/llvm-cov
Commit message (Expand)AuthorAge
* 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
* llvm-cov requires IR and Support as libraries. Instrumentation would be overk...NAKAMURA Takumi2013-11-14
* 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
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar2011-11-11
* build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-18
* Update cmake list.Devang Patel2011-10-04
* Put GCOVFile and other related interface in a common header so that llvm-cov ...Devang Patel2011-10-04
* Simplify.Devang Patel2011-09-29
* Clarify comments.Devang Patel2011-09-29
* Remove unnecessary and unused data member.Devang Patel2011-09-29
* Cosmetic changes, as per Nick's review.Devang Patel2011-09-29
* Introduce llvm-cov.Devang Patel2011-09-28