[PATCH] D12781: PGO IR-level instrumentation infrastructure
Rong Xu via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 24 13:34:22 PST 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL254021: [PGO] MST based PGO instrumentation infrastructure (authored by xur).
Changed prior to commit:
http://reviews.llvm.org/D12781?vs=41062&id=41079#toc
Repository:
rL LLVM
http://reviews.llvm.org/D12781
Files:
llvm/trunk/include/llvm/IR/DiagnosticInfo.h
llvm/trunk/include/llvm/InitializePasses.h
llvm/trunk/include/llvm/LinkAllPasses.h
llvm/trunk/include/llvm/Transforms/Instrumentation.h
llvm/trunk/lib/IR/DiagnosticInfo.cpp
llvm/trunk/lib/Transforms/IPO/LLVMBuild.txt
llvm/trunk/lib/Transforms/Instrumentation/CFGMST.h
llvm/trunk/lib/Transforms/Instrumentation/CMakeLists.txt
llvm/trunk/lib/Transforms/Instrumentation/Instrumentation.cpp
llvm/trunk/lib/Transforms/Instrumentation/LLVMBuild.txt
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/landingpad.proftext
llvm/trunk/test/Transforms/PGOProfile/Inputs/loop1.proftext
llvm/trunk/test/Transforms/PGOProfile/Inputs/loop2.proftext
llvm/trunk/test/Transforms/PGOProfile/Inputs/loop3.proftext
llvm/trunk/test/Transforms/PGOProfile/Inputs/single_bb.proftext
llvm/trunk/test/Transforms/PGOProfile/Inputs/switch.proftext
llvm/trunk/test/Transforms/PGOProfile/branch1_gen.ll
llvm/trunk/test/Transforms/PGOProfile/branch1_use.ll
llvm/trunk/test/Transforms/PGOProfile/branch2_gen.ll
llvm/trunk/test/Transforms/PGOProfile/branch2_use.ll
llvm/trunk/test/Transforms/PGOProfile/checksum_mismatch.ll
llvm/trunk/test/Transforms/PGOProfile/criticaledge_gen.ll
llvm/trunk/test/Transforms/PGOProfile/criticaledge_use.ll
llvm/trunk/test/Transforms/PGOProfile/landingpad_gen.ll
llvm/trunk/test/Transforms/PGOProfile/landingpad_use.ll
llvm/trunk/test/Transforms/PGOProfile/loop1_gen.ll
llvm/trunk/test/Transforms/PGOProfile/loop1_use.ll
llvm/trunk/test/Transforms/PGOProfile/loop2_gen.ll
llvm/trunk/test/Transforms/PGOProfile/loop2_use.ll
llvm/trunk/test/Transforms/PGOProfile/loop3_gen.ll
llvm/trunk/test/Transforms/PGOProfile/loop3_use.ll
llvm/trunk/test/Transforms/PGOProfile/noprofile_use.ll
llvm/trunk/test/Transforms/PGOProfile/single_bb_gen.ll
llvm/trunk/test/Transforms/PGOProfile/switch_gen.ll
llvm/trunk/test/Transforms/PGOProfile/switch_use.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12781.41079.patch
Type: text/x-patch
Size: 74064 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151124/5b3c6c46/attachment.bin>
More information about the llvm-commits
mailing list