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 333d0055f6 Fix problems with -r.
new 62d7ae9234 Avoid expensive complaint calls when complaints are disabled
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/complaints.c | 4 ++--
gdb/complaints.h | 23 +++++++++++++++++++----
gdb/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.gdb/complaints.exp | 27 +++++++++++++++++----------
4 files changed, 44 insertions(+), 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 lld.
from 3eb44882e Handle "-" in tryCreateFile.
new 97bd3e018 [MIPS] Setup less-significant bit in the .got and .got.plt en [...]
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/Arch/Mips.cpp | 9 ++++++---
ELF/SyntheticSections.cpp | 2 ++
test/ELF/mips-micro-plt.s | 45 +++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 53 insertions(+), 3 deletions(-)
create mode 100644 test/ELF/mips-micro-plt.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 08228b1155 Apply:
new 333d0055f6 Fix problems with -r.
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 | 12 +++++
gold/object.cc | 27 +++-------
gold/object.h | 4 +-
gold/testsuite/Makefile.am | 6 +++
gold/testsuite/Makefile.in | 106 ++++++++++++++++++++++++----------------
gold/testsuite/pr22266_a.c | 5 ++
gold/testsuite/pr22266_main.c | 9 ++++
gold/testsuite/pr22266_script.t | 23 +++++++++
8 files changed, 128 insertions(+), 64 deletions(-)
create mode 100644 gold/testsuite/pr22266_a.c
create mode 100644 gold/testsuite/pr22266_main.c
create mode 100644 gold/testsuite/pr22266_script.t
--
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 678177b27 Fixed link to bugzilla in the sidebar
new 3eb44882e Handle "-" in tryCreateFile.
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/Filesystem.cpp | 2 ++
test/ELF/driver-access.test | 2 +-
2 files changed, 3 insertions(+), 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 5e8f7c2aef9 RISC-V: Fix build error
new e9cc5c615bf 2017-11-08 Steven G. Kargl <kargl(a)kgcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/simplify.c | 5 ++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/transfer_simplify_11.f90 | 8 ++++++++
4 files changed, 21 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/transfer_simplify_11.f90
--
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 20c675a70a8 [X86] X86MaskedGatherSDNode shouldn't inherit from MaskedGa [...]
new 84a0f53bf0d [FileOutputBuffer] Move factory methods out of their classes.
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/FileOutputBuffer.cpp | 31 ++++++++++++++-----------------
1 file changed, 14 insertions(+), 17 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 43930933f Correct atexit(3) support in TSan/NetBSD
new 1a158e7ba [Sanitizers, CMake] Also use version script for libclang_rt.a [...]
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/CMakeLists.txt | 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 clang.
from 98cd7df806 [ObjC] Boxed strings should use the nullability from stringW [...]
new b3bb0e871c [ObjC] Fix function signature handling for blocks literals w [...]
new 2050079cf4 Remove redundant copy-pasted comment in test file from r317736
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:
lib/Sema/SemaExpr.cpp | 4 ++--
test/SemaObjC/block-literal-with-attribute.m | 14 ++++++++++++++
2 files changed, 16 insertions(+), 2 deletions(-)
create mode 100644 test/SemaObjC/block-literal-with-attribute.m
--
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 56a3f4a9d Added include for <cassert>
new eada02443 [libcxx] Mark test cxa_deleted_virtual.pass.cpp as failing fo [...]
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/libcxx/language.support/cxa_deleted_virtual.pass.cpp | 9 +++++++++
1 file 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 compiler-rt.
from 15532ad8e [ThinLTO] New test needs to require LTO
new 43930933f Correct atexit(3) support in TSan/NetBSD
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/tsan/rtl/tsan_interceptors.cc | 57 ++++++++++++++++++++++++++++++---------
test/tsan/atexit3.cc | 41 ++++++++++++++++++++++++++++
2 files changed, 86 insertions(+), 12 deletions(-)
create mode 100644 test/tsan/atexit3.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.