This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 94006c86adb PR tree-optimization/82549 * fold-const.c (optimize_bit_f [...]
new ad4305dbf27 [C++ PATCH 82560] missing dtor call
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/cp/ChangeLog | 6 ++++++
gcc/cp/call.c | 10 +++++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/pr82560.C | 28 ++++++++++++++++++++++++++++
4 files changed, 46 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr82560.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 glibc.
from 8867c3c14b Fix armv7-a compiler option name
new e4dd4ace56 Inline tcache functions
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 | 5 +++++
malloc/malloc.c | 4 ++--
2 files changed, 7 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 0d8a696cebc [SimplifyCFG] add test for part of PR34471 (switch squashing); NFC
new eb90eda86f4 [ARM, AArch64] adjust tests trying to maintain their object [...]
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/CodeGen/AArch64/arm64-jumptable.ll | 2 +-
test/MC/ARM/data-in-code.ll | 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 clang.
from 61664b6263 [OpenMP] Implement omp_is_initial_device() as builtin
new 1b641bcb61 [OPENMP] Fix capturing of boolean variables in debug 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:
lib/CodeGen/CGStmtOpenMP.cpp | 9 +++++----
test/OpenMP/target_parallel_debug_codegen.cpp | 4 ++--
2 files 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 gcc.
from 8d47c1c56c9 [C++ PATCH 82560] missing dtor call
new 29603219fd9 * reg-stack.c (compare_for_stack_reg): Add bool argument. [...]
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 | 14 +++++
gcc/config/i386/i386.c | 139 +++++++++++++++---------------------------------
gcc/config/i386/i386.md | 9 ++--
gcc/reg-stack.c | 27 +++++++---
4 files changed, 81 insertions(+), 108 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 3810ea8ed Remove shared_pointer from NativeThreadProtocol
new 720a1f15a lldb-server tests: Add support for testing debugserver
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/tools/CMakeLists.txt | 2 +-
unittests/tools/lldb-server/CMakeLists.txt | 7 ++-
.../tools/lldb-server/tests/MessageObjects.cpp | 70 +++++++++++++++-------
unittests/tools/lldb-server/tests/MessageObjects.h | 5 +-
unittests/tools/lldb-server/tests/TestClient.cpp | 26 ++++++--
unittests/tools/lldb-server/tests/TestClient.h | 3 +
6 files changed, 83 insertions(+), 30 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 libcxx.
from d93991fed fix shadowing warnings in new tests
new 9fdd86763 fix shadowing warnings in new tests, try 2
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/support/emplace_constructible.h | 4 ++--
1 file 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 gcc.
from 9e9cc1a9a4a [PATCH, middle-end/82577] Fix DECL_ASSEMBLER_NAME ICE
new 8d47c1c56c9 [C++ PATCH 82560] missing dtor call
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/cp/ChangeLog | 4 ++++
gcc/cp/call.c | 11 +++++++----
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/cpp0x/pr82560.C | 28 ++++++++++++++++++++++++++++
4 files changed, 42 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr82560.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 llvm.
from e1c43432f0f Fix pthread_[gs]etname_np detection
new 1faba647f4d [SimplifyCFG] update test to use auto-generated FileCheck a [...]
new 0d8a696cebc [SimplifyCFG] add test for part of PR34471 (switch squashing); 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:
.../SimplifyCFG/ForwardSwitchConditionToPHI.ll | 64 +++++++++++++++++++---
1 file changed, 57 insertions(+), 7 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 2e94081cd Reverting r315966 - it caused a build failure on an ubuntu x [...]
new 3810ea8ed Remove shared_pointer from NativeThreadProtocol
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/lldb/Host/common/NativeProcessProtocol.h | 16 +--
include/lldb/Host/common/NativeThreadProtocol.h | 3 +-
include/lldb/lldb-private-forward.h | 2 -
source/Host/common/NativeProcessProtocol.cpp | 106 ++++++---------
.../Plugins/Process/Linux/NativeProcessLinux.cpp | 146 +++++++++------------
source/Plugins/Process/Linux/NativeProcessLinux.h | 4 +-
source/Plugins/Process/Linux/NativeThreadLinux.h | 2 -
.../Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 99 ++++++--------
.../Plugins/Process/NetBSD/NativeProcessNetBSD.h | 2 +-
.../GDBRemoteCommunicationServerLLGS.cpp | 128 +++++++++---------
.../gdb-remote/GDBRemoteCommunicationServerLLGS.h | 2 +-
11 files changed, 217 insertions(+), 293 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.