summaryrefslogtreecommitdiff
path: root/tools/llvm-cov
AgeCommit message (Expand)Author
2015-02-02InstrProf: Remove an unused header (NFC)Justin Bogner
2015-01-23llvm-cov: Don't use llvm::outs() in library codeJustin Bogner
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-12-17Remove unused includes and out of date comment. NFC.Rafael Espindola
2014-11-14llvm-cov: Sink some reporting logic into CoverageMappingJustin Bogner
2014-10-31[Object] Modify OwningBinary's interface to separate inspection from ownership.Lang Hames
2014-10-30llvm-cov: Follow LLVM naming conventionsJustin Bogner
2014-10-30llvm-cov: Don't manually parse an option for no reasonJustin Bogner
2014-10-30llvm-cov: Very basic top level helpJustin Bogner
2014-10-08Remove bogus std::error_code returns form SectionRef.Rafael Espindola
2014-10-01llvm-cov/CoverageReport.cpp: Quick fix for msvcrt, since width specifier "z" ...NAKAMURA Takumi
2014-09-30llvm-cov: Use the number of executed functions for the function coverage metric.Alex Lorenz
2014-09-20llvm-cov: Allow creating CoverageMappings from filenamesJustin Bogner
2014-09-20llvm-cov: Disentangle the coverage data logic from the display (NFC)Justin Bogner
2014-09-20llvm-cov: Move some reader debug output out of the tool.Justin Bogner
2014-09-19llvm-cov: Return unique_ptrs instead of filling objects (NFC)Justin Bogner
2014-09-19llvm-cov: Fix dropped lines when filters were appliedJustin Bogner
2014-09-19llvm-cov: Generalize -filename-equivalenceJustin Bogner
2014-09-18llvm-cov: Simplify FunctionInstantiationSetCollector (NFC)Justin Bogner
2014-09-18Alternative (to r216344) fix of gcc -Wpedantic.Patrik Hagglund
2014-09-17llvm-cov: Push some more debug output into the View (NFC)Justin Bogner
2014-09-17llvm-cov: Rework the API for getting the coverage of a file (NFC)Justin Bogner
2014-09-17LineIterator: Provide a variant that keeps blank linesJustin Bogner
2014-09-17llvm-cov: Fix a typoJustin Bogner
2014-09-17Add move constructors/assignment to make MSVC happy after r217940Justin Bogner
2014-09-17llvm-cov: Distinguish expansion/instantiation from SourceCoverageViewJustin Bogner
2014-09-16llvm-cov: Rename a variable and clean up its usageJustin Bogner
2014-09-15llvm-cov: Make debug output more consistentJustin Bogner
2014-09-15llvm-cov: Fix an issue with showing regions but not countsJustin Bogner
2014-09-15llvm-cov: Clean up some redundancy in the view API (NFC)Justin Bogner
2014-09-15llvm-cov: Simplify CounterMappingRegion, pushing logic to its userJustin Bogner
2014-09-12llvm-cov: Move FunctionCoverageMapping into CoverageMapping.h (NFC)Justin Bogner
2014-09-11Revert "llvm-cov: Remove an overly system specific test"Justin Bogner
2014-09-10llvm-cov: Fix a misuse of ArrayRef::slice I introduced in r217430Justin Bogner
2014-09-09llvm-cov: Use ArrayRef::slice (NFC)Justin Bogner
2014-09-09llvm-cov: Combine two types that were nearly identical (NFC)Justin Bogner
2014-09-09llvm-cov: Rename MappingRegion to coverage::CountedRegion (NFC)Justin Bogner
2014-09-08llvm-cov: Use ErrorOr rather than an error_code* (NFC)Justin Bogner
2014-09-08llvm-cov: Remove dead codeJustin Bogner
2014-09-04llvm-cov: Don't pointlessly create a unique_ptr (NFC)Justin Bogner
2014-08-27Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper
2014-08-24Silence gcc -Wpedantic.Patrik Hagglund
2014-08-22llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz
2014-07-28llvm-cov: move the gcov code into a separate file.Alex Lorenz
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola
2014-06-27llvm-cov: Support specifying multiple source filesJustin Bogner
2014-06-13Finishing touch for the std::error_code transition.Rafael Espindola
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola
2014-06-12Remove system_error.h.Rafael Espindola