This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from be6c11bf597 Update the ChangeLog to include config/arm/cortex-a53.md [...]
new 27182bcd1e0 2017-06-21 Richard Biener <rguenther(a)suse.de>
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:
libgcc/ChangeLog | 9 +++
libgcc/config.in | 6 ++
libgcc/configure | 201 ++++++++++++++++++++++++++++++++++++++++++++++++++++
libgcc/configure.ac | 2 +
libgcc/libgcov.h | 1 +
5 files changed, 219 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.
Yvan Roux pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 39ee3ae print_host_for_node: Rely on DNS resolution.
new a884626 print_node_with_least_containers: Strengthen node name gathering.
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:
jenkins-helpers.sh | 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.
unknown user pushed a change to branch master
in repository llvm.
from 608be862ffd [ImplicitNullChecks] Uphold an invariant in areMemoryOpsAliased
new e479ac85d5b [XRay] Reduce synthetic references emitted by XRay
new 6716382e29a Simplify test.
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/AsmPrinter/AsmPrinter.cpp | 14 +++----
.../AArch64/xray-attribute-instrumentation.ll | 4 +-
test/CodeGen/AArch64/xray-tail-call-sled.ll | 22 +++++-----
.../ARM/xray-armv6-attribute-instrumentation.ll | 9 ++--
.../ARM/xray-armv7-attribute-instrumentation.ll | 9 ++--
test/CodeGen/X86/xray-attribute-instrumentation.ll | 18 ++++----
test/CodeGen/X86/xray-custom-log.ll | 2 +-
test/CodeGen/X86/xray-log-args.ll | 4 +-
test/CodeGen/X86/xray-tail-call-sled.ll | 18 ++++----
test/MC/ARM/elf-movt.s | 48 ++++------------------
10 files changed, 53 insertions(+), 95 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 84fac2c58cd [NewGVN] Fix a bug that made the store verifier less effective.
new 608be862ffd [ImplicitNullChecks] Uphold an invariant in areMemoryOpsAliased
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/ImplicitNullChecks.cpp | 39 ++--
test/CodeGen/X86/non-value-mem-operand.mir | 293 +++++++++++++++++++++++++++++
2 files changed, 308 insertions(+), 24 deletions(-)
create mode 100644 test/CodeGen/X86/non-value-mem-operand.mir
--
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 480d0489f4 Support MS builtins using 'long' on LP64 platforms
new 03143a6b2c Changed wording in comment
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/Analysis/CloneDetection.cpp | 3 +--
1 file changed, 1 insertion(+), 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 gcc.
from d1b5c12ac6f Daily bump.
new 286d6528baf * config/aarch64/aarch64-simd.md (aarch64_crypto_pmulldi) [...]
new be6c11bf597 Update the ChangeLog to include config/arm/cortex-a53.md [...]
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:
gcc/ChangeLog | 18 ++++++++++++++++++
gcc/config/aarch64/aarch64-simd.md | 4 ++--
gcc/config/aarch64/thunderx2t99.md | 7 +++++++
gcc/config/arm/cortex-a53.md | 2 +-
gcc/config/arm/cortex-a57.md | 2 +-
gcc/config/arm/crypto.md | 2 +-
gcc/config/arm/exynos-m1.md | 2 +-
gcc/config/arm/types.md | 2 ++
gcc/config/arm/xgene1.md | 3 ++-
9 files changed, 35 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 glibc.
from 99c3eb0f73 powerpc: Add optimized version of [l]lrintf
new 43e0ac24c8 powerpc: Optimize memchr for power8
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 | 11 +
sysdeps/powerpc/powerpc64/multiarch/Makefile | 3 +-
.../powerpc/powerpc64/multiarch/ifunc-impl-list.c | 3 +
.../multiarch/{memcmp-power8.S => memchr-power8.S} | 6 +-
sysdeps/powerpc/powerpc64/multiarch/memchr.c | 3 +
sysdeps/powerpc/powerpc64/power8/memchr.S | 335 +++++++++++++++++++++
6 files changed, 357 insertions(+), 4 deletions(-)
copy sysdeps/powerpc/powerpc64/multiarch/{memcmp-power8.S => memchr-power8.S} (86%)
create mode 100644 sysdeps/powerpc/powerpc64/power8/memchr.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.
tcwg-buildslave pushed a change to branch tested
in repository toolchain/abe.
from 0baa492f Remove git ls-remote check from checkout() and retrieve()
adds 65c85253 config/gcc7/newlib.conf: Use latest release tag (2.5.0).
No new revisions were added by this update.
Summary of changes:
config/gcc7/newlib.conf | 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.
unknown user pushed a change to branch master
in repository glibc.
from 8082d91e1c Factor out shared definitions from bits/signum.h.
new 99c3eb0f73 powerpc: Add optimized version of [l]lrintf
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 | 12 ++++++
.../powerpc/powerpc64/fpu/multiarch/s_llrintf.c | 46 ++++++++++++++++++++++
sysdeps/powerpc/powerpc64/fpu/s_llrint.S | 7 ++++
sysdeps/powerpc/powerpc64/fpu/s_llrintf.S | 37 +----------------
sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S | 7 ++++
sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S | 7 ++++
6 files changed, 80 insertions(+), 36 deletions(-)
create mode 100644 sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrintf.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 lld.
from 81e9b2642 Define __guard_{iat,longjmp}_{count,table} symbols.
new 914cf446f Remove redundant namespace specifier.
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 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.