This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 2d12c6c3d [lldb] Correctly escape newlines and backslashes in the JSON [...]
new 2827afc6f Fixup for r311483: Use correct path to StreamString.h
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:
unittests/Utility/JSONTest.cpp | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from 5a8af2bfbd6 PR target/71958: Error on -mx32 with -mabi=ms
new e9321f7a7c4 docs: Explain how to use multiple file-name patterns in RUN [...]
new d33dd95f687 Add missing ChangeLog entry for previous commit
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:
gcc/doc/install.texi | 10 ++++++++++
gcc/testsuite/ChangeLog | 5 +++++
2 files changed, 15 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 lldb.
from bdeffc838 lldb-argdumper doesn't need lldbCore.
new 2d12c6c3d [lldb] Correctly escape newlines and backslashes in the JSON [...]
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:
lldb.xcodeproj/project.pbxproj | 4 ++++
source/Utility/JSON.cpp | 5 +++--
unittests/Utility/CMakeLists.txt | 1 +
unittests/Utility/JSONTest.cpp | 26 ++++++++++++++++++++++++++
4 files changed, 34 insertions(+), 2 deletions(-)
create mode 100644 unittests/Utility/JSONTest.cpp
--
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 compiler-rt.
from 6c60ed285 [libFuzzer] disable a test failing on the bot
new e8a32dc12 [libFuzzer] Move check for thread_local back into libFuzzer's CMake,
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:
cmake/base-config-ix.cmake | 10 ----------
lib/fuzzer/CMakeLists.txt | 10 ++++++++++
2 files changed, 10 insertions(+), 10 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 glibc.
from d9bef9c0a4 Fix tgmath.h handling of complex integers (bug 21684).
new f2f048a533 powerpc: Shrink ULPs for float128
new 453a493d2b Remove duplicate inclusion of header math-svid-compat.h
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:
ChangeLog | 11 +++++++++++
math/w_remainder_compat.c | 1 -
math/w_remainderf_compat.c | 1 -
math/w_remainderl_compat.c | 1 -
sysdeps/powerpc/fpu/libm-test-ulps | 36 ++++++++++--------------------------
5 files changed, 21 insertions(+), 29 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 gcc.
from 53b9ff36d13 2017-08-22 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new 5a8af2bfbd6 PR target/71958: Error on -mx32 with -mabi=ms
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:
gcc/ChangeLog | 7 +++++++
gcc/config/i386/i386.c | 12 ++++++++++--
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.target/i386/pr46470.c | 2 +-
gcc/testsuite/gcc.target/i386/pr64409.c | 2 +-
gcc/testsuite/gcc.target/i386/pr66275.c | 2 +-
gcc/testsuite/gcc.target/i386/pr68018.c | 2 +-
gcc/testsuite/gcc.target/i386/pr71958.c | 7 +++++++
8 files changed, 37 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr71958.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 clang.
from 6f2bcc862b [clang-diff] Refactor stop-after command-line flag
new 6c069179ec [OPENMP] Fix for PR34014: OpenMP 4.5: Target construct in st [...]
new 5730f5ad03 [Parser] Correct initalizer typos before lambda capture type [...]
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/CGExpr.cpp | 1 +
lib/CodeGen/CGStmtOpenMP.cpp | 2 ++
lib/CodeGen/CodeGenFunction.h | 2 ++
lib/Parse/ParseExprCXX.cpp | 2 ++
lib/Sema/SemaExpr.cpp | 1 +
test/OpenMP/target_map_codegen.cpp | 18 ++++++++++++++++++
test/SemaCXX/cxx1y-init-captures.cpp | 8 ++++++++
7 files changed, 34 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 glibc.
from 988f991b50 Remove non cancellable sigsuspend definition
new d9bef9c0a4 Fix tgmath.h handling of complex integers (bug 21684).
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:
ChangeLog | 20 +++++++
math/gen-tgmath-tests.py | 4 +-
math/tgmath.h | 135 +++++++++++++++++++++++++++++++----------------
3 files changed, 110 insertions(+), 49 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 clang.
from 6fb41bb447 [clang-format] Break non-trailing block comments
new 2fc2258ae2 Test commit access.
new 6f2bcc862b [clang-diff] Refactor stop-after command-line flag
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/clang/Analysis/CloneDetection.h | 2 +-
test/Tooling/clang-diff-topdown.cpp | 2 +-
tools/clang-diff/ClangDiff.cpp | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.