Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
refs/heads/r
/
tools
/
llvm-cov
/
llvm-cov.cpp
26b584c
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 7 years ago
0b9d56a
Define InitLLVM to do common initialization all at once.
by Rui Ueyama
· 7 years ago
53397d1
Retry: [llvm-cov] Add support for exporting coverage data to JSON
by Vedant Kumar
· 9 years ago
63d80be
Revert "[llvm-cov] Add support for exporting coverage data to JSON"
by Vedant Kumar
· 9 years ago
f57cf2f
[llvm-cov] Add support for exporting coverage data to JSON
by Vedant Kumar
· 9 years ago
0eeb3d4
Search for llvm-symbolizer binary in the same directory as argv[0], before
by Richard Smith
· 9 years ago
cbf5311
llvm-cov: Make llvm-cov --version DTRT
by Justin Bogner
· 10 years ago
b9e97c7
llvm-cov: Require a subcommand when invoked as llvm-cov
by Justin Bogner
· 10 years ago
0df4e22
Make helper functions static.
by Benjamin Kramer
· 10 years ago
1b27914
[cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py.
by Chandler Carruth
· 11 years ago
76ebe3d
llvm-cov: Follow LLVM naming conventions
by Justin Bogner
· 11 years ago
d33e677
llvm-cov: Very basic top level help
by Justin Bogner
· 11 years ago
6c0e053
Alternative (to r216344) fix of gcc -Wpedantic.
by Patrik Hagglund
· 11 years ago
401ca95
Silence gcc -Wpedantic.
by Patrik Hagglund
· 11 years ago
6c7a6a1
llvm-cov: add code coverage tool that's based on coverage mapping format and clang's pgo.
by Alex Lorenz
· 11 years ago
35822f7
llvm-cov: move the gcov code into a separate file.
by Alex Lorenz
· 11 years ago
7cba2a9
Update the MemoryBuffer API to use ErrorOr.
by Rafael Espindola
· 11 years ago
1cfa342
llvm-cov: Support specifying multiple source files
by Justin Bogner
· 11 years ago
d8b2310
Finishing touch for the std::error_code transition.
by Rafael Espindola
· 11 years ago
1ad4502
Remove 'using std::error_code' from tools.
by Rafael Espindola
· 11 years ago
5c792fa
Don't use 'using std::error_code' in include/llvm.
by Rafael Espindola
· 11 years ago
d5132f9
Remove system_error.h.
by Rafael Espindola
· 11 years ago
7acd886
Use std::error_code instead of llvm::error_code.
by Rafael Espindola
· 11 years ago
56d05e4
llvm-cov: Implement --no-output
by Justin Bogner
· 11 years ago
de2703d
llvm-cov: Add support for gcov's --long-file-names option
by Justin Bogner
· 11 years ago
edcd7c7
llvm-cov: Allow short options to be grouped
by Justin Bogner
· 11 years ago
f4ccd11
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 11 years ago
257ed1e
llvm-cov: Support gcov's extermely lenient treatment of -o
by Justin Bogner
· 11 years ago
01c0550
llvm-cov: Implement the preserve-paths flag
by Justin Bogner
· 12 years ago
e2d1c6c
llvm-cov: Implement the object-directory flag
by Justin Bogner
· 12 years ago
9433c77
llvm-cov: Ignore missing .gcda files
by Justin Bogner
· 12 years ago
5b4cc3f
llvm-cov: Accept the long forms of gcov options
by Justin Bogner
· 12 years ago
c8662b1
llvm-cov: Improve help message text
by Justin Bogner
· 12 years ago
5119fd5
llvm-cov: Expect a source file as a positional parameter
by Justin Bogner
· 12 years ago
d218959
llvm-cov: Added -f option for function summaries.
by Yuchen Wu
· 12 years ago
f6358f3
llvm-cov: Added -c option for branch counts.
by Yuchen Wu
· 12 years ago
89452cf
llvm-cov: Added -u option for unconditional branch info.
by Yuchen Wu
· 12 years ago
a263979
llvm-cov: Added -b option for branch probabilities.
by Yuchen Wu
· 12 years ago
30d5ef5
llvm-cov: Added -a option for block data.
by Yuchen Wu
· 12 years ago
298c765
llvm-cov: Conformed headers.
by Yuchen Wu
· 12 years ago
812ad83
llvm-cov: Split GCOVFile's read into GCNO and GCDA.
by Yuchen Wu
· 12 years ago
6cd7a3f
llvm-cov: Removed output to STDOUT/specified file.
by Yuchen Wu
· 12 years ago
d881c1b
llvm-cov: Clean up memory leaks.
by Benjamin Kramer
· 12 years ago
f44533c
Revert "llvm-cov: Added command-line option to change dir."
by Yuchen Wu
· 12 years ago
d8acf00
llvm-cov: Added command-line option to change dir.
by Yuchen Wu
· 12 years ago
daaa8b7
Added command-line option to output llvm-cov to file.
by Yuchen Wu
· 12 years ago
93324a6
Updated llvm-cov's OVERVIEW description
by Yuchen Wu
· 12 years ago
e877eeb
Change llvm-cov output formatting to be more similar to gcov.
by Bob Wilson
· 12 years ago
32c69dd
Move the printing of llvm-cov information out from collectLineCounts().
by Bob Wilson
· 12 years ago
bef6eb0
Remove accidental commit.
by Bill Wendling
· 13 years ago
168c190
Add comment describing what's going on here.
by Bill Wendling
· 13 years ago
58c6200
Put GCOVFile and other related interface in a common header so that llvm-cov tool can share it with GCOV writer.
by Devang Patel
· 14 years ago
a5ef699
Clarify comments.
by Devang Patel
· 14 years ago
7a50202
Cosmetic changes, as per Nick's review.
by Devang Patel
· 14 years ago
d02c42b
Introduce llvm-cov.
by Devang Patel
· 14 years ago