Step towards implementation of pass manager with doInitialization and doFinalization...
authorOwen Anderson <resistor@mac.com>
Mon, 26 Nov 2012 23:54:47 +0000 (23:54 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 26 Nov 2012 23:54:47 +0000 (23:54 +0000)
commit0d30d30d58253de6b8836a11effcfc38d7566841
tree735048df468267d94355d52caf2c042ac4d575b2
parent8d20b5f9ff609e70fae5c865931ab0f29e639d9c
Step towards implementation of pass manager with doInitialization and doFinalization per module detangled from runOn?? calls, still has temporary code not to break ASAN to be removed when that pass conforms to the proposed model

Patch by Pedro Artigas, with feedback from by Chandler Carruth.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168635 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/CodeGen/MachineModuleInfo.h
include/llvm/Pass.h
include/llvm/PassManager.h
include/llvm/PassManagers.h
lib/VMCore/PassManager.cpp
tools/bugpoint/CrashDebugger.cpp
tools/llc/llc.cpp
tools/llvm-extract/llvm-extract.cpp
tools/llvm-prof/llvm-prof.cpp
tools/llvm-stress/llvm-stress.cpp
tools/lto/LTOCodeGenerator.cpp
tools/opt/opt.cpp