This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 2b2ccd0c63 Reorganize and revise NEWS for 2.26.
new 7e368000c0 Consistently say "GNU C Library" in NEWS, not "glibc".
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:
NEWS | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 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 4c8480dbc5c [SystemZ] Simplify handling of 128-bit multiply/divide instruction
new a33c5722b06 [IndVarSimplify] Add AShr exact flags using induction varia [...]
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/Transforms/Utils/SimplifyIndVar.cpp | 36 +++++++++-
.../IndVarSimplify/strengthen-overflow.ll | 84 ++++++++++++++++++++++
2 files changed, 118 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 hjl/pr21609/master
in repository glibc.
discards cea65553a8 x86-64: Export ___tls_get_addr
discards 4198d7a3ac x86-64: Align the stack in __tls_get_addr [BZ #21609]
new 08659292af x86-64: Align the stack in __tls_get_addr [BZ #21609]
new 639d0d5203 x86-64: Export ___tls_get_addr
new ed9e8b00cd x86-64: Redirect __tls_get_addr to ___tls_get_addr
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 (cea65553a8)
\
N -- N -- N refs/heads/hjl/pr21609/master (ed9e8b00cd)
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 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:
sysdeps/x86_64/Makefile | 4 ++
sysdeps/x86_64/configure | 83 ++++++++++++++++++++++
sysdeps/x86_64/configure.ac | 47 ++++++++++++
.../{multiarch/strlen-sse2.S => tls_get_addr.h} | 10 +--
4 files changed, 139 insertions(+), 5 deletions(-)
copy sysdeps/x86_64/{multiarch/strlen-sse2.S => tls_get_addr.h} (86%)
--
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.
Yvan Roux pushed a change to branch linaro-local/gcc-7-integration-branch
in repository toolchain/gcc.
from f83d498336b gcc/ Backport from trunk r248870. 2017-06-05 Kyrylo Tka [...]
new ed3800bb37f gcc/ Backport from trunk r248953. 2017-06-07 Tamar Chri [...]
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/aarch64/aarch64.c | 14 ++++-----
gcc/config/arm/arm.c | 8 +++++-
gcc/testsuite/gcc.target/aarch64/sdiv_costs_1.c | 38 +++++++++++++++++++++++++
gcc/testsuite/gcc.target/arm/sdiv_costs_1.c | 38 +++++++++++++++++++++++++
4 files changed, 89 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sdiv_costs_1.c
create mode 100644 gcc/testsuite/gcc.target/arm/sdiv_costs_1.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 bef33d7af3d [Hexagon] Preclude non-memory test from being optimized away. NFC.
new 55e17e75fdc [SystemZ] Small cleanups to SystemZScheduleZ13.td
new 4c8480dbc5c [SystemZ] Simplify handling of 128-bit multiply/divide instruction
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/SystemZ/SystemZISelLowering.cpp | 91 ++++++++++++------------------
lib/Target/SystemZ/SystemZISelLowering.h | 15 ++---
lib/Target/SystemZ/SystemZInstrInfo.td | 76 +++++++++++++++++--------
lib/Target/SystemZ/SystemZOperators.td | 18 ++----
lib/Target/SystemZ/SystemZScheduleZ13.td | 65 ++++++++++++---------
lib/Target/SystemZ/SystemZScheduleZ196.td | 4 +-
lib/Target/SystemZ/SystemZScheduleZEC12.td | 4 +-
7 files changed, 142 insertions(+), 131 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 4d43c48558 [driver][mips] Use AddTargetFeature to check arguments and a [...]
new ef0d9ebb56 [SystemZ] Simplify handling of ISA revisions
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/Basic/Targets.cpp | 48 ++++++++++++++++++++++--------------------------
1 file changed, 22 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 branch master
in repository llvm.
from 1f536a1112f CMake: Add LLVM_UTILS_INSTALL_DIR option
new bef33d7af3d [Hexagon] Preclude non-memory test from being optimized away. 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/Hexagon/convertdptoint.ll | 8 ++++----
test/CodeGen/Hexagon/convertdptoll.ll | 4 ++--
test/CodeGen/Hexagon/convertsptoint.ll | 4 ++--
test/CodeGen/Hexagon/convertsptoll.ll | 4 ++--
test/CodeGen/Hexagon/dadd.ll | 8 ++++----
test/CodeGen/Hexagon/dmul.ll | 8 ++++----
test/CodeGen/Hexagon/doubleconvert-ieee-rnd-near.ll | 8 ++++----
test/CodeGen/Hexagon/dsub.ll | 8 ++++----
test/CodeGen/Hexagon/fadd.ll | 8 ++++----
test/CodeGen/Hexagon/fmul.ll | 8 ++++----
test/CodeGen/Hexagon/fsub.ll | 8 ++++----
11 files changed, 38 insertions(+), 38 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 glibc.
from cc31b141f9 For Breton yesstr/nostr locale are missing
new 2b2ccd0c63 Reorganize and revise NEWS for 2.26.
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:
NEWS | 279 +++++++++++++++++++++++++++++++++++--------------------------------
1 file changed, 144 insertions(+), 135 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 0079e9eacac Move ChangeLog entry to testsuite.
new 967ec7427cf [Patch ARM] Remove %? string from some Advanced SIMD patterns.
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 | 7 +++++++
gcc/config/arm/neon.md | 10 +++++-----
2 files changed, 12 insertions(+), 5 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 gcc-7-branch
in repository gcc.
from 28eca218afe Daily bump.
new 14af98bad13 gcc/ Backport from 2017-07-05 trunk r249995. PR target/81 [...]
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 | 12 +
gcc/config/avr/avr.c | 16 +-
gcc/testsuite/ChangeLog | 10 +
gcc/testsuite/gcc.target/avr/isr-test.h | 282 +++++++++++++++++++++
.../gcc.target/avr/torture/isr-01-simple.c | 98 +++++++
gcc/testsuite/gcc.target/avr/torture/isr-02-call.c | 60 +++++
.../gcc.target/avr/torture/isr-03-fixed.c | 146 +++++++++++
7 files changed, 615 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/isr-test.h
create mode 100644 gcc/testsuite/gcc.target/avr/torture/isr-01-simple.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/isr-02-call.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/isr-03-fixed.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.