This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7729976f77a [SimpleLoopUnswitch] Form dedicated exits after trivial uns [...] new 9f6be22d32d [NFC][PassTiming] factor out generic PassTimingInfo
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/IR/LegacyPassManagers.h | 1 - include/llvm/IR/PassTimingInfo.h | 69 ++++++++++++++++++ lib/Analysis/CallGraphSCCPass.cpp | 1 + lib/Analysis/LoopPass.cpp | 1 + lib/Analysis/RegionPass.cpp | 1 + lib/IR/CMakeLists.txt | 1 + lib/IR/LegacyPassManager.cpp | 97 +------------------------ lib/IR/PassTimingInfo.cpp | 132 +++++++++++++++++++++++++++++++++++ test/Other/time-passes.ll | 15 ++++ 9 files changed, 221 insertions(+), 97 deletions(-) create mode 100644 include/llvm/IR/PassTimingInfo.h create mode 100644 lib/IR/PassTimingInfo.cpp create mode 100644 test/Other/time-passes.ll