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
/
tools
/
llvm-cov
/
llvm-cov.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvm-cov: Follow LLVM naming conventions
Justin Bogner
2014-10-30
1
-18
/
+17
*
llvm-cov: Very basic top level help
Justin Bogner
2014-10-30
1
-11
/
+17
*
Alternative (to r216344) fix of gcc -Wpedantic.
Patrik Hagglund
2014-09-18
1
-1
/
+1
*
Silence gcc -Wpedantic.
Patrik Hagglund
2014-08-24
1
-1
/
+1
*
llvm-cov: add code coverage tool that's based on coverage mapping format and ...
Alex Lorenz
2014-08-22
1
-1
/
+55
*
llvm-cov: move the gcov code into a separate file.
Alex Lorenz
2014-07-28
1
-135
/
+4
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-9
/
+11
*
llvm-cov: Support specifying multiple source files
Justin Bogner
2014-06-27
1
-26
/
+31
*
Finishing touch for the std::error_code transition.
Rafael Espindola
2014-06-13
1
-1
/
+2
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
1
-3
/
+2
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-1
/
+1
*
llvm-cov: Implement --no-output
Justin Bogner
2014-05-07
1
-1
/
+5
*
llvm-cov: Add support for gcov's --long-file-names option
Justin Bogner
2014-04-23
1
-2
/
+6
*
llvm-cov: Allow short options to be grouped
Justin Bogner
2014-04-23
1
-6
/
+6
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-3
/
+2
*
llvm-cov: Support gcov's extermely lenient treatment of -o
Justin Bogner
2014-02-18
1
-4
/
+14
*
llvm-cov: Implement the preserve-paths flag
Justin Bogner
2014-02-04
1
-1
/
+5
*
llvm-cov: Implement the object-directory flag
Justin Bogner
2014-02-04
1
-2
/
+13
*
llvm-cov: Ignore missing .gcda files
Justin Bogner
2014-02-04
1
-7
/
+12
*
llvm-cov: Accept the long forms of gcov options
Justin Bogner
2014-01-29
1
-0
/
+6
*
llvm-cov: Improve help message text
Justin Bogner
2014-01-29
1
-22
/
+21
*
llvm-cov: Expect a source file as a positional parameter
Justin Bogner
2014-01-29
1
-13
/
+17
*
llvm-cov: Added -f option for function summaries.
Yuchen Wu
2013-12-19
1
-1
/
+5
*
llvm-cov: Added -c option for branch counts.
Yuchen Wu
2013-12-18
1
-3
/
+7
*
llvm-cov: Added -u option for unconditional branch info.
Yuchen Wu
2013-12-16
1
-1
/
+5
*
llvm-cov: Added -b option for branch probabilities.
Yuchen Wu
2013-12-13
1
-2
/
+6
*
llvm-cov: Added -a option for block data.
Yuchen Wu
2013-12-10
1
-2
/
+4
*
llvm-cov: Conformed headers.
Yuchen Wu
2013-12-05
1
-1
/
+1
*
llvm-cov: Split GCOVFile's read into GCNO and GCDA.
Yuchen Wu
2013-12-04
1
-2
/
+2
*
llvm-cov: Removed output to STDOUT/specified file.
Yuchen Wu
2013-12-03
1
-11
/
+1
*
llvm-cov: Clean up memory leaks.
Benjamin Kramer
2013-11-15
1
-2
/
+2
*
Revert "llvm-cov: Added command-line option to change dir."
Yuchen Wu
2013-11-05
1
-11
/
+1
*
llvm-cov: Added command-line option to change dir.
Yuchen Wu
2013-11-05
1
-1
/
+11
*
Added command-line option to output llvm-cov to file.
Yuchen Wu
2013-11-02
1
-1
/
+10
*
Updated llvm-cov's OVERVIEW description
Yuchen Wu
2013-10-31
1
-1
/
+1
*
Change llvm-cov output formatting to be more similar to gcov.
Bob Wilson
2013-10-22
1
-1
/
+1
*
Move the printing of llvm-cov information out from collectLineCounts().
Bob Wilson
2013-10-22
1
-0
/
+1
*
Remove accidental commit.
Bill Wendling
2012-11-07
1
-21
/
+0
*
Add comment describing what's going on here.
Bill Wendling
2012-11-07
1
-0
/
+21
*
Put GCOVFile and other related interface in a common header so that llvm-cov ...
Devang Patel
2011-10-04
1
-1
/
+1
*
Clarify comments.
Devang Patel
2011-09-29
1
-1
/
+0
*
Cosmetic changes, as per Nick's review.
Devang Patel
2011-09-29
1
-12
/
+8
*
Introduce llvm-cov.
Devang Patel
2011-09-28
1
-0
/
+83