[weak vtables] Remove a bunch of weak vtables
[oota-llvm.git] / include / llvm / Support / GCOV.h
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...