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 57470fcc2 [asan] Fix dead stripping of globals on Linux (compiler-rt).
new 33780624a [ubsan] Make the cast overflow message less redundant
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/ubsan/ubsan_handlers.cc | 2 +-
test/ubsan/TestCases/Float/cast-overflow.cpp | 20 ++++++++++----------
test/ubsan/TestCases/Misc/log-path_test.cc | 2 +-
3 files changed, 12 insertions(+), 12 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 de9a3c4285 x86: Create dynamic sections in create_dynamic_sections
new 72bc1d2466 Add missing incref when creating Inferior Python 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:
gdb/ChangeLog | 5 +++++
gdb/python/py-inferior.c | 7 +++++--
2 files changed, 10 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 binutils-gdb.
from da3d25afa2 Remove has_bnd_reloc from elf_x86_64_link_hash_entry
new de9a3c4285 x86: Create dynamic sections in create_dynamic_sections
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:
bfd/ChangeLog | 10 ++
bfd/elf32-i386.c | 131 +++++++++++------------
bfd/elf64-x86-64.c | 219 +++++++++++++++++---------------------
ld/ChangeLog | 6 ++
ld/testsuite/ld-x86-64/pr21038a.d | 6 +-
ld/testsuite/ld-x86-64/pr21038c.d | 4 +-
6 files changed, 185 insertions(+), 191 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 b0c82b846cb [X86][SSE] Add tests for broadcast from larger vector loads
new cd2999ea454 [asan] Put ctor/dtor in comdat.
new 226bbc39376 [asan] Fix dead stripping of globals on Linux.
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/llvm/Transforms/Utils/ModuleUtils.h | 11 ++
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 35 +----
.../Instrumentation/AddressSanitizer.cpp | 167 +++++++++++++++++++--
lib/Transforms/Utils/ModuleUtils.cpp | 32 ++++
.../AddressSanitizer/global_metadata.ll | 16 +-
.../AddressSanitizer/global_metadata_darwin.ll | 8 +-
.../AddressSanitizer/global_metadata_windows.ll | 2 +-
.../AddressSanitizer/instrument_global.ll | 8 +-
.../Instrumentation/AddressSanitizer/no-globals.ll | 12 ++
9 files changed, 229 insertions(+), 62 deletions(-)
create mode 100644 test/Instrumentation/AddressSanitizer/no-globals.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 compiler-rt.
from e3b4fb5e6 [scudo] Move thread local variables into their own files
new 57470fcc2 [asan] Fix dead stripping of globals on Linux (compiler-rt).
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_globals.cc | 20 ++++++++++++++++++++
lib/asan/asan_interface.inc | 2 ++
lib/asan/asan_interface_internal.h | 5 +++++
test/asan/CMakeLists.txt | 2 +-
test/asan/TestCases/Linux/global-overflow-bfd.cc | 18 ++++++++++++++++++
test/asan/TestCases/Linux/global-overflow-lld.cc | 19 +++++++++++++++++++
test/asan/TestCases/Linux/globals-gc-sections-lld.cc | 15 +++++++++++++++
test/asan/TestCases/Linux/globals-gc-sections.cc | 13 -------------
8 files changed, 80 insertions(+), 14 deletions(-)
create mode 100644 test/asan/TestCases/Linux/global-overflow-bfd.cc
create mode 100644 test/asan/TestCases/Linux/global-overflow-lld.cc
create mode 100644 test/asan/TestCases/Linux/globals-gc-sections-lld.cc
delete mode 100644 test/asan/TestCases/Linux/globals-gc-sections.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 224acd24530 [llvm-readobj] Dump COFF Resources section.
new b0c82b846cb [X86][SSE] Add tests for broadcast from larger vector loads
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/X86/widened-broadcast.ll | 69 +++++++++++++++++++++++++++++++++++
1 file changed, 69 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 clang.
from 1fda799384 Added an Importer test for in-class member initializers.
new dff815aaab libclang: remove unused variable.
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/libclang/CXCursor.cpp | 3 +--
1 file changed, 1 insertion(+), 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 compiler-rt.
from 77bdfc0ad TSan: update line number after XFAIL on iOS.
new e3b4fb5e6 [scudo] Move thread local variables into their own files
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/scudo/CMakeLists.txt | 1 +
lib/scudo/scudo_allocator.cpp | 217 ++++++++++++++++++------------------------
lib/scudo/scudo_allocator.h | 55 +++++++----
lib/scudo/scudo_tls.h | 40 ++++++++
lib/scudo/scudo_tls_linux.cpp | 62 ++++++++++++
lib/scudo/scudo_tls_linux.h | 48 ++++++++++
lib/scudo/scudo_utils.cpp | 4 +-
lib/scudo/scudo_utils.h | 2 +-
8 files changed, 286 insertions(+), 143 deletions(-)
create mode 100644 lib/scudo/scudo_tls.h
create mode 100644 lib/scudo/scudo_tls_linux.cpp
create mode 100644 lib/scudo/scudo_tls_linux.h
--
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 a08577bce24 [AArch64] Fix for gcc-7 regression PR 80530
new bfbef160ba2 PR bootstrap/80531 * configure.tgt (*-*-aix*): Add -frand [...]
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:
libgomp/ChangeLog | 6 ++++++
libgomp/configure.tgt | 2 ++
2 files changed, 8 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.