This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bfc681fbdbd [Tests] Checkin a test demonstrating a miscompile so that p [...]
new 6c48db93600 [KnownBits] Add computeForAddCarry()
new 18746175864 [CVP] Set NSW/NUW flags when simplifying with.overflow
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/llvm/Support/KnownBits.h | 4 +
lib/Support/KnownBits.cpp | 43 +++++--
.../Scalar/CorrelatedValuePropagation.cpp | 8 +-
.../CorrelatedValuePropagation/overflows.ll | 26 ++---
unittests/Support/CMakeLists.txt | 1 +
unittests/Support/KnownBitsTest.cpp | 130 +++++++++++++++++++++
6 files changed, 185 insertions(+), 27 deletions(-)
create mode 100644 unittests/Support/KnownBitsTest.cpp
--
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/ci/tcwg_gnu/gnu-release-arm-bootstrap_profiled
in repository toolchain/ci/gcc.
from 7d984cdca37 Backport of r270226 from mainline to gcc-8-branch
adds fa6bc8b2eb8 2019-04-10 Harald Anlauf <anlauf(a)gmx.de>
adds 92782aa88ac Daily bump.
adds bd56b686ec5 2019-04-11 Richard Biener <rguenther(a)suse.de>
adds 230d3d33b50 [testsuite][arm] Update warning prune regex
adds abe8a4bf109 Daily bump.
adds 6323c88bc8a Revert r270279
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 6 ++++
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 7 ++++
gcc/fortran/check.c | 22 ++++++++++++
gcc/testsuite/ChangeLog | 11 ++++++
gcc/testsuite/gcc.dg/vect/pr90018.c | 47 +++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr85797.f90 | 16 ++++-----
gcc/tree-vect-data-refs.c | 64 +++++++++++++++++++++++++++--------
8 files changed, 150 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr90018.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_profiled
in repository toolchain/ci/base-artifacts.
discards b0d558dc 0: good: gcc-7d984cdca37693cea0e7bf881d7e15f657da119f: -10
new d859e3b5 0: good: gcc-6323c88bc8af88b90fe96f223efe296827b32f59: -10
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 (b0d558dc)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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:
01-reset_artifacts/console.log | 126 +-
02-prepare_abe/console.log | 260 +-
03-build_abe-bootstrap_profiled/console.log | 84443 +++++++++++++------------
console.log | 84829 +++++++++++++-------------
jenkins/manifest.sh | 8 +-
5 files changed, 84708 insertions(+), 84958 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 cbf9870fbd3 [Hexagon] Fix reuse bug in Vector Loop Carried Reuse pass
new 6d65a798367 Simplify decoupling between RuntimeDyld/RuntimeDyldChecker, [...]
new bfc681fbdbd [Tests] Checkin a test demonstrating a miscompile so that p [...]
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/llvm/ExecutionEngine/RuntimeDyld.h | 7 +-
include/llvm/ExecutionEngine/RuntimeDyldChecker.h | 42 +++--
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 6 +-
.../RuntimeDyld/RuntimeDyldChecker.cpp | 160 ++++++++----------
.../RuntimeDyld/RuntimeDyldCheckerImpl.h | 47 ++----
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h | 2 +-
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h | 6 +-
.../RuntimeDyld/Targets/RuntimeDyldCOFFI386.h | 2 +-
.../RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h | 2 +-
.../RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h | 2 +-
.../RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h | 2 +-
.../RuntimeDyld/Targets/RuntimeDyldMachOARM.h | 2 +-
.../RuntimeDyld/Targets/RuntimeDyldMachOI386.h | 2 +-
.../RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h | 2 +-
.../RuntimeDyld/AArch64/MachO_ARM64_relocations.s | 10 +-
.../RuntimeDyld/ARM/MachO_ARM_PIC_relocations.s | 8 +-
.../RuntimeDyld/ARM/MachO_Thumb_Relocations.s | 12 +-
.../Mips/ELF_Mips64r2N64_PIC_relocations.s | 2 +-
.../RuntimeDyld/Mips/ELF_N32_relocations.s | 2 +-
.../RuntimeDyld/Mips/ELF_O32_PIC_relocations.s | 2 +-
.../RuntimeDyld/PowerPC/ppc64_elf.s | 10 +-
.../RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s | 4 +-
test/Transforms/InstCombine/masked_intrinsics.ll | 15 ++
tools/llvm-rtdyld/llvm-rtdyld.cpp | 179 +++++++++++----------
24 files changed, 257 insertions(+), 271 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 newlib.
from a0b0a4a01 Align comments and spaces in libgloss/arm/crt0.S and newlib/l [...]
new 204efa6bb Cygwin: use win pid+threadid for forkables dirname
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:
winsup/cygwin/forkable.cc | 26 +++++++-------------------
1 file changed, 7 insertions(+), 19 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/ci/tcwg_kernel/llvm-master-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 28fa948a 2: good: llvm-linux: 5477
new 4c3333d2 2: good: llvm-linux: 5477
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 (28fa948a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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:
01-reset_artifacts/console.log | 128 +-
02-build_llvm/console.log | 11379 ++++++++++++++++-----------------
03-build_linux/console.log | 1778 +++---
06-update_baseline/console.log | 80 +-
console.log | 13365 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
6 files changed, 13374 insertions(+), 13364 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/ci/tcwg_kernel/llvm-release-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards e7440089 0: good: llvm-linux: boot
new d133a37c 0: good: llvm-linux: boot
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 (e7440089)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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:
01-reset_artifacts/console.log | 180 +-
02-build_llvm/console.log | 11602 ++++++++++++++++----------------
03-build_linux/console.log | 1421 ++--
04-boot_linux/console.log | 420 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 4 +-
console.log | 13635 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13638 insertions(+), 13640 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.