[PATCH] D47858: [New PM] Introducing PassInstrumentation framework

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 19 05:27:51 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL342544: [New PM] Introducing PassInstrumentation framework (authored by fedor.sergeev, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D47858?vs=166026&id=166104#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.166104.patch
Type: text/x-patch
Size: 61504 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180919/b1986dd8/attachment-0001.bin>


More information about the llvm-commits mailing list