Use std::error_code instead of llvm::error_code.
[oota-llvm.git] / tools / llvm-cov / llvm-cov.cpp
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-05-07 Justin Bognerllvm-cov: Implement --no-output
2014-04-23 Justin Bognerllvm-cov: Add support for gcov's --long-file-names...
2014-04-23 Justin Bognerllvm-cov: Allow short options to be grouped
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-18 Justin Bognerllvm-cov: Support gcov's extermely lenient treatment...
2014-02-04 Justin Bognerllvm-cov: Implement the preserve-paths flag
2014-02-04 Justin Bognerllvm-cov: Implement the object-directory flag
2014-02-04 Justin Bognerllvm-cov: Ignore missing .gcda files
2014-01-29 Justin Bognerllvm-cov: Accept the long forms of gcov options
2014-01-29 Justin Bognerllvm-cov: Improve help message text
2014-01-29 Justin Bognerllvm-cov: Expect a source file as a positional parameter
2013-12-19 Yuchen Wullvm-cov: Added -f option for function summaries.
2013-12-18 Yuchen Wullvm-cov: Added -c option for branch counts.
2013-12-16 Yuchen Wullvm-cov: Added -u option for unconditional branch...
2013-12-13 Yuchen Wullvm-cov: Added -b option for branch probabilities.
2013-12-10 Yuchen Wullvm-cov: Added -a option for block data.
2013-12-05 Yuchen Wullvm-cov: Conformed headers.
2013-12-04 Yuchen Wullvm-cov: Split GCOVFile's read into GCNO and GCDA.
2013-12-03 Yuchen Wullvm-cov: Removed output to STDOUT/specified file.
2013-11-15 Benjamin Kramerllvm-cov: Clean up memory leaks.
2013-11-05 Yuchen WuRevert "llvm-cov: Added command-line option to change...
2013-11-05 Yuchen Wullvm-cov: Added command-line option to change dir.
2013-11-02 Yuchen WuAdded command-line option to output llvm-cov to file.
2013-10-31 Yuchen WuUpdated llvm-cov's OVERVIEW description
2013-10-22 Bob WilsonChange llvm-cov output formatting to be more similar...
2013-10-22 Bob WilsonMove the printing of llvm-cov information out from...
2012-11-07 Bill WendlingRemove accidental commit.
2012-11-07 Bill WendlingAdd comment describing what's going on here.
2011-10-04 Devang PatelPut GCOVFile and other related interface in a common...
2011-09-29 Devang PatelClarify comments.
2011-09-29 Devang PatelCosmetic changes, as per Nick's review.
2011-09-28 Devang PatelIntroduce llvm-cov.