| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists exist | Ilya Biryukov | 2019-11-21 | 1 | -2/+3 |
| * | Revert "[llvm-cov] Add option to whitelist filenames" | Vlad Tsyrklevich | 2019-10-29 | 1 | -16/+9 |
| * | [llvm-cov] Add option to whitelist filenames | Vedant Kumar | 2019-10-29 | 1 | -9/+16 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -12/+12 |
| * | Speeding up llvm-cov export with multithreaded renderFiles implementation. | Max Moroz | 2019-03-14 | 1 | -0/+13 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0 | Jordan Rupprecht | 2018-12-20 | 1 | -1/+1 |
| * | [llvm-cov] Remove "default:" label in the switch covering all enum values. | Max Moroz | 2018-11-09 | 1 | -2/+0 |
| * | [llvm-cov] Add lcov tracefile export format. | Max Moroz | 2018-11-09 | 1 | -6/+41 |
| * | [Support] Listing a directory containing dangling symlinks is not an error. | Sam McCall | 2018-10-01 | 1 | -3/+4 |
| * | [Coverage] Delete getCounterMismatches, it's dead code (NFC) | Vedant Kumar | 2018-08-07 | 1 | -6/+0 |
| * | Refactor ExecuteAndWait to take StringRefs. | Zachary Turner | 2018-06-12 | 1 | -6/+5 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -17/+17 |
| * | [llvm-cov] Implement -ignore-filename-regex= option for excluding source files. | Max Moroz | 2018-04-09 | 1 | -5/+22 |
| * | [llvm-cov] Prevent llvm-cov from hanging when a symblink doesn't exist. | Max Moroz | 2018-04-05 | 1 | -4/+8 |
| * | [llvm-cov] Multi-threaded implementation of prepareFileReports method. | Max Moroz | 2018-01-05 | 1 | -7/+10 |
| * | [llvm-cov] Refactor "export" command implementation and add support for SOURCES. | Max Moroz | 2018-01-04 | 1 | -16/+22 |
| * | Avoid int to string conversion in Twine or raw_ostream contexts. | Benjamin Kramer | 2017-12-28 | 1 | -2/+3 |
| * | [llvm-cov] Add an option for "export" command to emit only file summary data. | Max Moroz | 2017-12-11 | 1 | -0/+5 |
| * | [llvm-cov] Generate "report" for given source paths if sources are specified. | Max Moroz | 2017-10-13 | 1 | -1/+4 |
| * | [llvm-cov] Fix showing title when filtering and not outputting to a directory | Sean Eveson | 2017-10-04 | 1 | -1/+1 |
| * | [llvm-cov] Create directory structure when filtering using -name*= options | Sean Eveson | 2017-09-28 | 1 | -31/+46 |
| * | Revert "[llvm-cov] Create directory structure when filtering using -name*= op... | Sean Eveson | 2017-09-27 | 1 | -46/+31 |
| * | [llvm-cov] Create directory structure when filtering using -name*= options | Sean Eveson | 2017-09-27 | 1 | -31/+46 |
| * | [llvm-cov] Warn if -show-functions is used without query files | Vedant Kumar | 2017-09-25 | 1 | -2/+9 |
| * | [Support] Rename tool_output_file to ToolOutputFile, NFC | Reid Kleckner | 2017-09-23 | 1 | -2/+2 |
| * | [llvm-cov] Improve error messaging for function mismatches | Vedant Kumar | 2017-09-21 | 1 | -1/+15 |
| * | [llvm-cov] Make report metrics agree with line exec counts, fixes PR34615 | Vedant Kumar | 2017-09-19 | 1 | -1/+1 |
| * | Convenience/safety fix for llvm::sys::Execute(And|No)Wait | Alexander Kornienko | 2017-09-13 | 1 | -4/+1 |
| * | [llvm-cov] Allow hiding instantiation/region coverage from summary tables | Eli Friedman | 2017-09-11 | 1 | -0/+12 |
| * | [llvm-cov] Fix a lifetime issue | Vedant Kumar | 2017-09-08 | 1 | -1/+2 |
| * | [llvm-cov] Unify region marker placement between text/html modes | Vedant Kumar | 2017-09-08 | 1 | -1/+0 |
| * | [llvm-cov] Read in function names for filtering from a text file. | Sean Eveson | 2017-08-31 | 1 | -1/+22 |
| * | [llvm-cov] Add an option which maps the location of source directories on ano... | Sean Eveson | 2017-08-14 | 1 | -44/+77 |
| * | [llvm-cov] NFC: make_unique-ify two allocations | Vedant Kumar | 2017-08-04 | 1 | -4/+4 |
| * | [Coverage] Add an API to retrive all instantiations of a function (NFC) | Vedant Kumar | 2017-08-02 | 1 | -16/+22 |
| * | [llvm-cov] Respect the value of the -show-instantiations option | Vedant Kumar | 2017-08-02 | 1 | -1/+3 |
| * | [llvm-cov] Allow specifying distinct architectures for each loaded binary | Vedant Kumar | 2017-08-01 | 1 | -9/+16 |
| * | [llvm-cov] Add a cl::opt to control the number of threads | Vedant Kumar | 2017-07-11 | 1 | -4/+15 |
| * | [llvm-cov] Error-out when an unsupported format is used (PR32087) | Vedant Kumar | 2017-02-28 | 1 | -1/+8 |
| * | [llvm-cov] Respect Windows line endings when parsing demangled symbols. | Igor Kudrin | 2017-02-19 | 1 | -1/+3 |
| * | [llvm-cov] Don't show function summaries when filtering by filename (fixes PR... | Vedant Kumar | 2017-02-05 | 1 | -1/+5 |
| * | [llvm-cov] Demangle symbols in function summaries (fixes PR31394) | Vedant Kumar | 2017-02-05 | 1 | -1/+1 |
| * | [llvm-cov] Refactor logic for storing demangled symbols, NFC | Vedant Kumar | 2017-02-05 | 1 | -15/+6 |
| * | [llvm-cov] Fix a comment, NFC | Vedant Kumar | 2017-02-05 | 1 | -1/+1 |
| * | Apply clang-tidy's 'performance-faster-string-find' check to LLVM. | Benjamin Kramer | 2016-11-30 | 1 | -1/+1 |
| * | Fix spelling mistakes in Tools/Tests comments. NFC. | Simon Pilgrim | 2016-11-20 | 1 | -1/+1 |
| * | [llvm-cov] Don't use colored output until we know it's supported | Vedant Kumar | 2016-10-25 | 1 | -2/+2 |
| * | [llvm-cov] Add support for loading coverage from multiple objects | Vedant Kumar | 2016-10-25 | 1 | -9/+23 |
| * | [llvm-cov] Do not print out the filename of the object file | Vedant Kumar | 2016-10-25 | 1 | -10/+2 |