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 76800cba59 Handle EITR records in VMS Alpha binaries with overlarge com [...]
new 63323b5b23 Fix address violation when disassembling a corrupt RL78 binary.
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:
opcodes/ChangeLog | 9 +
opcodes/rl78-decode.c | 820 ++++++++++++++++++++++++------------------------
opcodes/rl78-decode.opc | 6 +-
3 files changed, 424 insertions(+), 411 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 lldb.
from 518c16c32 Change how LocateDSYMInVincinityOfExecutable strips off path [...]
new c91ba1ccc [swig] Improve the native module import logic
new 628ec74d4 Add llvm::Error assignment operator to Status class
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:
include/lldb/Utility/Status.h | 3 ++-
scripts/lldb.swig | 8 +++++++-
source/Utility/Status.cpp | 15 ++++++++++-----
unittests/Utility/StatusTest.cpp | 3 +++
4 files changed, 22 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 users/hjl/pr21562
in repository binutils-gdb.
discards c206f26cb2 ELF: Hide .startof.SECNAME and .sizeof.SECNAME
discards 89a3b8b7f2 ppc: Don't discard relocs on undefined symbols
adds 6394c60699 Don't use print_insn_XXX in GDB
adds ae87f7e73e Fix address violation when disassembling a corrupt binary.
adds f461bbd847 Fix address violation bug when disassembling a corrupt SH binary.
adds e64519d1ed Fix seg-fault when trying to disassemble a corrupt score binary.
adds b46c4cf090 Maxim Grigoriev stepping down as Xtensa maintainer
adds f7e16c2a9c xtensa: don't expect XCHAL_* macros to be constant
adds 6e89f89989 Automatic date update in version.in
adds 45159d6ad3 PR gdb/21574: Mention $SHELL and startup-with-shell on "help run"
adds 37de058ab2 [GOLD] Don't install branch-to-stub for TLS relaxed ERRATUM [...]
adds 08c7881b81 Prevent invalid array accesses when disassembling a corrupt [...]
new 1fcda1fa00 ELF: Hide .startof.SECNAME and .sizeof.SECNAME
new de2b347055 ppc: Don't discard relocs on __start_SECNAME/__stop_SECNAME
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c206f26cb2)
\
N -- N -- N refs/heads/users/hjl/pr21562 (de2b347055)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 15 +++++++++++
bfd/elf32-ppc.c | 12 ++++++---
bfd/elf32-sh.c | 2 +-
bfd/elf32-xtensa.c | 60 ++++++++++++++++++++++++++------------------
bfd/version.h | 2 +-
binutils/objdump.c | 27 +++++++++++---------
gas/ChangeLog | 11 ++++++++
gas/config/tc-xtensa.c | 32 +++++++++++++++--------
gas/config/tc-xtensa.h | 9 ++++++-
gdb/ChangeLog | 27 ++++++++++++++++++++
gdb/MAINTAINERS | 2 +-
gdb/aarch64-tdep.c | 2 +-
gdb/arm-tdep.c | 5 +---
gdb/i386-tdep.c | 2 +-
gdb/ia64-tdep.c | 2 +-
gdb/infcmd.c | 11 +++++---
gdb/mips-tdep.c | 6 +----
gdb/spu-tdep.c | 2 +-
gold/ChangeLog | 6 +++++
gold/aarch64.cc | 31 +++++++++++++++++++++--
include/ChangeLog | 8 ++++++
include/dis-asm.h | 8 ------
ld/ChangeLog | 5 ++++
ld/testsuite/ld-nds32/diff.d | 6 ++---
opcodes/ChangeLog | 26 +++++++++++++++++++
opcodes/aarch64-dis.c | 2 +-
opcodes/arm-dis.c | 2 +-
opcodes/bfin-dis.c | 8 +++---
opcodes/disassemble.h | 8 ++++++
opcodes/ia64-dis.c | 2 +-
opcodes/mips-dis.c | 2 +-
opcodes/score7-dis.c | 3 ++-
opcodes/spu-dis.c | 2 +-
33 files changed, 252 insertions(+), 96 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 fc4d918af2 Revert "Define _GNU_SOURCE for rtems c++"
new 23e042ffe0 Revert "Load lazily the template specialization in multi-mod [...]
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/Serialization/ASTReaderDecl.cpp | 85 +++++++++++++++++--------------------
1 file changed, 38 insertions(+), 47 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 08c7881b81 Prevent invalid array accesses when disassembling a corrupt [...]
new 76800cba59 Handle EITR records in VMS Alpha binaries with overlarge 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:
bfd/ChangeLog | 5 +++++
bfd/vms-alpha.c | 16 ++++++++--------
2 files changed, 13 insertions(+), 8 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.
tcwg-buildslave pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 491ad610cd6 Merge branches/gcc-6-branch rev 249140.
adds 56741e56710 Make Linaro GCC Snapshot 6.3-2017.06.
new 664fbdc666f gcc/ * LINARO-VERSION: Bump version number, post snapshot.
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/LINARO-VERSION | 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.
tcwg-buildslave pushed a change to branch linaro-local/snapshots/linaro-6.3-2017.06
in repository toolchain/gcc.
at 1e7cca926b9 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
This branch includes the following new commits:
new 1e7cca926b9 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
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.
--
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.
tcwg-buildslave pushed a change to annotated tag linaro-snapshot-6.3-2017.06
in repository toolchain/gcc.
at 60179d74ea9 (tag)
tagging 56741e56710d8805db22a9da0f897404b5c936d5 (commit)
replaces linaro-snapshot-6.3-2017.05
tagged by TCWG Automation
on Thu Jun 15 12:02:26 2017 +0100
- Log -----------------------------------------------------------------
Linaro GCC Snapshot 6.3-2017.06
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 56741e56710 Make Linaro GCC Snapshot 6.3-2017.06.
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.
--
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 f39ec45e299 [ARM] GlobalISel: Lower only homogeneous struct args
new 39c5686a1f5 [ARM] GlobalISel: Add support for i32 modulo
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/llvm/CodeGen/GlobalISel/LegalizerHelper.h | 8 +++
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 54 +++++++++++-----
lib/Target/ARM/ARMLegalizerInfo.cpp | 45 +++++++++++++
test/CodeGen/ARM/GlobalISel/arm-isel-divmod.ll | 21 ++++++
.../CodeGen/ARM/GlobalISel/arm-legalize-divmod.mir | 75 ++++++++++++++++++++++
5 files changed, 186 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 binutils-gdb.
from 37de058ab2 [GOLD] Don't install branch-to-stub for TLS relaxed ERRATUM [...]
new 08c7881b81 Prevent invalid array accesses when disassembling a corrupt [...]
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:
opcodes/ChangeLog | 8 ++++++++
opcodes/bfin-dis.c | 8 ++++----
2 files changed, 12 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.