summaryrefslogtreecommitdiff
path: root/lib/IR/GCOV.cpp
Commit message (Expand)AuthorAge
* llvm-cov: Split GCOVFile's read into GCNO and GCDA.Yuchen Wu2013-12-04
* llvm-cov: Cleaned up print() function slightly.Yuchen Wu2013-12-03
* 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: Formatting change.Yuchen Wu2013-11-21
* llvm-cov: Added file checksum to gcno and gcda files.Yuchen Wu2013-11-20
* llvm-cov: Moved printing after error checks.Yuchen Wu2013-11-19
* llvm-cov: Added constness property to methods.Yuchen Wu2013-11-19
* llvm-cov: Clean up memory leaks.Benjamin Kramer2013-11-15
* IR/GCOV.cpp: Use PRIu64 as format string with uint64_t.NAKAMURA Takumi2013-11-14
* Whitespace.NAKAMURA Takumi2013-11-14
* 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
* 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