aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/llvm-cov.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-05-12[llvm] Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitiv...Kazu Hirata1-1/+1
2022-07-07Remove unnecessary includes of ManagedStatic.hNicolai Hähnle1-1/+0
2021-06-25[llvm] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-1/+1
2019-08-02Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama1-4/+7
2019-08-02Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama1-7/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-7/+7
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama1-6/+2
2016-07-26Retry: [llvm-cov] Add support for exporting coverage data to JSONVedant Kumar1-3/+9
2016-07-26Revert "[llvm-cov] Add support for exporting coverage data to JSON"Vedant Kumar1-9/+3
2016-07-26[llvm-cov] Add support for exporting coverage data to JSONVedant Kumar1-3/+9
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith1-0/+8
2015-06-03llvm-cov: Make llvm-cov --version DTRTJustin Bogner1-0/+8
2015-03-24llvm-cov: Require a subcommand when invoked as llvm-covJustin Bogner1-16/+16
2015-03-09Make helper functions static.Benjamin Kramer1-1/+1
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth1-1/+1
2014-10-30llvm-cov: Follow LLVM naming conventionsJustin Bogner1-18/+17
2014-10-30llvm-cov: Very basic top level helpJustin Bogner1-11/+17
2014-09-18Alternative (to r216344) fix of gcc -Wpedantic.Patrik Hagglund1-1/+1
2014-08-24Silence gcc -Wpedantic.Patrik Hagglund1-1/+1
2014-08-22llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz1-1/+55
2014-07-28llvm-cov: move the gcov code into a separate file.Alex Lorenz1-135/+4
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola1-9/+11
2014-06-27llvm-cov: Support specifying multiple source filesJustin Bogner1-26/+31
2014-06-13Finishing touch for the std::error_code transition.Rafael Espindola1-1/+2
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola1-3/+2
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-06-12Remove system_error.h.Rafael Espindola1-1/+1
2014-06-11Use std::error_code instead of llvm::error_code.Rafael Espindola1-1/+1
2014-05-07llvm-cov: Implement --no-outputJustin Bogner1-1/+5
2014-04-23llvm-cov: Add support for gcov's --long-file-names optionJustin Bogner1-2/+6
2014-04-23llvm-cov: Allow short options to be groupedJustin Bogner1-6/+6
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-3/+2
2014-02-18llvm-cov: Support gcov's extermely lenient treatment of -oJustin Bogner1-4/+14
2014-02-04llvm-cov: Implement the preserve-paths flagJustin Bogner1-1/+5
2014-02-04llvm-cov: Implement the object-directory flagJustin Bogner1-2/+13
2014-02-04llvm-cov: Ignore missing .gcda filesJustin Bogner1-7/+12
2014-01-29llvm-cov: Accept the long forms of gcov optionsJustin Bogner1-0/+6
2014-01-29llvm-cov: Improve help message textJustin Bogner1-22/+21
2014-01-29llvm-cov: Expect a source file as a positional parameterJustin Bogner1-13/+17
2013-12-19llvm-cov: Added -f option for function summaries.Yuchen Wu1-1/+5
2013-12-18llvm-cov: Added -c option for branch counts.Yuchen Wu1-3/+7
2013-12-16llvm-cov: Added -u option for unconditional branch info.Yuchen Wu1-1/+5
2013-12-13llvm-cov: Added -b option for branch probabilities.Yuchen Wu1-2/+6
2013-12-10llvm-cov: Added -a option for block data.Yuchen Wu1-2/+4
2013-12-05llvm-cov: Conformed headers.Yuchen Wu1-1/+1
2013-12-04llvm-cov: Split GCOVFile's read into GCNO and GCDA.Yuchen Wu1-2/+2
2013-12-03llvm-cov: Removed output to STDOUT/specified file.Yuchen Wu1-11/+1
2013-11-15llvm-cov: Clean up memory leaks.Benjamin Kramer1-2/+2
2013-11-05Revert "llvm-cov: Added command-line option to change dir."Yuchen Wu1-11/+1