[PATCH] D12781: PGO IR-level instrumentation infrastructure

Rong Xu via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 13:08:05 PST 2015


xur updated this revision to Diff 41428.
xur marked 2 inline comments as done.
xur added a comment.

Integrated Sean's most recently review comments.


http://reviews.llvm.org/D12781

Files:
  include/llvm/IR/DiagnosticInfo.h
  include/llvm/InitializePasses.h
  include/llvm/LinkAllPasses.h
  include/llvm/Transforms/Instrumentation.h
  lib/IR/DiagnosticInfo.cpp
  lib/Transforms/Instrumentation/CFGMST.h
  lib/Transforms/Instrumentation/CMakeLists.txt
  lib/Transforms/Instrumentation/Instrumentation.cpp
  lib/Transforms/Instrumentation/LLVMBuild.txt
  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/landingpad.proftext
  test/Transforms/PGOProfile/Inputs/loop1.proftext
  test/Transforms/PGOProfile/Inputs/loop2.proftext
  test/Transforms/PGOProfile/Inputs/single_bb.proftext
  test/Transforms/PGOProfile/Inputs/switch.proftext
  test/Transforms/PGOProfile/branch1.ll
  test/Transforms/PGOProfile/branch2.ll
  test/Transforms/PGOProfile/checksum_mismatch.ll
  test/Transforms/PGOProfile/criticaledge.ll
  test/Transforms/PGOProfile/landingpad.ll
  test/Transforms/PGOProfile/loop1.ll
  test/Transforms/PGOProfile/loop2.ll
  test/Transforms/PGOProfile/noprofile_use.ll
  test/Transforms/PGOProfile/single_bb.ll
  test/Transforms/PGOProfile/switch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12781.41428.patch
Type: text/x-patch
Size: 63313 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151130/37be49a4/attachment.bin>


More information about the llvm-commits mailing list