Re-sort #include lines again, prior to moving headers around.
[oota-llvm.git] / tools / llvm-cov /
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-14 NAKAMURA Takumillvm-cov requires IR and Support as libraries. Instrume...
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-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-11 Daniel DunbarLLVMBuild: Add description files for the LLVM tools.
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-10-04 Devang PatelUpdate cmake list.
2011-10-04 Devang PatelPut GCOVFile and other related interface in a common...
2011-09-29 Devang PatelSimplify.
2011-09-29 Devang PatelClarify comments.
2011-09-29 Devang PatelRemove unnecessary and unused data member.
2011-09-29 Devang PatelCosmetic changes, as per Nick's review.
2011-09-28 Devang PatelIntroduce llvm-cov.