This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d0a191c33cf [RISCV][NFC] Remove floating point operations from test/Cod [...] new cc6227998a6 Adds `-ftime-trace` option to clang that produces Chrome `c [...]
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/Support/TimeProfiler.h | 70 ++++++++++++++ lib/IR/LegacyPassManager.cpp | 12 +++ lib/Support/CMakeLists.txt | 1 + lib/Support/TimeProfiler.cpp | 184 ++++++++++++++++++++++++++++++++++++ 4 files changed, 267 insertions(+) create mode 100644 include/llvm/Support/TimeProfiler.h create mode 100644 lib/Support/TimeProfiler.cpp