This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 049e568f3c8 [X86][SSE] Generalize X86ISD::BLENDI support to more value types new 463cb21190d [libObject][NFC] Use sys::path::convert_to_slash. new 20cf903d60d Annotate timeline in Instruments with passes and other time [...]
The 2 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: cmake/modules/HandleLLVMOptions.cmake | 23 +++++++ include/llvm/Config/config.h.cmake | 3 + include/llvm/Support/Signposts.h | 43 ++++++++++++ lib/Object/ArchiveWriter.cpp | 6 +- lib/Support/CMakeLists.txt | 1 + lib/Support/Signposts.cpp | 119 ++++++++++++++++++++++++++++++++++ lib/Support/Timer.cpp | 6 ++ 7 files changed, 196 insertions(+), 5 deletions(-) create mode 100644 include/llvm/Support/Signposts.h create mode 100644 lib/Support/Signposts.cpp