[PATCH] D12781: PGO IR-level instrumentation infrastructure

Rong Xu via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 11:18:44 PST 2015


xur updated this revision to Diff 40682.
xur added a comment.

Updated with Sean's new comments.
Also includes the unit tests.

Thanks,

-Rong


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/IPO/LLVMBuild.txt
  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/bad.profdata
  test/Transforms/PGOProfile/Inputs/test.profdata
  test/Transforms/PGOProfile/Inputs/test_exception.profdata
  test/Transforms/PGOProfile/Inputs/test_for.profdata
  test/Transforms/PGOProfile/Inputs/test_goto.profdata
  test/Transforms/PGOProfile/Inputs/test_if.profdata
  test/Transforms/PGOProfile/Inputs/test_switch.profdata
  test/Transforms/PGOProfile/Inputs/test_unmatch.profdata
  test/Transforms/PGOProfile/test_exception_gen.ll
  test/Transforms/PGOProfile/test_exception_use.ll
  test/Transforms/PGOProfile/test_for_gen.ll
  test/Transforms/PGOProfile/test_for_use.ll
  test/Transforms/PGOProfile/test_gen.ll
  test/Transforms/PGOProfile/test_goto_gen.ll
  test/Transforms/PGOProfile/test_goto_use.ll
  test/Transforms/PGOProfile/test_ifelse_gen.ll
  test/Transforms/PGOProfile/test_ifelse_use.ll
  test/Transforms/PGOProfile/test_missing.ll
  test/Transforms/PGOProfile/test_switch_gen.ll
  test/Transforms/PGOProfile/test_switch_use.ll
  test/Transforms/PGOProfile/test_unmatch_use.ll
  test/Transforms/PGOProfile/test_use.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12781.40682.patch
Type: text/x-patch
Size: 173140 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151119/4d1c23ab/attachment-0001.bin>


More information about the llvm-commits mailing list