This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 154b43a Add #include for unistd.h on Linux.
new c4f71f2 Don't bring in llvm/Support/thread.h in Threading.cpp
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:
lib/Support/Threading.cpp | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 50d14e6 [Support] Provide access to current thread name/thread id.
new 154b43a Add #include for unistd.h on Linux.
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:
lib/Support/Unix/Threading.inc | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from f4dfb45 Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES
new c795c2a Fix libc++ test to pass in C++03 mode
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:
test/std/depr/depr.c.headers/stdio_h.pass.cpp | 2 +-
test/std/input.output/file.streams/c.files/cstdio.pass.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 74b3a7a Use APInt::setBits instead of OR'ing in a separate APInt::get [...]
new 50d14e6 [Support] Provide access to current thread name/thread id.
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/Threading.h | 59 +++++++++----
lib/Support/Threading.cpp | 113 ++++++------------------
lib/Support/Unix/Threading.inc | 181 ++++++++++++++++++++++++++++++++++++++
lib/Support/Windows/Threading.inc | 101 +++++++++++++++++++++
4 files changed, 353 insertions(+), 101 deletions(-)
create mode 100644 lib/Support/Unix/Threading.inc
create mode 100644 lib/Support/Windows/Threading.inc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from c357ded [clang-tidy] Fix modernize-use-emplace docs
new f56576f [clang-tidy] Yet another docs fixes
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:
docs/clang-tidy/checks/modernize-use-emplace.rst | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 85969be Use APInt::getLowBitsSet instead of APInt::getBitsSet for low [...]
new 16776eb [x86] regenerate checks; NFC
new 74b3a7a Use APInt::setBits instead of OR'ing in a separate APInt::get [...]
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:
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 +-
test/CodeGen/X86/sse41.ll | 56 +++++++++++++------------------
2 files changed, 25 insertions(+), 33 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 02f1581 Android.rules: fix building on windows
new 0367752 Android.rules: fix building on mac
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:
packages/Python/lldbsuite/test/make/Android.rules | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ee085ed [PowerPC] Enable -fomit-frame-pointer by default for PPC
new 2c51aa7 [Analyzer] Terminate analysis on OpenMP code instead of asser [...]
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:
lib/StaticAnalyzer/Core/ExprEngine.cpp | 63 +++++++++++++++++-----------------
test/Analysis/openmp-unsupported.c | 7 ++++
2 files changed, 39 insertions(+), 31 deletions(-)
create mode 100644 test/Analysis/openmp-unsupported.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 611a3ca Make the linker fail if asked to create more than 1^16 ordina [...]
new 7d45f3d Fetch lazy value before calling val_print
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:
gdb/ChangeLog | 7 +++++++
gdb/ada-valprint.c | 3 +++
gdb/valprint.c | 3 +++
3 files changed, 13 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2c4aa67 [x86] regenerate checks; NFC
new 85969be Use APInt::getLowBitsSet instead of APInt::getBitsSet for low [...]
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:
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.