This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 460e6a8c485 PR c++/86429 - constexpr variable in lambda.
new e9b6707f117 Fix g++.dg/abi/lambda-static-1.C with Solaris as
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/abi/lambda-static-1.C | 6 ++++--
2 files changed, 9 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 9f848c6b 2: good: llvm-linux: 394
new e63d2f82 2: good: llvm-linux: 394
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 (9f848c6b)
\
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 | 14 +-
02-build_llvm/console.log | 9887 ++++++++++++++++++++-------------------
03-build_linux/console.log | 72 +-
console.log | 9973 ++++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
5 files changed, 9944 insertions(+), 10010 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/gnu-master-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 4c23165b 5: good: binutils-gcc-linux: 18781
new 012653fe 5: good: binutils-gcc-linux: 18784
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 (4c23165b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 16 +-
02-prepare_abe/console.log | 14 +-
03-build_abe-binutils/console.log | 4009 +-
04-build_abe-stage1/console.log | 6367 +-
05-build_linux/console.log | 328120 +++++++++++++++++-----------------
07-check_regression/console.log | 6 +-
08-update_baseline/console.log | 12 +-
console.log | 331406 ++++++++++++++++++-----------------
jenkins/manifest.sh | 12 +-
results | 2 +-
10 files changed, 335554 insertions(+), 334410 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 2fd1e2b docker-run.sh, jenkins-helpers.sh: Fix use of flock
new be240c9 round-robin-bisect.sh: Fix get_first_bad
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:
round-robin-bisect.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 cf76d444117 [ConstantRange] Fix outdated comment; NFC
new 0d02e66ea8c [WebAssembly] Don't analyze branches after CFGStackify
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/WebAssembly/WebAssemblyCFGSort.cpp | 29 +++++++++++++++++--------
lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp | 19 ++++++----------
test/CodeGen/WebAssembly/cfg-stackify-eh.ll | 1 +
3 files changed, 28 insertions(+), 21 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 9551a638127 [InstCombine] form uaddsat from add+umin (PR14613)
new 4162568d853 [InstCombine] Add tests for ssubo X, C -> saddo X, -C; NFC
new cf76d444117 [ConstantRange] Fix outdated comment; 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:
include/llvm/IR/ConstantRange.h | 2 +-
test/Transforms/InstCombine/sadd-with-overflow.ll | 10 ++
test/Transforms/InstCombine/ssub-with-overflow.ll | 167 ++++++++++++++++++++++
3 files changed, 178 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/InstCombine/ssub-with-overflow.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.