summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/CodeCoverage.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* llvm-cov: Continue trying to appease a botJustin Bogner2015-03-191-1/+4
* llvm-cov: Try to appease a botJustin Bogner2015-03-191-2/+2
* llvm-cov: Only emit colour by default if the output is a ttyJustin Bogner2015-03-191-10/+14
* InstrProf: Teach llvm-cov to handle universal binaries when given -archJustin Bogner2015-03-111-1/+17
* llvm-cov: Actually use the command line arguments when reportingJustin Bogner2015-02-141-9/+8
* llvm-cov: Simplify coverage reports, fixing PR22575 in the processJustin Bogner2015-02-141-4/+1
* InstrProf: Remove an unused header (NFC)Justin Bogner2015-02-021-1/+0
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-7/+7
* Remove unused includes and out of date comment. NFC.Rafael Espindola2014-12-171-1/+0
* llvm-cov: Sink some reporting logic into CoverageMappingJustin Bogner2014-11-141-1/+1
* llvm-cov: Follow LLVM naming conventionsJustin Bogner2014-10-301-2/+2
* llvm-cov: Don't manually parse an option for no reasonJustin Bogner2014-10-301-18/+5
* llvm-cov: Allow creating CoverageMappings from filenamesJustin Bogner2014-09-201-18/+1
* llvm-cov: Disentangle the coverage data logic from the display (NFC)Justin Bogner2014-09-201-273/+96
* llvm-cov: Move some reader debug output out of the tool.Justin Bogner2014-09-201-11/+0
* llvm-cov: Return unique_ptrs instead of filling objects (NFC)Justin Bogner2014-09-191-53/+62
* llvm-cov: Generalize -filename-equivalenceJustin Bogner2014-09-191-29/+51
* llvm-cov: Simplify FunctionInstantiationSetCollector (NFC)Justin Bogner2014-09-181-28/+15
* llvm-cov: Push some more debug output into the View (NFC)Justin Bogner2014-09-171-24/+0
* llvm-cov: Rework the API for getting the coverage of a file (NFC)Justin Bogner2014-09-171-12/+12
* llvm-cov: Distinguish expansion/instantiation from SourceCoverageViewJustin Bogner2014-09-171-6/+14
* llvm-cov: Make debug output more consistentJustin Bogner2014-09-151-4/+4
* llvm-cov: Clean up some redundancy in the view API (NFC)Justin Bogner2014-09-151-11/+4
* llvm-cov: Move FunctionCoverageMapping into CoverageMapping.h (NFC)Justin Bogner2014-09-121-1/+0
OpenPOWER on IntegriCloud