Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Coverage] Ensure that coverage mapping data has an expected alignment in ↵ | Igor Kudrin | 2016-05-18 | 1 | -0/+0 |
| | | | | | | | | | | | | | 'covmapping' files. Coverage mapping data is organized in a sequence of blocks, each of which is expected to be aligned by 8 bytes. This feature is used when reading those blocks, see VersionedCovMapFuncRecordReader::readFunctionRecords(). If a misaligned covearge mapping data has more than one block, it causes llvm-cov to fail. Differential Revision: http://reviews.llvm.org/D20285 llvm-svn: 269887 | ||||
* | [Coverage] Combine counts of expansion regions if there are no code regions ↵ | Igor Kudrin | 2016-05-05 | 1 | -0/+0 |
for the same area. Differential Revision: http://reviews.llvm.org/D18831 llvm-svn: 268620 |