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 ea3d7d1 PR20886, looping in ppc64_elf_size_stubs
new 502d895 Stop readelf from complaining about out of order PT_LOAD segments.
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:
binutils/ChangeLog | 6 ++++++
binutils/readelf.c | 4 ++++
2 files changed, 10 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 1853ff6 Remove a spurious reference to ProcessElfCore
new 3f2cda4 Use Timeout<> in the Listener class
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/Core/Listener.h | 36 +++--------
source/API/SBDebugger.cpp | 4 +-
source/API/SBListener.cpp | 26 ++++----
source/Core/Communication.cpp | 8 +--
source/Core/Debugger.cpp | 4 +-
source/Core/IOHandler.cpp | 2 +-
source/Core/Listener.cpp | 71 +++++++---------------
.../Process/gdb-remote/ProcessGDBRemote.cpp | 6 +-
source/Target/Process.cpp | 46 +++++++++-----
unittests/Core/BroadcasterTest.cpp | 11 ++--
unittests/Core/ListenerTest.cpp | 66 ++++++++++----------
.../Process/gdb-remote/GDBRemoteClientBaseTest.cpp | 5 +-
12 files changed, 125 insertions(+), 160 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 3fe2f44 Remove an x86-ism from RegisterInfoInterface
new 1853ff6 Remove a spurious reference to ProcessElfCore
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:
source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp | 7 +------
tools/lldb-server/CMakeLists.txt | 1 -
2 files changed, 1 insertion(+), 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 9ea07ad Add back some of the previous lldb-server dependencies
new 3fe2f44 Remove an x86-ism from RegisterInfoInterface
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:
source/Plugins/Process/Utility/RegisterContextLinux_i386.cpp | 4 ----
source/Plugins/Process/Utility/RegisterContextLinux_i386.h | 2 --
source/Plugins/Process/Utility/RegisterContextLinux_x86_64.cpp | 5 -----
source/Plugins/Process/Utility/RegisterContextLinux_x86_64.h | 2 --
source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp | 2 +-
source/Plugins/Process/Utility/RegisterInfoInterface.h | 2 --
6 files changed, 1 insertion(+), 16 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 fc89a6a Revert 'Test commit as per developer policy'
new bf60ce0 Apply clang-tidy's 'performance-faster-string-find' check to LLVM.
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/SpecialCaseList.cpp | 2 +-
tools/gold/gold-plugin.cpp | 2 +-
tools/llvm-cov/CodeCoverage.cpp | 2 +-
tools/llvm-rtdyld/llvm-rtdyld.cpp | 2 +-
utils/TableGen/CodeGenInstruction.cpp | 2 +-
5 files changed, 5 insertions(+), 5 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 9dc70d5 Introduce -fdump-ipa-clones dump output
new 0836a6d 2016-11-30 Janus Weil <janus(a)gcc.gnu.org>
new 232f2ad Implement LWG 2534, Constrain rvalue stream operators. * incl [...]
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/fortran/ChangeLog | 6 ++
gcc/fortran/interface.c | 14 ++--
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gfortran.dg/dtio_18.f90 | 15 ++++
libstdc++-v3/ChangeLog | 19 +++++
libstdc++-v3/include/std/istream | 33 +++++++-
libstdc++-v3/include/std/ostream | 33 +++++++-
.../27_io/basic_istream/extractors_other/char/4.cc | 96 ++++++++++++++++++++++
.../basic_istream/extractors_other/wchar_t/4.cc | 96 ++++++++++++++++++++++
.../27_io/basic_ostream/inserters_other/char/6.cc | 96 ++++++++++++++++++++++
.../basic_ostream/inserters_other/wchar_t/6.cc | 96 ++++++++++++++++++++++
11 files changed, 496 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dtio_18.f90
create mode 100644 libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/4.cc
create mode 100644 libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wch [...]
create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/6.cc
create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wcha [...]
--
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 48f4ddc [libstdc++, testsuite] Add dg-require-thread-fence
new a9c2b86 Add missing file
new 9b51ac5 Support nested functions (PR sanitizer/78541).
new 9dc70d5 Introduce -fdump-ipa-clones dump output
The 3 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 | 21 +++++++++++
gcc/asan.c | 6 +++
gcc/cgraph.c | 9 +++++
gcc/cgraph.h | 20 ++++++++--
gcc/cgraphclones.c | 44 +++++++++++++++++++---
gcc/dumpfile.c | 2 +
gcc/dumpfile.h | 1 +
gcc/ipa-inline-transform.c | 3 ++
gcc/testsuite/ChangeLog | 6 +++
gcc/testsuite/gcc.dg/asan/pr78541-2.c | 10 +++++
.../asan/pr78541.c} | 20 +++++++---
gcc/testsuite/gcc.dg/pr78582.c | 18 +++++++++
12 files changed, 144 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/asan/pr78541-2.c
copy gcc/testsuite/{g++.dg/asan/use-after-scope-types-2.C => gcc.dg/asan/pr78541.c} (51%)
create mode 100644 gcc/testsuite/gcc.dg/pr78582.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 compiler-rt.
from 870226f [asan] Allow re-exec in instrumented unit tests on Darwin (fi [...]
new ab8eb68 [asan] Avoid redundant poisoning checks in __sanitizer_contig [...]
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/asan/asan_poisoning.cc | 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 2ef2d5c simplify-rtx: Add missing line for previous commit (PR78583)
new 48f4ddc [libstdc++, testsuite] Add dg-require-thread-fence
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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/testsuite/experimental/type_erased_allocator/2.cc | 1 +
2 files changed, 6 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 gcc.
from 1d5208f combine: Don't mess with subregs of floating point (PR78590)
new 2ef2d5c simplify-rtx: Add missing line for previous commit (PR78583)
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 | 6 ++++++
gcc/simplify-rtx.c | 1 +
2 files changed, 7 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.