summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/llvm-cov.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-021-4/+7
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-021-7/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-7/+7
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-6/+2
* Retry: [llvm-cov] Add support for exporting coverage data to JSONVedant Kumar2016-07-261-3/+9
* Revert "[llvm-cov] Add support for exporting coverage data to JSON"Vedant Kumar2016-07-261-9/+3
* [llvm-cov] Add support for exporting coverage data to JSONVedant Kumar2016-07-261-3/+9
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-0/+8
* llvm-cov: Make llvm-cov --version DTRTJustin Bogner2015-06-031-0/+8
* llvm-cov: Require a subcommand when invoked as llvm-covJustin Bogner2015-03-241-16/+16
* Make helper functions static.Benjamin Kramer2015-03-091-1/+1
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* llvm-cov: Follow LLVM naming conventionsJustin Bogner2014-10-301-18/+17
* llvm-cov: Very basic top level helpJustin Bogner2014-10-301-11/+17
* Alternative (to r216344) fix of gcc -Wpedantic.Patrik Hagglund2014-09-181-1/+1
* Silence gcc -Wpedantic.Patrik Hagglund2014-08-241-1/+1
* llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz2014-08-221-1/+55
* llvm-cov: move the gcov code into a separate file.Alex Lorenz2014-07-281-135/+4
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-9/+11
* llvm-cov: Support specifying multiple source filesJustin Bogner2014-06-271-26/+31
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-131-1/+2
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-3/+2
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-1/+1
* llvm-cov: Implement --no-outputJustin Bogner2014-05-071-1/+5
* llvm-cov: Add support for gcov's --long-file-names optionJustin Bogner2014-04-231-2/+6
* llvm-cov: Allow short options to be groupedJustin Bogner2014-04-231-6/+6
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-3/+2
* llvm-cov: Support gcov's extermely lenient treatment of -oJustin Bogner2014-02-181-4/+14
* llvm-cov: Implement the preserve-paths flagJustin Bogner2014-02-041-1/+5
* llvm-cov: Implement the object-directory flagJustin Bogner2014-02-041-2/+13
* llvm-cov: Ignore missing .gcda filesJustin Bogner2014-02-041-7/+12
* llvm-cov: Accept the long forms of gcov optionsJustin Bogner2014-01-291-0/+6
* llvm-cov: Improve help message textJustin Bogner2014-01-291-22/+21
* llvm-cov: Expect a source file as a positional parameterJustin Bogner2014-01-291-13/+17
* llvm-cov: Added -f option for function summaries.Yuchen Wu2013-12-191-1/+5
* llvm-cov: Added -c option for branch counts.Yuchen Wu2013-12-181-3/+7
* llvm-cov: Added -u option for unconditional branch info.Yuchen Wu2013-12-161-1/+5
* llvm-cov: Added -b option for branch probabilities.Yuchen Wu2013-12-131-2/+6
* llvm-cov: Added -a option for block data.Yuchen Wu2013-12-101-2/+4
* llvm-cov: Conformed headers.Yuchen Wu2013-12-051-1/+1
* llvm-cov: Split GCOVFile's read into GCNO and GCDA.Yuchen Wu2013-12-041-2/+2
* llvm-cov: Removed output to STDOUT/specified file.Yuchen Wu2013-12-031-11/+1
* llvm-cov: Clean up memory leaks.Benjamin Kramer2013-11-151-2/+2
* Revert "llvm-cov: Added command-line option to change dir."Yuchen Wu2013-11-051-11/+1
* llvm-cov: Added command-line option to change dir.Yuchen Wu2013-11-051-1/+11
* Added command-line option to output llvm-cov to file.Yuchen Wu2013-11-021-1/+10
* Updated llvm-cov's OVERVIEW descriptionYuchen Wu2013-10-311-1/+1
OpenPOWER on IntegriCloud