| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert r367649: Improve raw_ostream so that you can "write" colors using oper... | Rui Ueyama | 2019-08-02 | 1 | -4/+7 |
| * | Improve raw_ostream so that you can "write" colors using operator<< | Rui Ueyama | 2019-08-02 | 1 | -7/+4 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -7/+7 |
| * | Define InitLLVM to do common initialization all at once. | Rui Ueyama | 2018-04-13 | 1 | -6/+2 |
| * | Retry: [llvm-cov] Add support for exporting coverage data to JSON | Vedant Kumar | 2016-07-26 | 1 | -3/+9 |
| * | Revert "[llvm-cov] Add support for exporting coverage data to JSON" | Vedant Kumar | 2016-07-26 | 1 | -9/+3 |
| * | [llvm-cov] Add support for exporting coverage data to JSON | Vedant Kumar | 2016-07-26 | 1 | -3/+9 |
| * | Search for llvm-symbolizer binary in the same directory as argv[0], before | Richard Smith | 2016-06-09 | 1 | -0/+8 |
| * | llvm-cov: Make llvm-cov --version DTRT | Justin Bogner | 2015-06-03 | 1 | -0/+8 |
| * | llvm-cov: Require a subcommand when invoked as llvm-cov | Justin Bogner | 2015-03-24 | 1 | -16/+16 |
| * | Make helper functions static. | Benjamin Kramer | 2015-03-09 | 1 | -1/+1 |
| * | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -1/+1 |
| * | 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 |