This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0c48851 [WinEH] Allow catchpads to reuse the same catch object new 9f2ab76 [DAGCombiner] Add general constant vector support to (shl (ad [...] new b40b8e34 Revert "Add Chrono.h - std::chrono support header"
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: include/llvm/Support/Chrono.h | 55 ---------------------- include/llvm/Support/TimeValue.h | 11 ----- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 9 ++-- lib/Support/CMakeLists.txt | 1 - lib/Support/Chrono.cpp | 47 ------------------- lib/Support/TimeValue.cpp | 17 +++---- lib/Support/Unix/TimeValue.inc | 54 ++++++++++++++++++++++ lib/Support/Windows/TimeValue.inc | 61 ++++++++++++++++++++++++ test/CodeGen/X86/combine-shl.ll | 2 +- unittests/Support/CMakeLists.txt | 1 - unittests/Support/Chrono.cpp | 79 -------------------------------- unittests/Support/TimeValueTest.cpp | 10 ---- 12 files changed, 130 insertions(+), 217 deletions(-) delete mode 100644 include/llvm/Support/Chrono.h delete mode 100644 lib/Support/Chrono.cpp create mode 100644 lib/Support/Unix/TimeValue.inc create mode 100644 lib/Support/Windows/TimeValue.inc delete mode 100644 unittests/Support/Chrono.cpp