[PATCH] D16388: [PGO] Enable profile name compression
David Li via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 27 00:14:45 PST 2016
davidxl updated this revision to Diff 46110.
davidxl added a comment.
Update the patch to make it fully function complete (other than test case update).
- added support for name runtime registration needed on platforms other than darwin, linux, and freebsd.
The runtime part of the patch is: http://reviews.llvm.org/D16624
http://reviews.llvm.org/D16388
Files:
docs/CoverageMappingFormat.rst
include/llvm/ProfileData/CoverageMapping.h
include/llvm/ProfileData/InstrProf.h
include/llvm/ProfileData/InstrProfData.inc
include/llvm/ProfileData/InstrProfReader.h
lib/ProfileData/CoverageMappingReader.cpp
lib/ProfileData/InstrProf.cpp
lib/ProfileData/InstrProfReader.cpp
lib/Transforms/Instrumentation/InstrProfiling.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16388.46110.patch
Type: text/x-patch
Size: 19622 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160127/ee497598/attachment.bin>
More information about the llvm-commits
mailing list