This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from b76b345fe1 Change std::{lower,upper}_bound to llvm::{lower,upper}_bound [...]
new 8543b43875 Fix MSVC "not all control paths return a value" warnings. NFCI.
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/AST/ExprConstant.cpp | 2 ++
1 file changed, 2 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap
in repository toolchain/ci/gcc.
from 824376db1f2 Daily bump.
adds fc0fef93fb1 Daily bump.
adds 74887405157 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards 9fa8e25c5 0: update: gcc-824376db1f2206a0f64ce2c89d50f1b924d78e96: -5
new 3f8dabb3d 0: update: gcc-74887405157f5d692b98f01190e00cde70206e15: -5
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 (9fa8e25c5)
\
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 | 166 +-
02-prepare_abe/console.log | 439 +-
03-build_abe-bootstrap/console.log | 86778 +++++++++++++++++-----------------
console.log | 87407 +++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
5 files changed, 87387 insertions(+), 87413 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-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from 7936403a6 2: reset: linux-893d4016f37704615d6bc088490e9308e94e462d: 18291
new 4713210dd 3: update: linux-48a8a5f9a326d1c1a5505d51fb98086e5003f37e: 18292
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 | 70 +-
02-build_llvm/console.log | 11550 ++++++++++++++---------------
03-build_linux/console.log | 3392 ++++-----
05-check_regression/console.log | 20 +-
06-update_baseline/console.log | 36 +-
console.log | 15068 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 2 +-
9 files changed, 15116 insertions(+), 15032 deletions(-)
delete mode 100644 reset-baseline
--
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 39e1a0dcf26 [SCEV][LSR] Prevent using undefined value in binops
new 74295609318 [Codegen][X86][AArch64][ARM][PowerPC] Inc-of-add vs sub-of- [...]
new d07ba468a43 [InstCombine] Y - ~X --> X + Y + 1 fold (PR42457)
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/CodeGen/TargetLowering.h | 10 +
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 31 ++
lib/Target/AArch64/AArch64ISelLowering.cpp | 5 +
lib/Target/AArch64/AArch64ISelLowering.h | 2 +
lib/Target/ARM/ARMISelLowering.cpp | 9 +
lib/Target/ARM/ARMISelLowering.h | 3 +
lib/Target/PowerPC/PPCISelLowering.cpp | 4 +
lib/Target/PowerPC/PPCISelLowering.h | 2 +
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 6 +
test/CodeGen/AArch64/inc-of-add.ll | 21 +-
test/CodeGen/AArch64/sub-of-not.ll | 16 +-
test/CodeGen/ARM/inc-of-add.ll | 117 ++---
test/CodeGen/ARM/sub-of-not.ll | 398 +++++++++--------
test/CodeGen/PowerPC/inc-of-add.ll | 401 +++++++++--------
test/CodeGen/PowerPC/sub-of-not.ll | 490 +++++++++++----------
test/CodeGen/X86/sub-of-not.ll | 96 ++--
.../InstCombine/fold-sub-of-not-to-inc-of-add.ll | 15 +-
17 files changed, 838 insertions(+), 788 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 cdee4e88224 Add myself to MAINTAINERS
new 89f91ab403b Fix ChangeLog date for last commit
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 | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards d49297031 0: update: llvm-linux: boot
new ed5acc2cd 0: update: 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 (d49297031)
\
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 | 24 +-
02-build_llvm/console.log | 11684 ++++++++++++++++++------------------
03-build_linux/console.log | 666 +--
04-boot_linux/console.log | 4 +-
06-update_baseline/console.log | 25 -
console.log | 12378 +++++++++++++++++++--------------------
jenkins/manifest.sh | 10 +-
7 files changed, 12383 insertions(+), 12408 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 4150c1d4af4 MSan: handle callbr instructions
new 39e1a0dcf26 [SCEV][LSR] Prevent using undefined value in binops
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/ScalarEvolutionExpander.cpp | 4 +-
test/CodeGen/ARM/lsr-undef-in-binop.ll | 251 +++++++++++++++++++++
.../LoopDistribute/bounds-expansion-bug.ll | 16 +-
3 files changed, 262 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/ARM/lsr-undef-in-binop.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.