This is an automated email from the git hooks/post-receive script.
Peter Smith pushed a change to branch linaro-local/peter.smith/errata-section
in repository toolchain/llvm/lld.
at 340d90f42 [ELF] Complete implementation of -fix-cortex-a53-843419
This branch includes the following new commits:
new 70f36c092 [ELF] Implement scanner for Cortex-A53 Erratum 843419
new 340d90f42 [ELF] Complete implementation of -fix-cortex-a53-843419
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.
--
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/pie/static
in repository glibc.
discards 54a6ea8dca Add --enable-static-pie to build-many-glibcs.py
discards 06c90ff31c tile: Check SHARED instead PIC for SYSCALL_ERROR_NAME
discards f53e358df7 sparc: Check PIC instead of SHARED in start.S
discards 3242c25994 microblaze: Check PIC instead of SHARED in start.S
discards 2596f9a1ef m68k: Check PIC instead of SHARED in start.S
discards 5f6f3d1b97 hppa: Check PIC instead of SHARED in start.S
discards 53518afc4d aarch64: Check PIC instead of SHARED in start.S
discards 2fcb20f193 tile: Update elf_machine_load_address for static PIE
discards d4febf8a4f sparc: Update elf_machine_load_address for static PIE
discards 33c40ab8b1 sh: Update elf_machine_load_address for static PIE
discards adbdf586e7 s390: Update elf_machine_load_address for static PIE
discards 97457b7992 powerpc32: Update elf_machine_load_address for static PIE
discards 7538a7874c nios2: Update elf_machine_load_address for static PIE
discards ba237e4b9c microblaze: Update elf_machine_load_address for static PIE
discards b47111243c m68k: Update elf_machine_load_address for static PIE
discards 0f44bbea33 ia64: Update elf_machine_load_address for static PIE
discards 3994c3090a hppa: Update elf_machine_load_address for static PIE
discards ec465b0fc0 aarch64: Update elf_machine_load_address for static PIE
discards 9783b57f48 Don't use hidden visibility in libc.a with PIE on i386
discards e4b0d965b3 Add --enable-static-pie configure option to build static PIE [...]
discards 029e1197a4 ld.so: Replace (&bootstrap_map) with BOOTSTRAP_MAP
adds 38722448c6 Use libm_alias_double for dbl-64 atan, tan.
adds 3d1870fa33 Introduce NO_RTLD_HIDDEN, make hurd use it instead of NO_HIDDEN
adds b8818ab592 ld.so: Replace (&bootstrap_map) with BOOTSTRAP_MAP
new 67e8204d48 Add a test for main () in a shared object
new f84d2c7c39 i386: Use "movl main@GOT(%ebx), %eax" in start.S
new 9f807af3b7 Add --enable-static-pie configure option to build static PIE [...]
new c7f8f74e82 Don't use hidden visibility in libc.a with PIE on i386
new 5e6c987785 aarch64: Update elf_machine_load_address for static PIE
new 870ac9f796 hppa: Update elf_machine_load_address for static PIE
new e78ad9e38d ia64: Update elf_machine_load_address for static PIE
new d876d0384e m68k: Update elf_machine_load_address for static PIE
new 358575f2c5 microblaze: Update elf_machine_load_address for static PIE
new 5e81991760 nios2: Update elf_machine_load_address for static PIE
new 9d68ebe8eb powerpc32: Update elf_machine_load_address for static PIE
new b15a9995a2 s390: Update elf_machine_load_address for static PIE
new 34c3eb5671 sh: Update elf_machine_load_address for static PIE
new 0e7446e610 sparc: Update elf_machine_load_address for static PIE
new 4dd595fa88 tile: Update elf_machine_load_address for static PIE
new 82cb35c2e6 aarch64: Check PIC instead of SHARED in start.S
new 86dedca076 hppa: Check PIC instead of SHARED in start.S
new 871ea16236 m68k: Check PIC instead of SHARED in start.S
new e435376ffe microblaze: Check PIC instead of SHARED in start.S
new 79453220da sparc: Check PIC instead of SHARED in start.S
new d9c5665a6d tile: Check SHARED instead PIC for SYSCALL_ERROR_NAME
new cfe0d52782 Add --enable-static-pie to build-many-glibcs.py
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 (54a6ea8dca)
\
N -- N -- N refs/heads/hjl/pie/static (cfe0d52782)
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 22 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 | 50 ++++++++++++++++++++++
config.h.in | 4 ++
elf/Makefile | 11 ++++-
.../x86_64/tst-x86_64mod-1.c => elf/tst-main1.c | 7 +--
.../x86_64/tst-x86_64-1.c => elf/tst-main1mod.c | 11 +++--
include/assert.h | 2 +-
include/dirent.h | 2 +-
include/libc-internal.h | 2 +-
include/libc-symbols.h | 2 +-
include/setjmp.h | 2 +-
include/signal.h | 2 +-
include/stdlib.h | 2 +-
include/string.h | 2 +-
include/sys/stat.h | 4 +-
include/sys/utsname.h | 2 +-
sysdeps/generic/_itoa.h | 2 +-
sysdeps/i386/configure | 33 ++++++++++++++
sysdeps/i386/configure.ac | 23 ++++++++++
sysdeps/i386/start.S | 7 ++-
sysdeps/ieee754/dbl-64/s_atan.c | 7 +--
sysdeps/ieee754/dbl-64/s_tan.c | 7 +--
sysdeps/ieee754/ldbl-opt/s_atan.c | 5 ---
sysdeps/ieee754/ldbl-opt/s_tan.c | 5 ---
sysdeps/mach/hurd/configure | 2 +-
sysdeps/mach/hurd/configure.ac | 2 +-
sysdeps/x86_64/configure | 2 +-
sysdeps/x86_64/configure.ac | 2 +-
27 files changed, 151 insertions(+), 51 deletions(-)
copy sysdeps/x86_64/tst-x86_64mod-1.c => elf/tst-main1.c (90%)
copy sysdeps/x86_64/tst-x86_64-1.c => elf/tst-main1mod.c (87%)
delete mode 100644 sysdeps/ieee754/ldbl-opt/s_atan.c
delete mode 100644 sysdeps/ieee754/ldbl-opt/s_tan.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 master
in repository gcc.
from 2417a922eb6 [PR 82363] Fix thinko in SRA subaccess propagation
new 1a59a9b9e4f 2017-10-03 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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/fortran/ChangeLog | 5 +++++
gcc/fortran/dump-parse-tree.c | 35 +++++++++++++++++++++++++++++++++++
gcc/fortran/io.c | 4 ++--
3 files changed, 42 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 release_50
in repository llvm.
from ff6b4d3450d Merging r311951 and r312038:
new f1ff67e5f1d [release_50] Merging r313916
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/AArch64/AArch64ISelLowering.cpp | 19 ++++++++++++++-----
test/CodeGen/AArch64/arm64-memset-inline.ll | 4 ++--
test/CodeGen/AArch64/fastcc.ll | 12 +++++++++---
test/CodeGen/AArch64/ldst-opt.ll | 15 ++++++++++++++-
4 files changed, 39 insertions(+), 11 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 3db5064fa12 [CGP] Make optimizeMemoryInst capable of handling multiple [...]
new 09115192aca [mips] Enable spilling and reloading of the dsp register set.
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/Mips/MicroMipsDSPInstrInfo.td | 7 +++++
lib/Target/Mips/MipsDSPInstrInfo.td | 6 ++++
lib/Target/Mips/MipsSEInstrInfo.cpp | 4 +++
test/CodeGen/Mips/dsp-spill-reload.ll | 52 ++++++++++++++++++++++++++++++++
4 files changed, 69 insertions(+)
create mode 100644 test/CodeGen/Mips/dsp-spill-reload.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 lld.
from 35fa0a6db [ELF] Avoid promoting an undefined weak entry symbol to global.
new f4b1577dc [MIPS] Generate thunks for microMIPS code
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/Arch/Mips.cpp | 5 ---
ELF/Arch/MipsArchTree.cpp | 5 +++
ELF/Thunks.cpp | 82 ++++++++++++++++++++++++++++++++++++++++++--
ELF/Writer.h | 1 +
test/ELF/mips-micro-thunks.s | 47 +++++++++++++++++++++++++
5 files changed, 133 insertions(+), 7 deletions(-)
create mode 100644 test/ELF/mips-micro-thunks.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 b8818ab592 ld.so: Replace (&bootstrap_map) with BOOTSTRAP_MAP
new f275f64e7e fix drem symbol for static linking and new targets
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 ++++++
math/w_remainder.c | 8 ++++++++
math/w_remainderf.c | 5 +++++
math/w_remainderl.c | 5 +++++
4 files changed, 24 insertions(+)
create mode 100644 math/w_remainder.c
create mode 100644 math/w_remainderf.c
create mode 100644 math/w_remainderl.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 master
in repository llvm.
from a22fcf205ad [ARM, Asm] Fix ubsan failure caused by out-of-range enum value
new dbfce9ebe79 [CGP] In optimizeMemoryInst handle select similarly to phi
new 3db5064fa12 [CGP] Make optimizeMemoryInst capable of handling multiple [...]
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:
lib/CodeGen/CodeGenPrepare.cpp | 195 ++++++++++++++++++---
.../Transforms/CodeGenPrepare/X86/sink-addrmode.ll | 17 ++
2 files changed, 186 insertions(+), 26 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 annotated tag binutils-2_29_1.1
in repository binutils-gdb.
at 149aa3f781 (tag)
tagging d1a6e7195b9bb0255fa77588985b969ad8aaacf5 (commit)
replaces binutils-2_29_1
tagged by Nick Clifton
on Tue Oct 3 13:52:11 2017 +0100
- Log -----------------------------------------------------------------
Revised version of the binutils-2_29_1 tag intended to match the contents of the 2. [...]
-----BEGIN PGP SIGNATURE-----
iQIcBAABAgAGBQJZ04gZAAoJEBP874ndnjxPL6wP/1xmVH4gP1HwBvLpy/XC+tTQ
MfW5wIY7wPSsPi9/HgAZjxX+Ao4Ifc1SWTGzt2bDZszXAzoQYd3ECDQ+TgZBTUeL
HplDfsoWFos/QUH3kpIZMQ2yKbjJ3k5obyS2+oY+SvGNS8CKvyj3o4y5e1rOdshL
4BLV7rxRGmAE2p9KArssBT40apQmV2Jt+98hugLXC4stDqe1sXjUuSFKbQvCjz+v
dRe0qkM3I0jNA21EqooZT+iqC2wf9v5hn6uPJ2IWqEvU6wEUtjAHRkbEudWls4WY
pNmA7PsUaxep1y8EphLLAHE1i0lE+ZPEWgU+RViiBW5evTLhrt/zFE8Lo+cS73K9
Bcs+Sl+TqmqnDhB0II/ZA20K6kS2CG01FwP5IWM1ky96Iapl8Jg6ErWXrg9fBv06
WYx/LNwkVGb3KeZuqSvJyIEREGoC+J+1Ics306wqE7W8XED8x+B2EcBQYg2ZkO7m
BmSm7vAtyNp4R8E8e+J0KZyurxvZMII0oaZa7mMR3z+jmzs9CwQkq2c0tGnkDGtx
fzdcpZsTVFgzXZbH2VttAs07MH1SDM6MnlhihXkEb7zqdV/fjoqwHf6W8ZCj6u9N
MiaiwSNtx8oxeC5Gok+ZgLINEMmXuqnm5IovLA0nVV32kE6/+UFcxbsKWMLdDNuS
dtJNUyCmYc2S/itUkRnc
=YBR0
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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 0c78a7a9de2 [ARM, Asm] Remove dead code causing MSan failure.
new cacf9441bd7 [X86][SSE] Add support for decoding PACKSS/PACKUS shuffles [...]
new a22fcf205ad [ARM, Asm] Fix ubsan failure caused by out-of-range enum value
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:
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 4 ++--
lib/Target/X86/X86ISelLowering.cpp | 16 ++++++++++++----
test/CodeGen/X86/avx2-vbroadcast.ll | 10 ++++------
3 files changed, 18 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.