aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/GCOV.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-68/+79
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-5/+5
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-20/+30
* Update to LLVM 3.5a.Stephen Hines2014-04-241-43/+201
* llvm-cov: Slightly improved error checking.Yuchen Wu2013-11-141-2/+2
* llvm-cov: Removed StringMap holding GCOVLines.Yuchen Wu2013-11-141-16/+6
* llvm-cov: Replaced asserts with proper error handling.Yuchen Wu2013-11-141-14/+22
* Support for reading run counts in llvm-cov.Yuchen Wu2013-11-051-2/+19
* Added command-line option to output llvm-cov to file.Yuchen Wu2013-11-021-1/+1
* Support for reading program counts in llvm-cov.Yuchen Wu2013-10-251-1/+17
* Fixed llvm-cov to count edges instead of blocks.Yuchen Wu2013-10-241-2/+3
* Use a map instead of vector to store line counts.Yuchen Wu2013-10-231-2/+5
* Fix llvm-cov counts to be 64-bit integers to avoid overflows.Bob Wilson2013-10-221-3/+3
* Change llvm-cov output formatting to be more similar to gcov.Bob Wilson2013-10-221-2/+2
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-051-1/+1
* Move the GCOVFormat enums into their own namespace per the LLVM coding standard.Bill Wendling2012-08-311-14/+16
* Remove tabs.Bill Wendling2012-07-191-10/+10
* Put GCOVFile and other related interface in a common header so that llvm-cov ...Devang Patel2011-10-041-0/+224