This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 255303f Simplify. NFC.
new 75473ec AMDGPU: Add support for R_AMDGPU_REL32 relocations
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:
.../AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp | 6 ++++++
lib/Target/AMDGPU/SIISelLowering.cpp | 3 ++-
test/CodeGen/AMDGPU/global-zero-initializer.ll | 17 +++++++++++------
test/CodeGen/AMDGPU/wqm.ll | 1 +
4 files changed, 20 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 llvm.
from a02f69b [ARM] Enable isel of UMAAL
new a0adb8d AMDGPU: Emit R_AMDGPU_ABS32_{HI,LO} for scratch buffer relocations
new 255303f Simplify. NFC.
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:
.../AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp | 19 +++++++++++++++----
lib/Target/ARM/ARMFastISel.cpp | 8 ++------
test/CodeGen/AMDGPU/large-alloca-compute.ll | 4 ++--
test/MC/AMDGPU/reloc.s | 12 ++++++++++++
4 files changed, 31 insertions(+), 12 deletions(-)
create mode 100644 test/MC/AMDGPU/reloc.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 glibc.
from b998e16 This is an optimized memcpy/memmove for AArch64. Copies are [...]
new 58ec4fb Add a simple rawmemchr implementation. Use strlen for rawmem [...]
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 | 5 +++
.../mips64/n64/ioctl.S => aarch64/rawmemchr.S} | 47 +++++++++++-----------
sysdeps/aarch64/strlen.S | 5 ++-
3 files changed, 32 insertions(+), 25 deletions(-)
copy sysdeps/{unix/sysv/linux/mips/mips64/n64/ioctl.S => aarch64/rawmemchr.S} (59%)
--
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 5b2db1b Add a isPositionIndependent predicate.
new a02f69b [ARM] Enable isel of UMAAL
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/Target/ARM/ARMISelDAGToDAG.cpp | 40 ++++++++++++++++
lib/Target/ARM/ARMISelLowering.cpp | 93 +++++++++++++++++++++++++++++++++++---
lib/Target/ARM/ARMISelLowering.h | 1 +
lib/Target/ARM/ARMInstrInfo.td | 6 ++-
lib/Target/ARM/ARMInstrThumb2.td | 3 +-
test/CodeGen/ARM/longMAC.ll | 29 ++++++++++++
6 files changed, 162 insertions(+), 10 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 774279a Forgot to update callers of deleteDeadInstruction
new 5b2db1b Add a isPositionIndependent predicate.
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/Target/ARM/ARMISelLowering.cpp | 36 +++++++++++++++++++-----------------
lib/Target/ARM/ARMISelLowering.h | 1 +
2 files changed, 20 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 gcc.
from 8f097cf This patch cleans up the -mpc-relative-loads option processin [...]
new ecbea05 C++ FE: Show both locations in string literal concatenation error
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/cp/ChangeLog | 7 +++++++
gcc/cp/parser.c | 15 +++++++++-----
gcc/testsuite/ChangeLog | 4 ++++
.../g++.dg/diagnostic/string-literal-concat.C | 23 ++++++++++++++++++++++
4 files changed, 44 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/diagnostic/string-literal-concat.C
--
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 hjl/pr71549
in repository gcc.
discards e01227d3 Convert V1TImode register to TImode in debug insn
new 4229b30 Convert V1TImode register to TImode in debug insn
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 (e01227d3)
\
N -- N -- N refs/heads/hjl/pr71549 (4229b30)
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 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/config/i386/i386.c | 68 +++++++++++++++++++++-----------------------------
1 file changed, 28 insertions(+), 40 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/ARM/embedded-binutils-2_26-branch
in repository binutils-gdb.
from 7e62612 Prevent SG veneers from being collected by --gc-section
new c7dae54 2016-06-20 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new 8f50453 2016-06-20 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
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:
ld/testsuite/ChangeLog.arm | 23 ++++++++++++++++++++++
ld/testsuite/ld-arm/arm-elf.exp | 4 ++++
.../ld-arm/farcall-thumb-thumb-m-no-profile-a.s | 8 ++++++++
.../ld-arm/farcall-thumb-thumb-m-no-profile-b.s | 7 +++++++
...humb-m.d => farcall-thumb-thumb-m-no-profile.d} | 11 ++++++-----
5 files changed, 48 insertions(+), 5 deletions(-)
create mode 100644 ld/testsuite/ld-arm/farcall-thumb-thumb-m-no-profile-a.s
create mode 100644 ld/testsuite/ld-arm/farcall-thumb-thumb-m-no-profile-b.s
copy ld/testsuite/ld-arm/{farcall-thumb-thumb-m.d => farcall-thumb-thumb-m-no-prof [...]
--
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 0f61dae PR c/69507 - bogus warning: ISO C does not allow __alignof__ [...]
new 8f097cf This patch cleans up the -mpc-relative-loads option processin [...]
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 | 14 +++++++++
gcc/config/aarch64/aarch64.c | 66 ++++++++++++++++++++----------------------
gcc/config/aarch64/aarch64.opt | 2 +-
3 files changed, 46 insertions(+), 36 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.