[llvm-cov] Disable name and path truncation
[oota-llvm.git] / tools / llvm-cov / CodeCoverage.cpp
2015-06-22 Frederic Riss[Object] Search for architecures by name in MachOUniver...
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-04 Justin Bognerllvm-cov: Warn if object file is newer than profile
2015-03-19 Justin Bognerllvm-cov: Rename -color={always|never} to -use-color[=0]
2015-03-19 Justin Bognerllvm-cov: Continue trying to appease a bot
2015-03-19 Justin Bognerllvm-cov: Try to appease a bot
2015-03-19 Justin Bognerllvm-cov: Only emit colour by default if the output...
2015-03-11 Justin BognerInstrProf: Teach llvm-cov to handle universal binaries...
2015-02-14 Justin Bognerllvm-cov: Actually use the command line arguments when...
2015-02-14 Justin Bognerllvm-cov: Simplify coverage reports, fixing PR22575...
2015-02-02 Justin BognerInstrProf: Remove an unused header (NFC)
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-17 Rafael EspindolaRemove unused includes and out of date comment. NFC.
2014-11-14 Justin Bognerllvm-cov: Sink some reporting logic into CoverageMapping
2014-10-30 Justin Bognerllvm-cov: Follow LLVM naming conventions
2014-10-30 Justin Bognerllvm-cov: Don't manually parse an option for no reason
2014-09-20 Justin Bognerllvm-cov: Allow creating CoverageMappings from filenames
2014-09-20 Justin Bognerllvm-cov: Disentangle the coverage data logic from...
2014-09-20 Justin Bognerllvm-cov: Move some reader debug output out of the...
2014-09-19 Justin Bognerllvm-cov: Return unique_ptrs instead of filling objects...
2014-09-19 Justin Bognerllvm-cov: Generalize -filename-equivalence
2014-09-18 Justin Bognerllvm-cov: Simplify FunctionInstantiationSetCollector...
2014-09-17 Justin Bognerllvm-cov: Push some more debug output into the View...
2014-09-17 Justin Bognerllvm-cov: Rework the API for getting the coverage of...
2014-09-17 Justin Bognerllvm-cov: Distinguish expansion/instantiation from...
2014-09-15 Justin Bognerllvm-cov: Make debug output more consistent
2014-09-15 Justin Bognerllvm-cov: Clean up some redundancy in the view API...
2014-09-12 Justin Bognerllvm-cov: Move FunctionCoverageMapping into CoverageMap...
2014-09-11 Justin BognerRevert "llvm-cov: Remove an overly system specific...
2014-09-09 Justin Bognerllvm-cov: Combine two types that were nearly identical...
2014-09-09 Justin Bognerllvm-cov: Rename MappingRegion to coverage::CountedRegi...
2014-09-08 Justin Bognerllvm-cov: Use ErrorOr rather than an error_code* (NFC)
2014-09-08 Justin Bognerllvm-cov: Remove dead code
2014-09-04 Justin Bognerllvm-cov: Don't pointlessly create a unique_ptr (NFC)
2014-08-22 Alex Lorenzllvm-cov: add code coverage tool that's based on covera...