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 5d77fcd9 0: update: llvm-linux: all
new 862cb1e7 0: update: llvm-linux: all
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 (5d77fcd9)
\
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 | 139 +-
02-build_llvm/console.log | 12283 ++++++-------
03-build_linux/console.log | 24296 +++++++++++++-------------
04-boot_linux/console.log | 2 +-
06-update_baseline/console.log | 8 +-
console.log | 36728 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 36738 insertions(+), 36726 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 binutils-gdb.
from 4a41f3face ld-plugin/pr24406-1.c: Correct buffer size to read
new f945dedfd3 Make ada_decode not use a static buffer
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:
gdb/ChangeLog | 16 +++++++++++++
gdb/ada-exp.y | 2 +-
gdb/ada-lang.c | 63 +++++++++++++++++++------------------------------
gdb/ada-lang.h | 2 +-
gdb/ada-varobj.c | 6 ++++-
gdb/dwarf-index-write.c | 9 +++----
6 files changed, 52 insertions(+), 46 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-release-arm-next-allmodconfig
in repository toolchain/ci/gcc.
from e884c77dada Daily bump.
adds 44cc5451b94 [Darwin, opts processing] Fix missing RejectNegative etc.
adds 64bf7a0d21f Daily bump.
adds db6156b568d xtensa: backport fix for PR target/90922
adds ec2d041e821 * gcc-interface/trans.c (Attribute_to_gnu): Test Can_Use_I [...]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 23 +++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 6 +
gcc/ada/gcc-interface/trans.c | 48 +++--
gcc/config/darwin.opt | 397 +++++++++++++++++++++++++-----------------
gcc/config/xtensa/xtensa.c | 3 +-
6 files changed, 293 insertions(+), 186 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-release-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 8fa5010a 2: update: binutils-gcc-linux: 19877
new e63d3e5d 2: update: binutils-gcc-linux: 19877
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 (8fa5010a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-n [...]
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 | 184 +-
02-prepare_abe/console.log | 100 +-
03-build_abe-binutils/console.log | 10578 ++++++-------
04-build_abe-stage1/console.log | 17582 ++++++++++-----------
05-build_linux/console.log | 1054 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 66 +-
console.log | 29560 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
9 files changed, 29576 insertions(+), 29564 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 3b27a530953 [InstCombine] dropRedundantMaskingOfLeftShiftInput(): pat. [...]
new e2d4a45c6eb [SLC] Convert some strndup calls to strdup calls
new f1a42a614d9 [InstCombine] dropRedundantMaskingOfLeftShiftInput(): impro [...]
new dac6f7735b1 [IR] Add getExtendedType() to IntegerType and Type (dispatc [...]
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:
include/llvm/IR/DerivedTypes.h | 21 ++++++--
include/llvm/IR/Type.h | 4 ++
include/llvm/Transforms/Utils/BuildLibCalls.h | 5 ++
include/llvm/Transforms/Utils/SimplifyLibCalls.h | 1 +
lib/Transforms/InstCombine/InstCombineCalls.cpp | 6 +--
lib/Transforms/InstCombine/InstCombineShifts.cpp | 20 +++----
lib/Transforms/Utils/BuildLibCalls.cpp | 6 +++
lib/Transforms/Utils/SimplifyLibCalls.cpp | 15 ++++++
test/Transforms/InstCombine/objsize.ll | 14 ++---
test/Transforms/InstCombine/strndup.ll | 67 ++++++++++++++++++++++++
10 files changed, 132 insertions(+), 27 deletions(-)
create mode 100644 test/Transforms/InstCombine/strndup.ll
--
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 59708fc5bc [ASTImporter] Attempt to fix Windows buildbot test errors
new 0781770728 [OPENMP]Use standard parsing for 'match' clause, 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:
include/clang/AST/RecursiveASTVisitor.h | 1 +
include/clang/Basic/OpenMPKinds.def | 7 +++++++
include/clang/Basic/OpenMPKinds.h | 1 +
lib/AST/ASTTypeTraits.cpp | 1 +
lib/AST/OpenMPClause.cpp | 3 +++
lib/Basic/OpenMPKinds.cpp | 16 +++++++++++++++-
lib/CodeGen/CGStmtOpenMP.cpp | 1 +
lib/Parse/ParseOpenMP.cpp | 13 +++++++++----
lib/Sema/SemaOpenMP.cpp | 7 +++++++
9 files changed, 45 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 65372f65 0: update: llvm-linux: boot
new 5d669709 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 (65372f65)
\
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 | 182 +-
02-build_llvm/console.log | 12191 +-
03-build_linux/console.log | 242094 +++++++++++++++++------------------
04-boot_linux/console.log | 472 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 14 +-
console.log | 254900 +++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
8 files changed, 255048 insertions(+), 254821 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.