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-defconfig
in repository toolchain/ci/binutils-gdb.
from ea933f17c3 Release bfd_alloc memory in bfd_check_format_matches
adds 7fddfece82 Automatic date update in version.in
adds 3a657c600b libctf: Add configure check for asprintf (for MinGW)
adds eb9a7e353f Fix libctf ChangeLog date in most recent entry.
adds 6a5206eb27 [AArch64] Fix erroneous use of spu architecture bfd
new f2302a34f2 gdb: use tui_set_layout not show_layout to fix window focus
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:
bfd/version.h | 2 +-
gdb/ChangeLog | 11 ++++++++
gdb/aarch64-linux-nat.c | 2 +-
gdb/testsuite/ChangeLog | 4 +++
gdb/testsuite/gdb.tui/list.exp | 3 ++
gdb/tui/tui-layout.c | 12 ++++----
libctf/ChangeLog | 6 ++++
libctf/config.h.in | 4 +++
libctf/configure | 62 ++++++++++++++++++++++++++++++++++++++++--
libctf/configure.ac | 2 ++
10 files changed, 98 insertions(+), 10 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-defconfig
in repository toolchain/ci/base-artifacts.
discards 2f9f99ace 0: update: binutils-gcc-linux: boot
new 2085f61a1 0: update: binutils-gcc-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 (2f9f99ace)
\
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 | 175 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11559 ++++++------
04-build_abe-stage1/console.log | 20441 ++++++++++----------
05-build_linux/console.log | 3148 ++--
06-boot_linux/console.log | 470 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 36254 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 36278 insertions(+), 36223 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 6a5206eb274 [AArch64] Fix erroneous use of spu architecture bfd
new f2302a34f27 gdb: use tui_set_layout not show_layout to fix window focus
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 | 5 +++++
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.tui/list.exp | 3 +++
gdb/tui/tui-layout.c | 12 ++++++------
4 files changed, 18 insertions(+), 6 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-next-allmodconfig
in repository toolchain/ci/llvm-project.
from 085898d469a [ELF] Drop const qualifier to fix -Wrange-loop-analysis. NFC
adds 285d5e6b8b1 [LegalizeVectorOps] Split most of ExpandStrictFPOp into a s [...]
adds 16a67d252c7 [TargetLowering] In expandFP_TO_UINT, add proper extend or [...]
adds 4e37d60f2a6 [LegalizeVectorOps][X86] Enable expansion of vector fp_to_u [...]
adds 170de3de2ee [ParserTest] Move raw string literal out of macro
adds 5a253992212 [ARM] Add and update FMA tests. NFC
adds c15a56f61a5 [ARM] Fill in FP16 FMA patterns
adds fb8c9a339a9 [ARM] Use isFMAFasterThanFMulAndFAdd for scalars as well as [...]
adds 3db84f142af [X86] Merge (identical) LowerGC_TRANSITION_START and LowerG [...]
adds 6a6e6f04ec2 [X86] Move combineLogicBlendIntoConditionalNegate before co [...]
adds e3bd0118903 [X86][SSE] Combine combineLogicBlendIntoConditionalNegate f [...]
adds c764304adc5 [MC] Drop an unused rule about absolute temporary symbols
adds 124b918bd34 [MC] Merge MCSymbol::getSectionPtr into getSection and simplify
new 47115123843 Fix oversight in AST traversal helper
new ad0a45833b9 Allow using traverse() with bindings
new 586acd84902 [MC] Delete MCSection::{rbegin,rend}
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:
clang/include/clang/ASTMatchers/ASTMatchers.h | 11 +
clang/lib/AST/Expr.cpp | 2 +-
clang/lib/ASTMatchers/ASTMatchersInternal.cpp | 5 +
.../ASTMatchers/ASTMatchersTraversalTest.cpp | 22 ++
clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp | 6 +-
llvm/include/llvm/MC/MCSection.h | 6 -
llvm/include/llvm/MC/MCSymbol.h | 10 +-
.../lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 25 +-
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 4 +
llvm/lib/MC/MCAssembler.cpp | 8 +-
llvm/lib/Target/ARM/ARM.td | 17 +
llvm/lib/Target/ARM/ARMISelLowering.cpp | 11 +-
llvm/lib/Target/ARM/ARMInstrVFP.td | 21 +
llvm/lib/Target/ARM/ARMPredicates.td | 8 +-
llvm/lib/Target/ARM/ARMSubtarget.h | 9 +
llvm/lib/Target/ARM/ARMTargetTransformInfo.h | 18 +-
llvm/lib/Target/X86/X86ISelLowering.cpp | 167 ++++----
llvm/lib/Target/X86/X86ISelLowering.h | 3 +-
llvm/test/CodeGen/ARM/cortex-a57-misched-vfma.ll | 18 +-
llvm/test/CodeGen/ARM/fp16-fullfp16.ll | 2 +-
llvm/test/CodeGen/ARM/fp16-fusedMAC.ll | 429 +++++++++++++++++++++
llvm/test/CodeGen/ARM/fusedMAC.ll | 50 +--
.../test/CodeGen/Thumb2/float-intrinsics-double.ll | 2 +-
llvm/test/CodeGen/Thumb2/float-intrinsics-float.ll | 2 +-
llvm/test/CodeGen/X86/combine-sdiv.ll | 203 +++++-----
llvm/test/CodeGen/X86/vec-strict-fptoint-128.ll | 156 ++------
llvm/test/CodeGen/X86/vec-strict-fptoint-256.ll | 148 ++-----
llvm/test/CodeGen/X86/vector-blend.ll | 38 +-
.../X86/vector-constrained-fp-intrinsics.ll | 61 +--
29 files changed, 890 insertions(+), 572 deletions(-)
create mode 100644 llvm/test/CodeGen/ARM/fp16-fusedMAC.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards c57ad61fc 2: update: llvm-linux: 20116
new 864d17339 2: update: llvm-linux: 20116
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 (c57ad61fc)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 220 +-
02-build_llvm/console.log | 12581 +++++++++++++++++-----------------
03-build_linux/console.log | 914 +--
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 106 +-
console.log | 13831 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 13836 insertions(+), 13834 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-aarch64-next-allyesconfig
in repository toolchain/ci/gcc.
from 805b4df0675 Daily bump.
adds d070e948237 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_kernel/gnu-release-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 83f265eb8 2: update: binutils-gcc-linux: 18079
new 410f40036 2: update: binutils-gcc-linux: 18079
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 (83f265eb8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 130 +-
02-prepare_abe/console.log | 174 +-
03-build_abe-binutils/console.log | 11170 +++++++--------
04-build_abe-stage1/console.log | 14150 ++++++++++---------
05-build_linux/console.log | 742 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 46 +-
console.log | 26384 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
9 files changed, 26399 insertions(+), 26407 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-stable-allyesconfig
in repository toolchain/ci/llvm-project.
from 085898d469a [ELF] Drop const qualifier to fix -Wrange-loop-analysis. NFC
adds 285d5e6b8b1 [LegalizeVectorOps] Split most of ExpandStrictFPOp into a s [...]
adds 16a67d252c7 [TargetLowering] In expandFP_TO_UINT, add proper extend or [...]
adds 4e37d60f2a6 [LegalizeVectorOps][X86] Enable expansion of vector fp_to_u [...]
adds 170de3de2ee [ParserTest] Move raw string literal out of macro
adds 5a253992212 [ARM] Add and update FMA tests. NFC
adds c15a56f61a5 [ARM] Fill in FP16 FMA patterns
adds fb8c9a339a9 [ARM] Use isFMAFasterThanFMulAndFAdd for scalars as well as [...]
adds 3db84f142af [X86] Merge (identical) LowerGC_TRANSITION_START and LowerG [...]
adds 6a6e6f04ec2 [X86] Move combineLogicBlendIntoConditionalNegate before co [...]
adds e3bd0118903 [X86][SSE] Combine combineLogicBlendIntoConditionalNegate f [...]
new c764304adc5 [MC] Drop an unused rule about absolute temporary symbols
new 124b918bd34 [MC] Merge MCSymbol::getSectionPtr into getSection and simplify
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:
clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp | 6 +-
llvm/include/llvm/MC/MCSymbol.h | 10 +-
.../lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 25 +-
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 4 +
llvm/lib/MC/MCAssembler.cpp | 4 -
llvm/lib/Target/ARM/ARM.td | 17 +
llvm/lib/Target/ARM/ARMISelLowering.cpp | 11 +-
llvm/lib/Target/ARM/ARMInstrVFP.td | 21 +
llvm/lib/Target/ARM/ARMPredicates.td | 8 +-
llvm/lib/Target/ARM/ARMSubtarget.h | 9 +
llvm/lib/Target/ARM/ARMTargetTransformInfo.h | 18 +-
llvm/lib/Target/X86/X86ISelLowering.cpp | 167 ++++----
llvm/lib/Target/X86/X86ISelLowering.h | 3 +-
llvm/test/CodeGen/ARM/cortex-a57-misched-vfma.ll | 18 +-
llvm/test/CodeGen/ARM/fp16-fullfp16.ll | 2 +-
llvm/test/CodeGen/ARM/fp16-fusedMAC.ll | 429 +++++++++++++++++++++
llvm/test/CodeGen/ARM/fusedMAC.ll | 50 +--
.../test/CodeGen/Thumb2/float-intrinsics-double.ll | 2 +-
llvm/test/CodeGen/Thumb2/float-intrinsics-float.ll | 2 +-
llvm/test/CodeGen/X86/combine-sdiv.ll | 203 +++++-----
llvm/test/CodeGen/X86/vec-strict-fptoint-128.ll | 156 ++------
llvm/test/CodeGen/X86/vec-strict-fptoint-256.ll | 148 ++-----
llvm/test/CodeGen/X86/vector-blend.ll | 38 +-
.../X86/vector-constrained-fp-intrinsics.ll | 61 +--
24 files changed, 849 insertions(+), 563 deletions(-)
create mode 100644 llvm/test/CodeGen/ARM/fp16-fusedMAC.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 703d5c866 0: update: llvm-linux: all
new 4bae790f5 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 (703d5c866)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 229 +-
02-build_llvm/console.log | 12586 +++++++++++------------
03-build_linux/console.log | 7766 +++++++-------
04-boot_linux/console.log | 6 +-
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 16 +-
console.log | 20613 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 20608 insertions(+), 20626 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.