aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-cov
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-093-31/+47
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2315-205/+98
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0220-129/+2090
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-32/+40
* Adds the ability to run the llvm test suite in-tree.Chris Wailes2014-06-061-0/+33
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-8/+16
* Update to LLVM 3.5a.Stephen Hines2014-04-241-26/+72
* llvm-cov: Clean up memory leaks.Benjamin Kramer2013-11-151-2/+2
* llvm-cov requires IR and Support as libraries. Instrumentation would be overk...NAKAMURA Takumi2013-11-142-2/+2
* Revert "llvm-cov: Added command-line option to change dir."Yuchen Wu2013-11-051-11/+1
* llvm-cov: Added command-line option to change dir.Yuchen Wu2013-11-051-1/+11
* Added command-line option to output llvm-cov to file.Yuchen Wu2013-11-021-1/+10
* Updated llvm-cov's OVERVIEW descriptionYuchen Wu2013-10-311-1/+1
* 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