OSDN Git Service

reapply my timer rewrite with a change for PassManager to store
authorChris Lattner <sabre@nondot.org>
Tue, 30 Mar 2010 04:03:22 +0000 (04:03 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Mar 2010 04:03:22 +0000 (04:03 +0000)
commit0203994600df73ac6e9dd794eaaa150ded252834
tree51d267ca5c375c7dc00359f21d3d56a8fb64fc25
parent1b53d744eda128a47c8f19df696aff763369da11
reapply my timer rewrite with a change for PassManager to store
timers by pointer instead of by-value.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99871 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/PassManagers.h
include/llvm/Support/Timer.h
lib/Analysis/IPA/CallGraphSCCPass.cpp
lib/Analysis/LoopPass.cpp
lib/Support/Timer.cpp
lib/VMCore/PassManager.cpp