OSDN Git Service

[PGO] Revert r260146 as it breaks Darwin platforms.
authorRong Xu <xur@google.com>
Mon, 8 Feb 2016 23:11:16 +0000 (23:11 +0000)
committerRong Xu <xur@google.com>
Mon, 8 Feb 2016 23:11:16 +0000 (23:11 +0000)
commitaab8d7f3e362a2a5f87772571a9a15185d12240e
treeb0c169131d25135f7204da971d224e8226e6a51a
parent08d1cff7c6c4c9b2b2e141147942ab473d26d7df
[PGO] Revert r260146 as it breaks Darwin platforms.
r260146 | xur | 2016-02-08 13:07:46 -0800 (Mon, 08 Feb 2016) | 13 lines
[PGO] Differentiate Clang instrumentation and IR level instrumentation profiles

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260170 91177308-0d34-0410-b5e6-96231b3b80d8
25 files changed:
include/llvm/ProfileData/InstrProfData.inc
include/llvm/ProfileData/InstrProfReader.h
include/llvm/ProfileData/InstrProfWriter.h
lib/ProfileData/InstrProfReader.cpp
lib/ProfileData/InstrProfWriter.cpp
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
test/Transforms/PGOProfile/Inputs/branch1.proftext
test/Transforms/PGOProfile/Inputs/branch2.proftext
test/Transforms/PGOProfile/Inputs/criticaledge.proftext
test/Transforms/PGOProfile/Inputs/diag.proftext
test/Transforms/PGOProfile/Inputs/diag_FE.proftext [deleted file]
test/Transforms/PGOProfile/Inputs/landingpad.proftext
test/Transforms/PGOProfile/Inputs/loop1.proftext
test/Transforms/PGOProfile/Inputs/loop2.proftext
test/Transforms/PGOProfile/Inputs/switch.proftext
test/Transforms/PGOProfile/branch1.ll
test/Transforms/PGOProfile/branch2.ll
test/Transforms/PGOProfile/criticaledge.ll
test/Transforms/PGOProfile/diag_FE_profile.ll [deleted file]
test/Transforms/PGOProfile/landingpad.ll
test/Transforms/PGOProfile/loop1.ll
test/Transforms/PGOProfile/loop2.ll
test/Transforms/PGOProfile/single_bb.ll
test/Transforms/PGOProfile/switch.ll
tools/llvm-profdata/llvm-profdata.cpp