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 e07838d51 [asan] Try to fix windows test by fflush(stderr)
new eb117e449 [asan] Fix nested error detection
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_report.cc | 87 +++++++++---------------
test/asan/TestCases/Posix/concurrent_overflow.cc | 33 +++++++++
2 files changed, 67 insertions(+), 53 deletions(-)
create mode 100644 test/asan/TestCases/Posix/concurrent_overflow.cc
--
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 b01b302b3bc [MSan] Disable sanitization for __sanitizer_dtor_callback.
new bf41ef78ca1 [llvm-readobj] Fix 'Teach readobj to dump .res files', pt 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:
tools/llvm-readobj/WindowsResourceDumper.cpp | 7 +++++--
1 file changed, 5 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 lld.
from a57ad003b Consider ForceAbsolute again in moveAbsRight.
new aab20cd23 Include thin --whole-archive members in --reproduce.
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:
ELF/Driver.cpp | 3 +++
test/ELF/reproduce-thin-archive.s | 6 ++++++
2 files changed, 9 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 aaf01f33c09 Remove references to response file argument in CommandLine.rst
new b01b302b3bc [MSan] Disable sanitization for __sanitizer_dtor_callback.
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/Instrumentation/MemorySanitizer.cpp | 1 +
test/Instrumentation/MemorySanitizer/call-nosanitize.ll | 16 ++++++++++++++++
2 files changed, 17 insertions(+)
create mode 100644 test/Instrumentation/MemorySanitizer/call-nosanitize.ll
--
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 734df4f9a7 [MS Compat]Allow __interfaces to have properties.
new a82c23ee67 [MSan] Disable sanitization for __sanitizer_dtor_callback.
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/CGClass.cpp | 1 +
test/CodeGenCXX/sanitize-dtor-callback.cpp | 3 +++
2 files changed, 4 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 1cbefe8aa1f [SimplifyCFG] don't create a no-op subtract
new aaf01f33c09 Remove references to response file argument in CommandLine.rst
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/CommandLine.rst | 12 ++++--------
1 file changed, 4 insertions(+), 8 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 binutils-gdb.
from 223ffa714c Remove make_cleanup_restore_target_terminal
new ca464aac1b Check for export dynamic symbol options when doing symbol re [...]
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:
gold/ChangeLog | 9 ++++
gold/Makefile.in | 4 +-
gold/plugin.cc | 4 +-
gold/testsuite/Makefile.am | 12 +++++
gold/testsuite/Makefile.in | 63 +++++++++++++++++-----
...ynamic_list_test.t => export_dynamic_plugin.cc} | 16 +++---
...{plugin_test_start_lib.sh => plugin_test_12.sh} | 25 ++++-----
7 files changed, 98 insertions(+), 35 deletions(-)
copy gold/testsuite/{gc_dynamic_list_test.t => export_dynamic_plugin.cc} (76%)
copy gold/testsuite/{plugin_test_start_lib.sh => plugin_test_12.sh} (56%)
--
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 3557709fd2b Fix testsuite fallout from r252976.
new 78335d50e8d Fix C++ testsuite fallout from r252976.
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/testsuite/ChangeLog | 7 ++++++-
gcc/testsuite/g++.dg/ext/attr-ifunc-2.C | 2 +-
gcc/testsuite/g++.dg/ext/attr-ifunc-4.C | 2 +-
gcc/testsuite/lib/target-supports.exp | 5 ++++-
4 files changed, 12 insertions(+), 4 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 04fcc66bc14 Commit local changes that missed llvm.dbg.addr
new 1cbefe8aa1f [SimplifyCFG] don't create a no-op subtract
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/Utils/SimplifyCFG.cpp | 8 ++++--
.../SimplifyCFG/X86/switch_to_lookup_table.ll | 31 +++++++++-------------
test/Transforms/SimplifyCFG/rangereduce.ll | 5 ++--
3 files changed, 21 insertions(+), 23 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 gcc-7-branch
in repository gcc.
from 95fbb117da1 PR libstdc++/79162 Fix std::string regression due to LWG 2946
new 169b21f3487 PR libstdc++/79162 Fix std::string regression due to LWG 29 [...]
new bb66276b134 Fix libstdc++ testsuite failures with -D_GLIBCXX_USE_CXX11_ABI=0
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:
libstdc++-v3/ChangeLog | 28 +++++++++++++++++++
libstdc++-v3/include/bits/basic_string.h | 1 +
.../testsuite/27_io/basic_ios/copyfmt/char/1.cc | 26 ++++++++++--------
.../testsuite/27_io/basic_ios/exceptions/char/1.cc | 18 +++++++-----
.../char/exceptions_failbit.cc | 18 +++++++-----
.../wchar_t/exceptions_failbit.cc | 18 +++++++-----
.../extractors_other/char/exceptions_null.cc | 12 +++++---
.../extractors_other/wchar_t/exceptions_null.cc | 12 +++++---
.../27_io/basic_istream/sentry/char/12297.cc | 17 +++++++-----
.../27_io/basic_istream/sentry/wchar_t/12297.cc | 16 +++++++----
.../inserters_other/char/exceptions_null.cc | 14 ++++++----
.../inserters_other/wchar_t/exceptions_null.cc | 14 ++++++----
libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc | 32 ++++++++++++----------
13 files changed, 149 insertions(+), 77 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.