This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ad2e39fd2ef [lit] Prefer opening files with open (Python 2) rather than [...]
new bab9d7badc3 [x86] Tidy up test case, generate check lines with script. 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:
test/CodeGen/X86/cmpxchg-clobber-flags.ll | 553 ++++++++++++++++++++++--------
1 file changed, 412 insertions(+), 141 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 d430d0e35 Inline two trivial functions that are called only once. NFC.
new ad819dfd9 Merge LazyArchive::fetch() and ArchiveFile::getMember(). 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/InputFiles.cpp | 25 ++++++++++++-------------
ELF/InputFiles.h | 10 +++++-----
ELF/SymbolTable.cpp | 5 ++---
ELF/Symbols.cpp | 19 ++++---------------
4 files changed, 23 insertions(+), 36 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 8849a5e9ed Automatic date update in version.in
new bce5a025d2 Fix problem where mixed section types can cause internal err [...]
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 | 52 +++++++++++++++++++++++++++
gold/aarch64.cc | 4 +++
gold/arm.cc | 2 ++
gold/i386.cc | 3 ++
gold/incremental.cc | 7 ++--
gold/layout.cc | 48 ++++++++++++-------------
gold/layout.h | 3 +-
gold/mips.cc | 2 ++
gold/object.cc | 76 ++++++++++++++++++++++-----------------
gold/object.h | 12 ++++---
gold/output.cc | 3 +-
gold/output.h | 12 +++++++
gold/powerpc.cc | 4 +++
gold/s390.cc | 2 ++
gold/sparc.cc | 2 ++
gold/target.h | 8 +++++
gold/testsuite/Makefile.am | 26 ++++++++++++++
gold/testsuite/Makefile.in | 33 +++++++++++++++--
gold/testsuite/pr23016_1.sh | 87 +++++++++++++++++++++++++++++++++++++++++++++
gold/testsuite/pr23016_1a.s | 3 ++
gold/testsuite/pr23016_1b.s | 3 ++
gold/testsuite/pr23016_2.sh | 57 +++++++++++++++++++++++++++++
gold/testsuite/pr23016_2a.s | 3 ++
gold/testsuite/pr23016_2b.s | 3 ++
gold/testsuite/testfile.cc | 1 +
gold/tilegx.cc | 4 +++
gold/x86_64.cc | 4 +++
27 files changed, 395 insertions(+), 69 deletions(-)
create mode 100755 gold/testsuite/pr23016_1.sh
create mode 100644 gold/testsuite/pr23016_1a.s
create mode 100644 gold/testsuite/pr23016_1b.s
create mode 100755 gold/testsuite/pr23016_2.sh
create mode 100644 gold/testsuite/pr23016_2a.s
create mode 100644 gold/testsuite/pr23016_2b.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 libcxx.
from e96d6a1fb Implement P0430R2 - File system library on non-POSIX systems.
new efbbeb195 Fix fs::proximate tests on platforms where /net exists.
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:
.../filesystem/fs.op.funcs/fs.op.proximate/proximate.pass.cpp | 8 ++++----
1 file changed, 4 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 glibc.
from 82dbf555a4 hurd: Avoid more libc.so local PLTs
new fe9748cca3 hurd: Avoid local PLT in libpthread
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:
ChangeLog | 6 ++++--
htl/pt-exit.c | 3 ++-
2 files changed, 6 insertions(+), 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 glibc.
from a758c29399 hurd: Avoid more libc.so PLTs
new 62108dbf61 hurd: Fix typo
new 82dbf555a4 hurd: Avoid more libc.so local PLTs
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:
ChangeLog | 12 ++++++++++++
htl/pt-cleanup.c | 2 +-
hurd/catch-signal.c | 4 ++--
hurd/hurdfault.c | 2 +-
include/setjmp.h | 3 +++
libio/iolibio.h | 1 +
libio/ioputs.c | 1 +
setjmp/longjmp.c | 2 ++
sysdeps/mach/hurd/sigwait.c | 2 +-
9 files changed, 24 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 llvm.
from 2784c35c0ff [SLP] Distinguish "demanded and shrinkable" from "demanded [...]
new ad2e39fd2ef [lit] Prefer opening files with open (Python 2) rather than [...]
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:
utils/lit/lit/TestRunner.py | 16 +++++++++-------
1 file changed, 9 insertions(+), 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 clang.
from 9e2687706e [Driver] Wire up the -f[no-]rtlib-add-rpath flag and tests
new cd95e58bfc [AST] Fix some Clang-tidy modernize-use-auto warnings; other [...]
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/clang/AST/DeclCXX.h | 9 +-
include/clang/AST/DeclFriend.h | 8 +-
include/clang/AST/ExternalASTSource.h | 7 +-
include/clang/AST/Redeclarable.h | 4 +-
include/clang/AST/Stmt.h | 31 +-
include/clang/AST/TypeLoc.h | 6 +-
lib/AST/ASTContext.cpp | 595 +++++++++++++++++-----------------
lib/AST/DeclCXX.cpp | 111 +++----
lib/AST/DeclFriend.cpp | 6 +-
lib/AST/Stmt.cpp | 66 ++--
10 files changed, 412 insertions(+), 431 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 c0c85fbb240 gcc/ChangeLog:
new 6909cecda5a Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from 7f4b48cd26c gcc/ Backport from mainline 2018-03-28 Peter Bergner <b [...]
new 4b1d3ed8754 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.