summaryrefslogtreecommitdiff
path: root/tools/llvm-cov
Commit message (Expand)AuthorAge
* llvm-cov: Support specifying multiple source filesJustin Bogner2014-06-27
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-13
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* llvm-cov: Implement --no-outputJustin Bogner2014-05-07
* llvm-cov: Add support for gcov's --long-file-names optionJustin Bogner2014-04-23
* llvm-cov: Allow short options to be groupedJustin Bogner2014-04-23
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* llvm-cov: Support gcov's extermely lenient treatment of -oJustin Bogner2014-02-18
* llvm-cov: Implement the preserve-paths flagJustin Bogner2014-02-04
* llvm-cov: Implement the object-directory flagJustin Bogner2014-02-04
* llvm-cov: Ignore missing .gcda filesJustin Bogner2014-02-04
* llvm-cov: Accept the long forms of gcov optionsJustin Bogner2014-01-29
* 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
* 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