Add profile summary support for sample profile.
authorEaswaran Raman <eraman@google.com>
Fri, 19 Feb 2016 03:15:33 +0000 (03:15 +0000)
committerEaswaran Raman <eraman@google.com>
Fri, 19 Feb 2016 03:15:33 +0000 (03:15 +0000)
commit40ee23dbd24e08062b0404d16cd56ab102c4f596
treeed729901bc24eecbf95d3a81028137eecc6e2946
parentbd1b8c088963e7f7ea7417e8a4fe5cabdaf500ad
Add profile summary support for sample profile.

Differential Revision: http://reviews.llvm.org/D17178

llvm-svn: 261304
12 files changed:
llvm/include/llvm/ProfileData/InstrProf.h
llvm/include/llvm/ProfileData/ProfileCommon.h
llvm/include/llvm/ProfileData/SampleProf.h
llvm/include/llvm/ProfileData/SampleProfReader.h
llvm/include/llvm/ProfileData/SampleProfWriter.h
llvm/lib/ProfileData/InstrProfReader.cpp
llvm/lib/ProfileData/InstrProfWriter.cpp
llvm/lib/ProfileData/ProfileSummary.cpp
llvm/lib/ProfileData/SampleProfReader.cpp
llvm/lib/ProfileData/SampleProfWriter.cpp
llvm/test/Transforms/SampleProfile/Inputs/fnptr.binprof
llvm/unittests/ProfileData/SampleProfTest.cpp