summaryrefslogtreecommitdiff
path: root/lib/IR/GCOV.cpp
Commit message (Expand)AuthorAge
...
* llvm-cov: Replaced asserts with proper error handling.Yuchen Wu2013-11-14
* Revert "llvm-cov: Added command-line option to change dir."Yuchen Wu2013-11-05
* llvm-cov: Added command-line option to change dir.Yuchen Wu2013-11-05
* 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
* llvm-cov dump to dbgs() instead of outs().Yuchen Wu2013-10-25
* 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
* Test commit. Added whitespace in GCOV.cpp.Yuchen Wu2013-10-23
* llvm-cov: Use uint32_t for loop variables to be more consistent.Bob Wilson2013-10-22
* llvm-cov: fix a typo and rename a variable.Bob Wilson2013-10-22
* 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
* Move the printing of llvm-cov information out from collectLineCounts().Bob Wilson2013-10-22
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* The GCDA 402 format won't have a second checksum either.Bill Wendling2013-06-25
* Rename VMCore directory to IR.Chandler Carruth2013-01-02