summaryrefslogtreecommitdiff
path: root/tools/llvm-cov/llvm-cov.cpp
AgeCommit message (Expand)Author
2016-07-26Retry: [llvm-cov] Add support for exporting coverage data to JSONVedant Kumar
2016-07-26Revert "[llvm-cov] Add support for exporting coverage data to JSON"Vedant Kumar
2016-07-26[llvm-cov] Add support for exporting coverage data to JSONVedant Kumar
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2015-06-03llvm-cov: Make llvm-cov --version DTRTJustin Bogner
2015-03-24llvm-cov: Require a subcommand when invoked as llvm-covJustin Bogner
2015-03-09Make helper functions static.Benjamin Kramer
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-10-30llvm-cov: Follow LLVM naming conventionsJustin Bogner
2014-10-30llvm-cov: Very basic top level helpJustin Bogner
2014-09-18Alternative (to r216344) fix of gcc -Wpedantic.Patrik Hagglund
2014-08-24Silence gcc -Wpedantic.Patrik Hagglund
2014-08-22llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz
2014-07-28llvm-cov: move the gcov code into a separate file.Alex Lorenz
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola
2014-06-27llvm-cov: Support specifying multiple source filesJustin Bogner
2014-06-13Finishing touch for the std::error_code transition.Rafael Espindola
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola
2014-06-12Remove system_error.h.Rafael Espindola
2014-06-11Use std::error_code instead of llvm::error_code.Rafael Espindola
2014-05-07llvm-cov: Implement --no-outputJustin Bogner
2014-04-23llvm-cov: Add support for gcov's --long-file-names optionJustin Bogner
2014-04-23llvm-cov: Allow short options to be groupedJustin Bogner
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-02-18llvm-cov: Support gcov's extermely lenient treatment of -oJustin Bogner
2014-02-04llvm-cov: Implement the preserve-paths flagJustin Bogner
2014-02-04llvm-cov: Implement the object-directory flagJustin Bogner
2014-02-04llvm-cov: Ignore missing .gcda filesJustin Bogner
2014-01-29llvm-cov: Accept the long forms of gcov optionsJustin Bogner
2014-01-29llvm-cov: Improve help message textJustin Bogner
2014-01-29llvm-cov: Expect a source file as a positional parameterJustin Bogner
2013-12-19llvm-cov: Added -f option for function summaries.Yuchen Wu
2013-12-18llvm-cov: Added -c option for branch counts.Yuchen Wu
2013-12-16llvm-cov: Added -u option for unconditional branch info.Yuchen Wu
2013-12-13llvm-cov: Added -b option for branch probabilities.Yuchen Wu
2013-12-10llvm-cov: Added -a option for block data.Yuchen Wu
2013-12-05llvm-cov: Conformed headers.Yuchen Wu
2013-12-04llvm-cov: Split GCOVFile's read into GCNO and GCDA.Yuchen Wu
2013-12-03llvm-cov: Removed output to STDOUT/specified file.Yuchen Wu
2013-11-15llvm-cov: Clean up memory leaks.Benjamin Kramer
2013-11-05Revert "llvm-cov: Added command-line option to change dir."Yuchen Wu
2013-11-05llvm-cov: Added command-line option to change dir.Yuchen Wu
2013-11-02Added command-line option to output llvm-cov to file.Yuchen Wu
2013-10-31Updated llvm-cov's OVERVIEW descriptionYuchen Wu
2013-10-22Change llvm-cov output formatting to be more similar to gcov.Bob Wilson
2013-10-22Move the printing of llvm-cov information out from collectLineCounts().Bob Wilson
2012-11-07Remove accidental commit.Bill Wendling
2012-11-07Add comment describing what's going on here.Bill Wendling
2011-10-04Put GCOVFile and other related interface in a common header so that llvm-cov ...Devang Patel