This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5ec105e ARM: support export directives for Windows new e750cc1 Revert "Revert 220932.": "Removing the static initializer in [...] new 4f31f3a [SCCP] Use range-based for loops. NFC.
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/Threading.h | 36 ++++++++++++++++++++++++++++++++++++ lib/Support/ManagedStatic.cpp | 15 +++++++++++---- lib/Support/Threading.cpp | 7 +++++++ lib/Support/Unix/Threading.inc | 5 +++++ lib/Support/Windows/Threading.inc | 24 ++++++++++++++++++++++++ lib/Transforms/Scalar/SCCP.cpp | 20 ++++++++++---------- 6 files changed, 93 insertions(+), 14 deletions(-) create mode 100644 lib/Support/Unix/Threading.inc create mode 100644 lib/Support/Windows/Threading.inc