index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
IR
/
GCOV.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+1
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Don't make F_None the default.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
llvm-cov: Fix include order in GCOV.cpp
Justin Bogner
2014-02-04
1
-3
/
+3
*
llvm-cov: Implement the preserve-paths flag
Justin Bogner
2014-02-04
1
-10
/
+49
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
GCOV.cpp: Fix format strings, %lf. Don't use %lf to double.
NAKAMURA Takumi
2013-12-19
1
-3
/
+3
*
llvm-cov: Added -f option for function summaries.
Yuchen Wu
2013-12-19
1
-15
/
+81
*
llvm-cov: Print coverage summary to STDOUT.
Yuchen Wu
2013-12-18
1
-3
/
+38
*
llvm-cov: s/(.*)Executed/\1Exec/
Yuchen Wu
2013-12-18
1
-3
/
+3
*
llvm-cov: Added -c option for branch counts.
Yuchen Wu
2013-12-18
1
-11
/
+30
*
llvm-cov: Added -u option for unconditional branch info.
Yuchen Wu
2013-12-16
1
-8
/
+18
*
llvm-cov: Removed extra semicolon from ;;.
Yuchen Wu
2013-12-16
1
-1
/
+1
*
llvm-cov: Added -b option for branch probabilities.
Yuchen Wu
2013-12-13
1
-22
/
+135
*
GCOV.cpp: Use PRIu64 instead of %lu.
NAKAMURA Takumi
2013-12-10
1
-1
/
+1
*
llvm-cov: Added -a option for block data.
Yuchen Wu
2013-12-10
1
-3
/
+30
*
llvm-cov: Further improved error messages.
Yuchen Wu
2013-12-05
1
-5
/
+7
*
llvm-cov: Conformed headers.
Yuchen Wu
2013-12-05
1
-1
/
+1
*
llvm-cov: Changed extension from .llcov to .gcov.
Yuchen Wu
2013-12-05
1
-1
/
+1
*
Un-revert r196358: "llvm-cov: Added support for function checksums."
Daniel Jasper
2013-12-04
1
-3
/
+9
*
Revert r196358: "llvm-cov: Added support for function checksums."
Daniel Jasper
2013-12-04
1
-9
/
+3
*
llvm-cov: Added support for function checksums.
Yuchen Wu
2013-12-04
1
-3
/
+9
*
llvm-cov: Added checks for ident, checksum, name.
Yuchen Wu
2013-12-04
1
-15
/
+45
*
llvm-cov: Capitalized GCNO and GCDA for consistency.
Yuchen Wu
2013-12-04
1
-5
/
+5
*
llvm-cov: Split GCOVFile's read into GCNO and GCDA.
Yuchen Wu
2013-12-04
1
-52
/
+55
*
llvm-cov: Cleaned up print() function slightly.
Yuchen Wu
2013-12-03
1
-9
/
+7
*
llvm-cov: Removed output to STDOUT/specified file.
Yuchen Wu
2013-12-03
1
-2
/
+7
*
llvm-cov: Store blocks rather than counts per line.
Yuchen Wu
2013-12-03
1
-7
/
+13
*
llvm-cov: Added edge struct for traversal in block.
Yuchen Wu
2013-12-03
1
-12
/
+39
*
llvm-cov: Split up reading of GCNO and GCDA files.
Yuchen Wu
2013-12-03
1
-41
/
+49
*
llvm-cov: Formatting change.
Yuchen Wu
2013-11-21
1
-2
/
+1
*
llvm-cov: Added file checksum to gcno and gcda files.
Yuchen Wu
2013-11-20
1
-0
/
+7
*
llvm-cov: Moved printing after error checks.
Yuchen Wu
2013-11-19
1
-6
/
+8
*
llvm-cov: Added constness property to methods.
Yuchen Wu
2013-11-19
1
-14
/
+15
*
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
[next]