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 1a6204c9a7 Automatic date update in version.in
new 3f6ff4799b Lose _r2off in powerpc64 stub names
new 05d0e962f0 R_PPC64_REL24_NOTOC support
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:
bfd/ChangeLog | 26 ++
bfd/bfd-in2.h | 1 +
bfd/elf64-ppc.c | 694 +++++++++++++++++++++++++++++-------
bfd/libbfd.h | 1 +
bfd/reloc.c | 2 +
gas/ChangeLog | 5 +
gas/config/tc-ppc.c | 3 +
ld/ChangeLog | 14 +
ld/testsuite/ld-powerpc/elfv2exe.d | 4 +-
ld/testsuite/ld-powerpc/ext.d | 17 +
ld/testsuite/ld-powerpc/ext.lnk | 6 +
ld/testsuite/ld-powerpc/ext.s | 9 +
ld/testsuite/ld-powerpc/notoc.d | 102 ++++++
ld/testsuite/ld-powerpc/notoc.s | 56 +++
ld/testsuite/ld-powerpc/powerpc.exp | 2 +
ld/testsuite/ld-powerpc/tocopt6.d | 8 +-
16 files changed, 825 insertions(+), 125 deletions(-)
create mode 100644 ld/testsuite/ld-powerpc/ext.d
create mode 100644 ld/testsuite/ld-powerpc/ext.lnk
create mode 100644 ld/testsuite/ld-powerpc/ext.s
create mode 100644 ld/testsuite/ld-powerpc/notoc.d
create mode 100644 ld/testsuite/ld-powerpc/notoc.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 llvm.
from f7da01387d0 [InstCombine] [NFC] Tests for strcmp to memcmp transformation
new f6904f8484b [X86] Remove stale comments from a test. 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/atomic_mi.ll | 18 ------------------
1 file changed, 18 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 b2e68027e06 [ADT] Add an early-increment iterator-like type and range adaptor.
new f7da01387d0 [InstCombine] [NFC] Tests for strcmp to memcmp transformation
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/Transforms/InstCombine/strcmp-memcmp.ll | 545 +++++++++++++++++++++++++++
1 file changed, 545 insertions(+)
create mode 100644 test/Transforms/InstCombine/strcmp-memcmp.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 b2fdd93270 [clang-fuzzer] Remove unused typedef.
new 511ebf497e Use Optional instead of unique_ptr; 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:
lib/Sema/AnalysisBasedWarnings.cpp | 6 +++---
1 file changed, 3 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 gcc.
from d3abe5e0081 PR tree-optimization/86571 - AIX NaNQ and NaNS output forma [...]
new ba050019446 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-8-branch
in repository gcc.
from d9205636ae7 PR testsuite/86153 * g++.dg/pr83239.C (dg-options): Add - [...]
new 1063c8ae00d 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-6-branch
in repository gcc.
from 37669eaa2bf Daily bump.
new 4c8b8c1cb7e 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 0c852e5bcc8 Daily bump.
new 4a138a8e627 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 master
in repository binutils-gdb.
from 3fbbcf473a [gdb/testsuite] Fix regexp in py-rbreak.exp
new 1a6204c9a7 Automatic date update in version.in
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/version.h | 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 gdb-8.2-branch
in repository binutils-gdb.
from 141e0c6722 Automatic date update in version.in
new 2bcc62beff Automatic date update in version.in
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/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.