Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move coverage related code into a separate library. | Easwaran Raman | 2016-04-29 | 1 | -1/+1 |
* | InstrProf: Teach llvm-cov to show the max count instead of the last | Justin Bogner | 2015-02-23 | 1 | -4/+3 |
* | llvm-cov: Disentangle the coverage data logic from the display (NFC) | Justin Bogner | 2014-09-20 | 1 | -14/+9 |
* | llvm-cov: Rework the API for getting the coverage of a file (NFC) | Justin Bogner | 2014-09-17 | 1 | -80/+15 |
* | Add move constructors/assignment to make MSVC happy after r217940 | Justin Bogner | 2014-09-17 | 1 | -0/+16 |
* | llvm-cov: Distinguish expansion/instantiation from SourceCoverageView | Justin Bogner | 2014-09-17 | 1 | -35/+47 |
* | llvm-cov: Rename a variable and clean up its usage | Justin Bogner | 2014-09-16 | 1 | -2/+2 |
* | llvm-cov: Fix an issue with showing regions but not counts | Justin Bogner | 2014-09-15 | 1 | -0/+3 |
* | llvm-cov: Clean up some redundancy in the view API (NFC) | Justin Bogner | 2014-09-15 | 1 | -20/+8 |
* | llvm-cov: add code coverage tool that's based on coverage mapping format and ... | Alex Lorenz | 2014-08-22 | 1 | -0/+213 |