Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [utils] Generate html reports with the code coverage utility script | Vedant Kumar | 2016-07-18 | 1 | -19/+31 |
| | | | | | | | | | | | Instead of extracting raw coverage mappings into an artifact directory, actually generate useful html reports for a given list of binaries with symbol demangling turned on. No tests, but this is actively being used to drive the (still nascent) coverage bot. llvm-svn: 275927 | ||||
* | Add support for collating profiles for use with code coverage | Vedant Kumar | 2016-06-13 | 1 | -0/+55 |
Differential Revision: http://reviews.llvm.org/D20993 llvm-svn: 272599 |