summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/GCOV.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* llvm-cov: Split up reading of GCNO and GCDA files.Yuchen Wu2013-12-031-41/+49
* llvm-cov: Formatting change.Yuchen Wu2013-11-211-2/+1
* llvm-cov: Added file checksum to gcno and gcda files.Yuchen Wu2013-11-201-0/+7
* llvm-cov: Moved printing after error checks.Yuchen Wu2013-11-191-6/+8
* llvm-cov: Added constness property to methods.Yuchen Wu2013-11-191-14/+15
* llvm-cov: Clean up memory leaks.Benjamin Kramer2013-11-151-1/+1
* IR/GCOV.cpp: Use PRIu64 as format string with uint64_t.NAKAMURA Takumi2013-11-141-1/+1
* Whitespace.NAKAMURA Takumi2013-11-141-3/+2
* llvm-cov: Slightly improved error checking.Yuchen Wu2013-11-141-0/+4
* llvm-cov: Removed StringMap holding GCOVLines.Yuchen Wu2013-11-141-39/+15
* llvm-cov: Replaced asserts with proper error handling.Yuchen Wu2013-11-141-44/+79
* Revert "llvm-cov: Added command-line option to change dir."Yuchen Wu2013-11-051-8/+6
* llvm-cov: Added command-line option to change dir.Yuchen Wu2013-11-051-6/+8
* Support for reading run counts in llvm-cov.Yuchen Wu2013-11-051-1/+13
* Added command-line option to output llvm-cov to file.Yuchen Wu2013-11-021-10/+11
* llvm-cov dump to dbgs() instead of outs().Yuchen Wu2013-10-251-13/+14
* Support for reading program counts in llvm-cov.Yuchen Wu2013-10-251-12/+17
* Fixed llvm-cov to count edges instead of blocks.Yuchen Wu2013-10-241-2/+11
* Use a map instead of vector to store line counts.Yuchen Wu2013-10-231-22/+10
* Test commit. Added whitespace in GCOV.cpp.Yuchen Wu2013-10-231-1/+1
* llvm-cov: Use uint32_t for loop variables to be more consistent.Bob Wilson2013-10-221-2/+2
* llvm-cov: fix a typo and rename a variable.Bob Wilson2013-10-221-4/+4
* Fix llvm-cov counts to be 64-bit integers to avoid overflows.Bob Wilson2013-10-221-2/+2
* Change llvm-cov output formatting to be more similar to gcov.Bob Wilson2013-10-221-7/+9
* Move the printing of llvm-cov information out from collectLineCounts().Bob Wilson2013-10-221-1/+0
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-7/+7
* The GCDA 402 format won't have a second checksum either.Bill Wendling2013-06-251-1/+1
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+283
OpenPOWER on IntegriCloud