aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-cov/llvm-cov.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-17/+17
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-125/+53
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-32/+40
* 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
* 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
* Put GCOVFile and other related interface in a common header so that llvm-cov ...Devang Patel2011-10-041-1/+1
* Clarify comments.Devang Patel2011-09-291-1/+0
* Cosmetic changes, as per Nick's review.Devang Patel2011-09-291-12/+8
* Introduce llvm-cov.Devang Patel2011-09-281-0/+83