Introduce llvm::sys::path::home_directory.
[oota-llvm.git] / include / llvm / Support / GCOV.h
2013-12-19 Yuchen Wullvm-cov: Added -f option for function summaries.
2013-12-18 Yuchen Wullvm-cov: Print coverage summary to STDOUT.
2013-12-18 Yuchen Wullvm-cov: Added -c option for branch counts.
2013-12-16 Yuchen Wullvm-cov: Marked secondary print functions private.
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 Daniel JasperUn-revert r196358: "llvm-cov: Added support for functio...
2013-12-04 Daniel JasperRevert r196358: "llvm-cov: Added support for function...
2013-12-04 Yuchen Wullvm-cov: Added support for function checksums.
2013-12-04 Yuchen Wullvm-cov: Added checks for ident, checksum, name.
2013-12-04 Yuchen Wullvm-cov: Capitalized GCNO and GCDA for consistency.
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-12-03 Yuchen Wullvm-cov: Store blocks rather than counts per line.
2013-12-03 Yuchen Wullvm-cov: Added edge struct for traversal in block.
2013-12-03 Yuchen Wullvm-cov: Split up reading of GCNO and GCDA files.
2013-11-20 Yuchen Wullvm-cov: Added file checksum to gcno and gcda files.
2013-11-19 Yuchen Wullvm-cov: Added constness property to methods.
2013-11-14 Yuchen Wullvm-cov: Slightly improved error checking.
2013-11-14 Yuchen Wullvm-cov: Removed StringMap holding GCOVLines.
2013-11-14 Yuchen Wullvm-cov: Replaced asserts with proper error handling.
2013-11-05 Yuchen WuSupport for reading run counts in llvm-cov.
2013-11-02 Yuchen WuAdded command-line option to output llvm-cov to file.
2013-10-25 Yuchen WuSupport for reading program counts in llvm-cov.
2013-10-24 Yuchen WuFixed llvm-cov to count edges instead of blocks.
2013-10-23 Yuchen WuUse a map instead of vector to store line counts.
2013-10-22 Bob WilsonFix llvm-cov counts to be 64-bit integers to avoid...
2013-10-22 Bob WilsonChange llvm-cov output formatting to be more similar...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-08-31 Bill WendlingMove the GCOVFormat enums into their own namespace...
2012-07-19 Bill WendlingRemove tabs.
2011-10-04 Devang PatelPut GCOVFile and other related interface in a common...