[PATCH] D16388: [PGO] Enable profile name compression
David Li via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 28 20:50:30 PST 2016
davidxl updated this revision to Diff 46346.
davidxl added a comment.
Update the patch with test case changes.
This is now the complete LLVM patch.
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
test/Instrumentation/InstrProfiling/PR23499.ll
test/Instrumentation/InstrProfiling/platform.ll
test/Instrumentation/InstrProfiling/profiling.ll
test/tools/llvm-profdata/Inputs/c-general.profraw
test/tools/llvm-profdata/raw-32-bits-be.test
test/tools/llvm-profdata/raw-32-bits-le.test
test/tools/llvm-profdata/raw-64-bits-be.test
test/tools/llvm-profdata/raw-64-bits-le.test
test/tools/llvm-profdata/raw-two-profiles.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16388.46346.patch
Type: text/x-patch
Size: 34817 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160129/5f3d60f9/attachment.bin>
More information about the llvm-commits
mailing list