index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
IR
/
GCOV.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-3
/
+7
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-69
/
+114
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-128
/
+535
*
llvm-cov: Clean up memory leaks.
Benjamin Kramer
2013-11-15
1
-1
/
+1
*
IR/GCOV.cpp: Use PRIu64 as format string with uint64_t.
NAKAMURA Takumi
2013-11-14
1
-1
/
+1
*
Whitespace.
NAKAMURA Takumi
2013-11-14
1
-3
/
+2
*
llvm-cov: Slightly improved error checking.
Yuchen Wu
2013-11-14
1
-0
/
+4
*
llvm-cov: Removed StringMap holding GCOVLines.
Yuchen Wu
2013-11-14
1
-39
/
+15
*
llvm-cov: Replaced asserts with proper error handling.
Yuchen Wu
2013-11-14
1
-44
/
+79
*
Revert "llvm-cov: Added command-line option to change dir."
Yuchen Wu
2013-11-05
1
-8
/
+6
*
llvm-cov: Added command-line option to change dir.
Yuchen Wu
2013-11-05
1
-6
/
+8
*
Support for reading run counts in llvm-cov.
Yuchen Wu
2013-11-05
1
-1
/
+13
*
Added command-line option to output llvm-cov to file.
Yuchen Wu
2013-11-02
1
-10
/
+11
*
llvm-cov dump to dbgs() instead of outs().
Yuchen Wu
2013-10-25
1
-13
/
+14
*
Support for reading program counts in llvm-cov.
Yuchen Wu
2013-10-25
1
-12
/
+17
*
Fixed llvm-cov to count edges instead of blocks.
Yuchen Wu
2013-10-24
1
-2
/
+11
*
Use a map instead of vector to store line counts.
Yuchen Wu
2013-10-23
1
-22
/
+10
*
Test commit. Added whitespace in GCOV.cpp.
Yuchen Wu
2013-10-23
1
-1
/
+1
*
llvm-cov: Use uint32_t for loop variables to be more consistent.
Bob Wilson
2013-10-22
1
-2
/
+2
*
llvm-cov: fix a typo and rename a variable.
Bob Wilson
2013-10-22
1
-4
/
+4
*
Fix llvm-cov counts to be 64-bit integers to avoid overflows.
Bob Wilson
2013-10-22
1
-2
/
+2
*
Change llvm-cov output formatting to be more similar to gcov.
Bob Wilson
2013-10-22
1
-7
/
+9
*
Move the printing of llvm-cov information out from collectLineCounts().
Bob Wilson
2013-10-22
1
-1
/
+0
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
1
-7
/
+7
*
The GCDA 402 format won't have a second checksum either.
Bill Wendling
2013-06-25
1
-1
/
+1
*
Rename VMCore directory to IR.
Chandler Carruth
2013-01-02
1
-0
/
+283