aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov
AgeCommit message (Expand)AuthorFilesLines
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola1-9/+11
2014-06-27llvm-cov: Support specifying multiple source filesJustin Bogner1-26/+31
2014-06-13Finishing touch for the std::error_code transition.Rafael Espindola1-1/+2
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola1-3/+2
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-06-12Remove system_error.h.Rafael Espindola1-1/+1
2014-06-11Use std::error_code instead of llvm::error_code.Rafael Espindola1-1/+1
2014-05-07llvm-cov: Implement --no-outputJustin Bogner1-1/+5
2014-04-23llvm-cov: Add support for gcov's --long-file-names optionJustin Bogner1-2/+6
2014-04-23llvm-cov: Allow short options to be groupedJustin Bogner1-6/+6
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-3/+2
2014-02-18llvm-cov: Support gcov's extermely lenient treatment of -oJustin Bogner1-4/+14
2014-02-04llvm-cov: Implement the preserve-paths flagJustin Bogner1-1/+5
2014-02-04llvm-cov: Implement the object-directory flagJustin Bogner1-2/+13
2014-02-04llvm-cov: Ignore missing .gcda filesJustin Bogner1-7/+12
2014-01-29llvm-cov: Accept the long forms of gcov optionsJustin Bogner1-0/+6
2014-01-29llvm-cov: Improve help message textJustin Bogner1-22/+21
2014-01-29llvm-cov: Expect a source file as a positional parameterJustin Bogner1-13/+17
2013-12-19llvm-cov: Added -f option for function summaries.Yuchen Wu1-1/+5
2013-12-18llvm-cov: Added -c option for branch counts.Yuchen Wu1-3/+7
2013-12-16llvm-cov: Added -u option for unconditional branch info.Yuchen Wu1-1/+5
2013-12-13llvm-cov: Added -b option for branch probabilities.Yuchen Wu1-2/+6
2013-12-10llvm-cov: Added -a option for block data.Yuchen Wu1-2/+4
2013-12-05llvm-cov: Conformed headers.Yuchen Wu1-1/+1
2013-12-04llvm-cov: Split GCOVFile's read into GCNO and GCDA.Yuchen Wu1-2/+2
2013-12-03llvm-cov: Removed output to STDOUT/specified file.Yuchen Wu1-11/+1
2013-11-15llvm-cov: Clean up memory leaks.Benjamin Kramer1-2/+2
2013-11-14llvm-cov requires IR and Support as libraries. Instrumentation would be overk...NAKAMURA Takumi2-2/+2
2013-11-05Revert "llvm-cov: Added command-line option to change dir."Yuchen Wu1-11/+1
2013-11-05llvm-cov: Added command-line option to change dir.Yuchen Wu1-1/+11
2013-11-02Added command-line option to output llvm-cov to file.Yuchen Wu1-1/+10
2013-10-31Updated llvm-cov's OVERVIEW descriptionYuchen Wu1-1/+1
2013-10-22Change llvm-cov output formatting to be more similar to gcov.Bob Wilson1-1/+1
2013-10-22Move the printing of llvm-cov information out from collectLineCounts().Bob Wilson1-0/+1
2012-11-07Remove accidental commit.Bill Wendling1-21/+0
2012-11-07Add comment describing what's going on here.Bill Wendling1-0/+21
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar1-1/+0
2011-11-11LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar1-0/+23
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar1-4/+3
2011-10-04Update cmake list.Devang Patel1-1/+0
2011-10-04Put GCOVFile and other related interface in a common header so that llvm-cov ...Devang Patel3-506/+1
2011-09-29Simplify.Devang Patel1-11/+17
2011-09-29Clarify comments.Devang Patel2-4/+3
2011-09-29Remove unnecessary and unused data member.Devang Patel2-3/+2
2011-09-29Cosmetic changes, as per Nick's review.Devang Patel4-21/+16
2011-09-28Introduce llvm-cov.Devang Patel5-0/+608