[PATCH] D47858: [New PM] Introducing PassInstrumentation framework
Fedor Sergeev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 20 10:10:24 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL342664: [New PM] Introducing PassInstrumentation framework (authored by fedor.sergeev, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D47858?vs=166297&id=166323#toc
Repository:
rL LLVM
https://reviews.llvm.org/D47858
Files:
llvm/trunk/include/llvm/Analysis/CGSCCPassManager.h
llvm/trunk/include/llvm/IR/PassInstrumentation.h
llvm/trunk/include/llvm/IR/PassManager.h
llvm/trunk/include/llvm/Passes/PassBuilder.h
llvm/trunk/include/llvm/Transforms/Scalar/LoopPassManager.h
llvm/trunk/lib/Analysis/CGSCCPassManager.cpp
llvm/trunk/lib/FuzzMutate/IRMutator.cpp
llvm/trunk/lib/IR/CMakeLists.txt
llvm/trunk/lib/IR/PassInstrumentation.cpp
llvm/trunk/lib/Passes/PassRegistry.def
llvm/trunk/lib/Transforms/Scalar/LoopPassManager.cpp
llvm/trunk/test/Other/loop-pm-invalidation.ll
llvm/trunk/test/Other/new-pass-manager.ll
llvm/trunk/test/Other/new-pm-defaults.ll
llvm/trunk/test/Other/new-pm-lto-defaults.ll
llvm/trunk/test/Other/new-pm-thinlto-defaults.ll
llvm/trunk/test/Transforms/Inline/cgscc-incremental-invalidate.ll
llvm/trunk/test/Transforms/LoopRotate/pr35210.ll
llvm/trunk/unittests/Analysis/CGSCCPassManagerTest.cpp
llvm/trunk/unittests/IR/PassBuilderCallbacksTest.cpp
llvm/trunk/unittests/IR/PassManagerTest.cpp
llvm/trunk/unittests/Transforms/Scalar/LoopPassManagerTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47858.166323.patch
Type: text/x-patch
Size: 61528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180920/9c8005a7/attachment.bin>
More information about the llvm-commits
mailing list