[PATCH] D17020: [PGO] Revisied patch: Differentiate Clang instrumentation and IR level instrumentation profiles

Rong Xu via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 10 09:22:55 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL260385: [PGO] Differentiate Clang instrumentation and IR level instrumentation profiles (authored by xur).

Changed prior to commit:
  http://reviews.llvm.org/D17020?vs=47339&id=47468#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D17020

Files:
  llvm/trunk/include/llvm/ProfileData/InstrProfData.inc
  llvm/trunk/include/llvm/ProfileData/InstrProfReader.h
  llvm/trunk/include/llvm/ProfileData/InstrProfWriter.h
  llvm/trunk/lib/ProfileData/InstrProfReader.cpp
  llvm/trunk/lib/ProfileData/InstrProfWriter.cpp
  llvm/trunk/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  llvm/trunk/test/Transforms/PGOProfile/Inputs/branch1.proftext
  llvm/trunk/test/Transforms/PGOProfile/Inputs/branch2.proftext
  llvm/trunk/test/Transforms/PGOProfile/Inputs/criticaledge.proftext
  llvm/trunk/test/Transforms/PGOProfile/Inputs/diag.proftext
  llvm/trunk/test/Transforms/PGOProfile/Inputs/diag_FE.proftext
  llvm/trunk/test/Transforms/PGOProfile/Inputs/landingpad.proftext
  llvm/trunk/test/Transforms/PGOProfile/Inputs/loop1.proftext
  llvm/trunk/test/Transforms/PGOProfile/Inputs/loop2.proftext
  llvm/trunk/test/Transforms/PGOProfile/Inputs/switch.proftext
  llvm/trunk/test/Transforms/PGOProfile/branch1.ll
  llvm/trunk/test/Transforms/PGOProfile/branch2.ll
  llvm/trunk/test/Transforms/PGOProfile/criticaledge.ll
  llvm/trunk/test/Transforms/PGOProfile/diag_FE_profile.ll
  llvm/trunk/test/Transforms/PGOProfile/landingpad.ll
  llvm/trunk/test/Transforms/PGOProfile/loop1.ll
  llvm/trunk/test/Transforms/PGOProfile/loop2.ll
  llvm/trunk/test/Transforms/PGOProfile/single_bb.ll
  llvm/trunk/test/Transforms/PGOProfile/switch.ll
  llvm/trunk/tools/llvm-profdata/llvm-profdata.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17020.47468.patch
Type: text/x-patch
Size: 23092 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160210/a4958ce4/attachment.bin>


More information about the llvm-commits mailing list