| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [llvm-cov] Use less space to describe source names | Vedant Kumar | 2016-09-08 | 1 | -4/+4 |
* | [llvm-cov] Clean up the summary class, delete dead code (NFC) | Vedant Kumar | 2016-09-06 | 1 | -1/+1 |
* | [llvm-cov] Add the project summary to the text coverage report for each sourc... | Ying Yi | 2016-09-06 | 1 | -1/+1 |
* | [llvm-cov] Use the native path in the coverage report. | Ying Yi | 2016-08-30 | 1 | -0/+1 |
* | [llvm-cov] Add the project summary to each source file coverage report. | Ying Yi | 2016-08-24 | 1 | -5/+31 |
* | [llvm-cov] Add some documentation for the -tab-size option | Vedant Kumar | 2016-08-04 | 1 | -2/+3 |
* | [LLVM-COV]Replace tabs to the space indentations in the HTML coverage report. | Ying Yi | 2016-08-04 | 1 | -0/+5 |
* | Retry: [llvm-cov] Add support for exporting coverage data to JSON | Vedant Kumar | 2016-07-26 | 1 | -1/+35 |
* | Revert "[llvm-cov] Add support for exporting coverage data to JSON" | Vedant Kumar | 2016-07-26 | 1 | -35/+1 |
* | [llvm-cov] Add support for exporting coverage data to JSON | Vedant Kumar | 2016-07-26 | 1 | -1/+35 |
* | [llvm-cov] Re-write a very opaque comment (NFC) | Vedant Kumar | 2016-07-18 | 1 | -1/+1 |
* | [llvm-cov] Clean up error reporting (NFC) | Vedant Kumar | 2016-07-18 | 1 | -47/+25 |
* | [llvm-cov] Attempt to appease an older builder | Vedant Kumar | 2016-07-15 | 1 | -1/+3 |
* | [llvm-cov] Attempt to appease Windows bots | Vedant Kumar | 2016-07-15 | 1 | -1/+2 |
* | [llvm-cov] Optionally use a symbol demangler when preparing reports | Vedant Kumar | 2016-07-15 | 1 | -5/+115 |
* | [llvm-cov] Document a few private fields of CodeCoverageTool (NFC) | Vedant Kumar | 2016-07-15 | 1 | -0/+3 |
* | [llvm-cov] Improve error messages | Vedant Kumar | 2016-07-15 | 1 | -4/+4 |
* | [llvm-cov] Fix a use-after-free | Vedant Kumar | 2016-07-15 | 1 | -1/+1 |
* | [llvm-cov] Clean up an awkward capture-by-reference (NFC) | Vedant Kumar | 2016-07-15 | 1 | -2/+2 |
* | [Coverage] Mark a few more methods const (NFC) | Vedant Kumar | 2016-07-15 | 1 | -11/+11 |
* | [llvm-cov] Use a thread pool to speed up report generation (NFC) | Vedant Kumar | 2016-07-13 | 1 | -24/+75 |
* | [llvm-cov] Add support for creating html reports | Vedant Kumar | 2016-07-06 | 1 | -0/+10 |
* | [llvm-cov] Minor cleanups to prepare for the html format patch | Vedant Kumar | 2016-06-29 | 1 | -19/+25 |
* | [llvm-cov] Create an index of reports in -output-dir mode | Vedant Kumar | 2016-06-28 | 1 | -5/+14 |
* | [llvm-cov] Minor cleanups (NFC) | Vedant Kumar | 2016-06-28 | 1 | -2/+2 |
* | [llvm-cov] Avoid copying file paths multiple times (NFC) | Vedant Kumar | 2016-06-28 | 1 | -2/+13 |
* | [llvm-cov] Rename ShowFormat to Format (NFC) | Vedant Kumar | 2016-06-28 | 1 | -2/+2 |
* | [llvm-cov] Simplify; NFC | Vedant Kumar | 2016-06-28 | 1 | -4/+2 |
* | Reapply "[llvm-cov] Add an -output-dir option for the show sub-command"" | Vedant Kumar | 2016-06-28 | 1 | -5/+34 |
* | Revert "[llvm-cov] Add an -output-dir option for the show sub-command" | Vedant Kumar | 2016-06-28 | 1 | -34/+5 |
* | [llvm-cov] Add an -output-dir option for the show sub-command | Vedant Kumar | 2016-06-28 | 1 | -5/+34 |
* | [llvm-cov] clang-format a line, NFC | Vedant Kumar | 2016-06-28 | 1 | -1/+2 |
* | [llvm-cov] Add a format option for the 'show' sub-command (mostly NFC) | Vedant Kumar | 2016-06-28 | 1 | -0/+8 |
* | [llvm-cov] Separate presentation logic from formatting logic, NFC | Vedant Kumar | 2016-06-25 | 1 | -16/+12 |
* | [llvm-cov] Fix two warnings | Vedant Kumar | 2016-06-24 | 1 | -5/+5 |
* | [llvm-cov] Add SourceNames to SourceCoverageViews, NFC | Vedant Kumar | 2016-06-24 | 1 | -11/+10 |
* | Search for llvm-symbolizer binary in the same directory as argv[0], before | Richard Smith | 2016-06-09 | 1 | -8/+0 |
* | Apply most suggestions of clang-tidy's performance-unnecessary-value-param | Benjamin Kramer | 2016-06-08 | 1 | -1/+1 |
* | Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-19 | 1 | -3/+2 |
* | Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Vedant Kumar | 2016-05-16 | 1 | -2/+3 |
* | Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-16 | 1 | -3/+2 |
* | Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Chandler Carruth | 2016-05-14 | 1 | -2/+3 |
* | Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-13 | 1 | -3/+2 |
* | Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use... | Vedant Kumar | 2016-05-13 | 1 | -2/+3 |
* | [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC | Vedant Kumar | 2016-05-13 | 1 | -3/+2 |
* | Move coverage related code into a separate library. | Easwaran Raman | 2016-04-29 | 1 | -2/+2 |
* | [Object] Search for architecures by name in MachOUniversalBinary::getObjectFo... | Frederic Riss | 2015-06-22 | 1 | -9/+6 |
* | Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types | Benjamin Kramer | 2015-05-29 | 1 | -2/+1 |
* | llvm-cov: Warn if object file is newer than profile | Justin Bogner | 2015-05-04 | 1 | -0/+13 |
* | llvm-cov: Rename -color={always|never} to -use-color[=0] | Justin Bogner | 2015-03-19 | 1 | -14/+6 |