summaryrefslogtreecommitdiff
path: root/include/llvm/Support/GCOV.h
Commit message (Expand)AuthorAge
* 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: Store blocks rather than counts per line.Yuchen Wu2013-12-03
* llvm-cov: Added edge struct for traversal in block.Yuchen Wu2013-12-03
* llvm-cov: Split up reading of GCNO and GCDA files.Yuchen Wu2013-12-03
* llvm-cov: Added file checksum to gcno and gcda files.Yuchen Wu2013-11-20
* llvm-cov: Added constness property to methods.Yuchen Wu2013-11-19
* llvm-cov: Slightly improved error checking.Yuchen Wu2013-11-14
* llvm-cov: Removed StringMap holding GCOVLines.Yuchen Wu2013-11-14
* llvm-cov: Replaced asserts with proper error handling.Yuchen Wu2013-11-14
* Support for reading run counts in llvm-cov.Yuchen Wu2013-11-05
* Added command-line option to output llvm-cov to file.Yuchen Wu2013-11-02
* Support for reading program counts in llvm-cov.Yuchen Wu2013-10-25
* Fixed llvm-cov to count edges instead of blocks.Yuchen Wu2013-10-24
* Use a map instead of vector to store line counts.Yuchen Wu2013-10-23
* Fix llvm-cov counts to be 64-bit integers to avoid overflows.Bob Wilson2013-10-22
* Change llvm-cov output formatting to be more similar to gcov.Bob Wilson2013-10-22
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-05
* Move the GCOVFormat enums into their own namespace per the LLVM coding standard.Bill Wendling2012-08-31
* Remove tabs.Bill Wendling2012-07-19
* Put GCOVFile and other related interface in a common header so that llvm-cov ...Devang Patel2011-10-04