This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 18f1325022b [GlobalISel] Allow MachineIRBuilder to build subregister copies. new 7086bb6b045 [TimePasses] allow -time-passes reporting into a custom stream
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/PassTimingInfo.h | 16 ++++-- include/llvm/Passes/StandardInstrumentations.h | 2 + lib/IR/PassTimingInfo.cpp | 11 +++- test/Other/time-passes.ll | 10 ++++ unittests/IR/CMakeLists.txt | 1 + unittests/IR/TimePassesTest.cpp | 78 ++++++++++++++++++++++++++ 6 files changed, 111 insertions(+), 7 deletions(-) create mode 100644 unittests/IR/TimePassesTest.cpp