This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 88ce498 Linkerscript: don't crash when GC .debug_line
new c834add [ELF] - Format. NFC.
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/LinkerScript.cpp | 4 +---
1 file changed, 1 insertion(+), 3 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 01977fb 2016-09-26 Andre Vieira <andre.simoesdiasvieira(a)arm.com>
new 9c7de46 Fix handling of -fsanitize-recover* options.
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 | 15 ++++
gcc/common.opt | 2 +-
gcc/doc/invoke.texi | 14 ++--
gcc/flag-types.h | 32 ++++----
gcc/opts.c | 91 +++++++++++++---------
gcc/opts.h | 1 +
gcc/testsuite/ChangeLog | 12 +++
.../c-c++-common/ubsan/sanitize-recover-1.c | 6 ++
.../c-c++-common/ubsan/sanitize-recover-2.c | 6 ++
.../c-c++-common/ubsan/sanitize-recover-3.c | 4 +
.../c-c++-common/ubsan/sanitize-recover-4.c | 4 +
.../c-c++-common/ubsan/sanitize-recover-5.c | 6 ++
.../c-c++-common/ubsan/sanitize-recover-6.c | 4 +
.../c-c++-common/ubsan/sanitize-recover-7.c | 6 ++
.../c-c++-common/ubsan/sanitize-recover-8.c | 6 ++
.../c-c++-common/ubsan/sanitize-recover-9.c | 6 ++
16 files changed, 155 insertions(+), 60 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/ubsan/sanitize-recover-1.c
create mode 100644 gcc/testsuite/c-c++-common/ubsan/sanitize-recover-2.c
create mode 100644 gcc/testsuite/c-c++-common/ubsan/sanitize-recover-3.c
create mode 100644 gcc/testsuite/c-c++-common/ubsan/sanitize-recover-4.c
create mode 100644 gcc/testsuite/c-c++-common/ubsan/sanitize-recover-5.c
create mode 100644 gcc/testsuite/c-c++-common/ubsan/sanitize-recover-6.c
create mode 100644 gcc/testsuite/c-c++-common/ubsan/sanitize-recover-7.c
create mode 100644 gcc/testsuite/c-c++-common/ubsan/sanitize-recover-8.c
create mode 100644 gcc/testsuite/c-c++-common/ubsan/sanitize-recover-9.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 gcc.
from 2ee4111 Remove redefinition of __cpp_lib_array_constexpr
new 3d250547 * init.c (expand_default_init): Fix } indentation. * method [...]
new 01977fb 2016-09-26 Andre Vieira <andre.simoesdiasvieira(a)arm.com>
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/ChangeLog | 6 ++++++
gcc/cp/ChangeLog | 7 +++++++
gcc/cp/init.c | 2 +-
gcc/cp/method.c | 18 +++++-------------
gcc/doc/tm.texi | 8 ++++----
gcc/target.def | 8 ++++----
6 files changed, 27 insertions(+), 22 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 b821847 PR libstdc++/77717 * testsuite/21_strings/basic_string_view [...]
new c695dcd Add assertions to extract(const_iterator) functions
new 2ee4111 Remove redefinition of __cpp_lib_array_constexpr
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 | 17 +++++++++++++++++
libstdc++-v3/include/bits/range_access.h | 4 ----
libstdc++-v3/include/bits/stl_map.h | 5 ++++-
libstdc++-v3/include/bits/stl_multimap.h | 5 ++++-
libstdc++-v3/include/bits/stl_multiset.h | 5 ++++-
libstdc++-v3/include/bits/stl_set.h | 5 ++++-
libstdc++-v3/include/bits/unordered_map.h | 10 ++++++++--
libstdc++-v3/include/bits/unordered_set.h | 10 ++++++++--
8 files changed, 49 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 llvm.
from ba54dc2 [ARM] Promote small global constants to constant pools
new 6c6dbe6 [AMDGPU] Disassembler: print label names in branch instructions
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:
.../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 58 ++++++++
.../AMDGPU/Disassembler/AMDGPUDisassembler.h | 163 ++++++++++++---------
lib/Target/AMDGPU/SIInstrInfo.td | 1 +
test/MC/AMDGPU/labels-branch.s | 6 +-
tools/llvm-objdump/llvm-objdump.cpp | 12 ++
5 files changed, 171 insertions(+), 69 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 cd24318 Linkerscript: do not GC non-allocated sections
new 88ce498 Linkerscript: don't crash when GC .debug_line
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/MarkLive.cpp | 13 +++++--------
test/ELF/linkerscript/Inputs/comdat-gc.s | 5 +++++
test/ELF/linkerscript/comdat-gc.s | 14 ++++++++++++++
3 files changed, 24 insertions(+), 8 deletions(-)
create mode 100644 test/ELF/linkerscript/Inputs/comdat-gc.s
create mode 100644 test/ELF/linkerscript/comdat-gc.s
--
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 edeeb60 Call debug_exit in linux_wait_1
new 7358f4c Fix nm potential buffer overflow
new 2422813 [GOLD] warning fixes
new 153679d [GOLD] regen testsuite/Makefile.in
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:
binutils/ChangeLog | 6 ++++++
binutils/nm.c | 36 ++++++++++++++++++++++--------------
gold/ChangeLog | 7 +++++++
gold/aarch64.cc | 2 +-
gold/output.cc | 2 +-
gold/testsuite/Makefile.in | 10 +++++-----
6 files changed, 42 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.