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 6879f5a99e Fix addrss violation when processing a corrupt SH COFF binary.
new 2c6b98ea6f [ARM] Rework Tag_CPU_arch build attribute value selection
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:
gas/ChangeLog | 19 +++
gas/config/tc-arm.c | 275 +++++++++++++++++++++++-------
gas/testsuite/gas/arm/attr-march-armv1.d | 1 -
gas/testsuite/gas/arm/attr-march-armv2.d | 1 -
gas/testsuite/gas/arm/attr-march-armv2a.d | 1 -
gas/testsuite/gas/arm/attr-march-armv2s.d | 1 -
gas/testsuite/gas/arm/attr-march-armv3.d | 1 -
gas/testsuite/gas/arm/attr-march-armv3m.d | 1 -
include/ChangeLog | 4 +
include/opcode/arm.h | 1 +
10 files changed, 236 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 gcc.
from 5a08f539203 [AArch64] Fix atomic_cmp_exchange_zero_reg_1.c with +lse
new 000d2de6b7a 2017-06-21 Andrew Pinski <apinski(a)cavium.com>
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 | 13 +++++++++
gcc/config/aarch64/aarch64-cores.def | 4 +--
gcc/config/aarch64/aarch64.c | 53 ++++++++++++++++++++++++++++++++----
3 files changed, 63 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 lld.
from 914cf446f Remove redundant namespace specifier.
new 6291d373c Implement the --exclude-libs option.
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/Driver.cpp | 44 ++++++++++++++++++++++++++++++++++++++++++
ELF/InputFiles.cpp | 3 ++-
ELF/InputFiles.h | 2 ++
ELF/Options.td | 4 ++++
ELF/SymbolTable.cpp | 11 ++++++-----
ELF/SymbolTable.h | 2 +-
test/ELF/Inputs/exclude-libs.s | 3 +++
test/ELF/exclude-libs.s | 30 ++++++++++++++++++++++++++++
8 files changed, 92 insertions(+), 7 deletions(-)
create mode 100644 test/ELF/Inputs/exclude-libs.s
create mode 100644 test/ELF/exclude-libs.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 9fef80d683 x86: CET v2.0: Update NOTRACK prefix
new c2f7640243 x86: CET v2.0: Rename savessp to saveprevssp
new 2234eee61c x86: CET v2.0: Update incssp and setssbsy
new 6879f5a99e Fix addrss violation when processing a corrupt SH COFF binary.
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:
bfd/ChangeLog | 5 +++++
bfd/coff-sh.c | 4 +++-
gas/ChangeLog | 18 ++++++++++++++++++
gas/testsuite/gas/i386/cet-intel.d | 12 ++++++------
gas/testsuite/gas/i386/cet.d | 12 ++++++------
gas/testsuite/gas/i386/cet.s | 12 ++++++------
gas/testsuite/gas/i386/x86-64-cet-intel.d | 16 ++++++++--------
gas/testsuite/gas/i386/x86-64-cet.d | 16 ++++++++--------
gas/testsuite/gas/i386/x86-64-cet.s | 16 ++++++++--------
opcodes/ChangeLog | 21 +++++++++++++++++++++
opcodes/i386-dis.c | 25 +++++++++++++------------
opcodes/i386-opc.tbl | 8 ++++----
opcodes/i386-tbl.h | 24 ++++++++++++------------
13 files changed, 118 insertions(+), 71 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 33fecaa011f * g++.dg/cpp0x/constexpr-cast.C: Adjust dg-error for ILP32.
new 5a08f539203 [AArch64] Fix atomic_cmp_exchange_zero_reg_1.c with +lse
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 | 8 ++++++++
gcc/config/aarch64/atomics.md | 8 ++++----
2 files changed, 12 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 llvm.
from 6c84300fb5e [AARCH64][LSE] Preliminary support for ARMv8.1 LSE Atomics.
new 833be198cd0 ClangFormat some changes from r305226
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/llvm-stress/llvm-stress.cpp | 6 ++++--
1 file changed, 4 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 7adc0a8174 Fix address violation parsing a corrupt Alpha VMS binary file.
new 9fef80d683 x86: CET v2.0: Update NOTRACK prefix
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:
gas/ChangeLog | 16 ++++++++
gas/config/tc-i386.c | 9 +----
gas/testsuite/gas/i386/notrack-intel.d | 16 ++++++++
gas/testsuite/gas/i386/notrack.d | 16 ++++++++
gas/testsuite/gas/i386/notrack.s | 22 +++++++++++
gas/testsuite/gas/i386/notrackbad.l | 54 +++++++++++----------------
gas/testsuite/gas/i386/notrackbad.s | 4 --
gas/testsuite/gas/i386/x86-64-notrack-intel.d | 32 ++++++++++++++++
gas/testsuite/gas/i386/x86-64-notrack.d | 32 ++++++++++++++++
gas/testsuite/gas/i386/x86-64-notrack.s | 43 +++++++++++++++++++++
gas/testsuite/gas/i386/x86-64-notrackbad.l | 54 +++++++++++----------------
gas/testsuite/gas/i386/x86-64-notrackbad.s | 4 --
opcodes/ChangeLog | 7 ++++
opcodes/i386-dis.c | 14 +++----
14 files changed, 234 insertions(+), 89 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 24058c71a93 [DAG] Remove Node csonstruction from BaseIndexOffset match. NFCI.
new 6c84300fb5e [AARCH64][LSE] Preliminary support for ARMv8.1 LSE Atomics.
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/AArch64/atomic-ops-lse.ll | 683 +++++++++++++++++++++++++++++++++
1 file changed, 683 insertions(+)
create mode 100644 test/CodeGen/AArch64/atomic-ops-lse.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 gcc-7-branch
in repository gcc.
from 80cd3a7cb7d PR libstdc++/81092 Regenerate configure for libtool_VERSION change
new 6eaa7293a00 * config/abi/post/alpha-linux-gnu/baseline_symbols.txt: Update.
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:
libstdc++-v3/ChangeLog | 4 ++++
.../abi/post/alpha-linux-gnu/baseline_symbols.txt | 22 ++++++++++++++++++++++
2 files changed, 26 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 llvm.
from a110a35ffd0 [X86][SSE] Dropped -mcpu from 256-bit vector shuffle tests
new 24058c71a93 [DAG] Remove Node csonstruction from BaseIndexOffset match. NFCI.
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 121 ++++++++++++++++++-------------
1 file changed, 69 insertions(+), 52 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.