summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov
Commit message (Expand)AuthorAgeFilesLines
* [Object] Search for architecures by name in MachOUniversalBinary::getObjectFo...Frederic Riss2015-06-221-9/+6
* llvm-cov: Make llvm-cov --version DTRTJustin Bogner2015-06-031-0/+8
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-2/+1
* InstrProf: Fix display of large numbers in llvm-covJustin Bogner2015-05-131-21/+25
* llvm-cov: Warn if object file is newer than profileJustin Bogner2015-05-041-0/+13
* llvm-cov: Require a subcommand when invoked as llvm-covJustin Bogner2015-03-241-16/+16
* 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
* Make helper functions static.Benjamin Kramer2015-03-092-4/+5
* InstrProf: Teach llvm-cov to show the max count instead of the lastJustin Bogner2015-02-231-4/+3
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-1/+1
* llvm-cov: Actually use the command line arguments when reportingJustin Bogner2015-02-143-12/+12
* llvm-cov: Simplify coverage reports, fixing PR22575 in the processJustin Bogner2015-02-148-170/+69
* InstrProf: Remove an unused header (NFC)Justin Bogner2015-02-021-1/+0
* llvm-cov: Don't use llvm::outs() in library codeJustin Bogner2015-01-231-1/+1
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-146-15/+15
* Remove unused includes and out of date comment. NFC.Rafael Espindola2014-12-173-3/+0
* llvm-cov: Sink some reporting logic into CoverageMappingJustin Bogner2014-11-143-39/+11
* [Object] Modify OwningBinary's interface to separate inspection from ownership.Lang Hames2014-10-311-1/+1
* llvm-cov: Follow LLVM naming conventionsJustin Bogner2014-10-304-22/+21
* llvm-cov: Don't manually parse an option for no reasonJustin Bogner2014-10-301-18/+5
* llvm-cov: Very basic top level helpJustin Bogner2014-10-301-11/+17
* Remove bogus std::error_code returns form SectionRef.Rafael Espindola2014-10-081-2/+1
* llvm-cov/CoverageReport.cpp: Quick fix for msvcrt, since width specifier "z" ...NAKAMURA Takumi2014-10-011-12/+12
* llvm-cov: Use the number of executed functions for the function coverage metric.Alex Lorenz2014-09-304-21/+24
* 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-2012-477/+137
* 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: Fix dropped lines when filters were appliedJustin Bogner2014-09-191-1/+2
* llvm-cov: Generalize -filename-equivalenceJustin Bogner2014-09-191-29/+51
* llvm-cov: Simplify FunctionInstantiationSetCollector (NFC)Justin Bogner2014-09-181-28/+15
* Alternative (to r216344) fix of gcc -Wpedantic.Patrik Hagglund2014-09-181-1/+1
* llvm-cov: Push some more debug output into the View (NFC)Justin Bogner2014-09-172-24/+4
* llvm-cov: Rework the API for getting the coverage of a file (NFC)Justin Bogner2014-09-176-362/+231
* LineIterator: Provide a variant that keeps blank linesJustin Bogner2014-09-171-8/+4
* llvm-cov: Fix a typoJustin Bogner2014-09-171-1/+1
* Add move constructors/assignment to make MSVC happy after r217940Justin Bogner2014-09-171-0/+16
* llvm-cov: Distinguish expansion/instantiation from SourceCoverageViewJustin Bogner2014-09-173-113/+108
* llvm-cov: Rename a variable and clean up its usageJustin Bogner2014-09-162-20/+19
* llvm-cov: Make debug output more consistentJustin Bogner2014-09-152-16/+16
* llvm-cov: Fix an issue with showing regions but not countsJustin Bogner2014-09-152-13/+24
* llvm-cov: Clean up some redundancy in the view API (NFC)Justin Bogner2014-09-153-44/+29
* llvm-cov: Simplify CounterMappingRegion, pushing logic to its userJustin Bogner2014-09-151-3/+6
* llvm-cov: Move FunctionCoverageMapping into CoverageMapping.h (NFC)Justin Bogner2014-09-127-47/+9
* Revert "llvm-cov: Remove an overly system specific test"Justin Bogner2014-09-111-1/+1
* llvm-cov: Fix a misuse of ArrayRef::slice I introduced in r217430Justin Bogner2014-09-101-1/+1
OpenPOWER on IntegriCloud