summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/CodeCoverage.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [llvm-cov] Use less space to describe source namesVedant Kumar2016-09-081-4/+4
* [llvm-cov] Clean up the summary class, delete dead code (NFC)Vedant Kumar2016-09-061-1/+1
* [llvm-cov] Add the project summary to the text coverage report for each sourc...Ying Yi2016-09-061-1/+1
* [llvm-cov] Use the native path in the coverage report.Ying Yi2016-08-301-0/+1
* [llvm-cov] Add the project summary to each source file coverage report.Ying Yi2016-08-241-5/+31
* [llvm-cov] Add some documentation for the -tab-size optionVedant Kumar2016-08-041-2/+3
* [LLVM-COV]Replace tabs to the space indentations in the HTML coverage report.Ying Yi2016-08-041-0/+5
* Retry: [llvm-cov] Add support for exporting coverage data to JSONVedant Kumar2016-07-261-1/+35
* Revert "[llvm-cov] Add support for exporting coverage data to JSON"Vedant Kumar2016-07-261-35/+1
* [llvm-cov] Add support for exporting coverage data to JSONVedant Kumar2016-07-261-1/+35
* [llvm-cov] Re-write a very opaque comment (NFC)Vedant Kumar2016-07-181-1/+1
* [llvm-cov] Clean up error reporting (NFC)Vedant Kumar2016-07-181-47/+25
* [llvm-cov] Attempt to appease an older builderVedant Kumar2016-07-151-1/+3
* [llvm-cov] Attempt to appease Windows botsVedant Kumar2016-07-151-1/+2
* [llvm-cov] Optionally use a symbol demangler when preparing reportsVedant Kumar2016-07-151-5/+115
* [llvm-cov] Document a few private fields of CodeCoverageTool (NFC)Vedant Kumar2016-07-151-0/+3
* [llvm-cov] Improve error messagesVedant Kumar2016-07-151-4/+4
* [llvm-cov] Fix a use-after-freeVedant Kumar2016-07-151-1/+1
* [llvm-cov] Clean up an awkward capture-by-reference (NFC)Vedant Kumar2016-07-151-2/+2
* [Coverage] Mark a few more methods const (NFC)Vedant Kumar2016-07-151-11/+11
* [llvm-cov] Use a thread pool to speed up report generation (NFC)Vedant Kumar2016-07-131-24/+75
* [llvm-cov] Add support for creating html reportsVedant Kumar2016-07-061-0/+10
* [llvm-cov] Minor cleanups to prepare for the html format patchVedant Kumar2016-06-291-19/+25
* [llvm-cov] Create an index of reports in -output-dir modeVedant Kumar2016-06-281-5/+14
* [llvm-cov] Minor cleanups (NFC)Vedant Kumar2016-06-281-2/+2
* [llvm-cov] Avoid copying file paths multiple times (NFC)Vedant Kumar2016-06-281-2/+13
* [llvm-cov] Rename ShowFormat to Format (NFC)Vedant Kumar2016-06-281-2/+2
* [llvm-cov] Simplify; NFCVedant Kumar2016-06-281-4/+2
* Reapply "[llvm-cov] Add an -output-dir option for the show sub-command""Vedant Kumar2016-06-281-5/+34
* Revert "[llvm-cov] Add an -output-dir option for the show sub-command"Vedant Kumar2016-06-281-34/+5
* [llvm-cov] Add an -output-dir option for the show sub-commandVedant Kumar2016-06-281-5/+34
* [llvm-cov] clang-format a line, NFCVedant Kumar2016-06-281-1/+2
* [llvm-cov] Add a format option for the 'show' sub-command (mostly NFC)Vedant Kumar2016-06-281-0/+8
* [llvm-cov] Separate presentation logic from formatting logic, NFCVedant Kumar2016-06-251-16/+12
* [llvm-cov] Fix two warningsVedant Kumar2016-06-241-5/+5
* [llvm-cov] Add SourceNames to SourceCoverageViews, NFCVedant Kumar2016-06-241-11/+10
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-8/+0
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-081-1/+1
* Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-191-3/+2
* Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar2016-05-161-2/+3
* Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-161-3/+2
* Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth2016-05-141-2/+3
* Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-131-3/+2
* Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...Vedant Kumar2016-05-131-2/+3
* [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFCVedant Kumar2016-05-131-3/+2
* Move coverage related code into a separate library.Easwaran Raman2016-04-291-2/+2
* [Object] Search for architecures by name in MachOUniversalBinary::getObjectFo...Frederic Riss2015-06-221-9/+6
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-2/+1
* llvm-cov: Warn if object file is newer than profileJustin Bogner2015-05-041-0/+13
* llvm-cov: Rename -color={always|never} to -use-color[=0]Justin Bogner2015-03-191-14/+6
OpenPOWER on IntegriCloud