aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/GCOV.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+5
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-155/+177
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-6/+7
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-3/+7
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-69/+114
* Update to LLVM 3.5a.Stephen Hines2014-04-241-128/+535
* 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