This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 140db660 0: update: binutils-gcc-glibc-llvm: 0
new e36cd441 0: update: binutils-gcc-glibc-llvm: 0
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 (140db660)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-master-aarch64- [...]
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 | 222 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11181 ++--
04-build_abe-stage1/console.log | 15586 +++--
05-build_abe-linux/console.log | 312 +-
06-build_abe-glibc/console.log | 40208 ++++++------
07-build_abe-stage2/console.log | 40803 ++++++------
08-build_llvm-true/console.log | 11766 ++--
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 5 +-
09-benchmark/console.log | 175 +-
10-check_regression/console.log | 42 +-
11-update_baseline/console.log | 121 +-
console.log | 120854 +++++++++++++++++------------------
jenkins/manifest.sh | 22 +-
results_id | 2 +-
16 files changed, 120829 insertions(+), 120910 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 07745b7d6a9 [X86] Make X86RegisterInfo(const Triple &TT) constructor explicit.
new ed1ec3ab254 Add FNeg IR constant folding support
new 3055634df9b [MCA] Notify event listeners when instructions transition t [...]
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/Analysis/ConstantFolding.h | 6 ++++
include/llvm/MCA/HWEventListener.h | 1 +
include/llvm/MCA/HardwareUnits/Scheduler.h | 14 ++++++--
include/llvm/MCA/Stages/ExecuteStage.h | 1 +
lib/Analysis/ConstantFolding.cpp | 11 +++++-
lib/IR/ConstantFold.cpp | 46 +++++++++++++++++++++++++
lib/IR/ConstantFold.h | 1 +
lib/IR/Constants.cpp | 10 +++---
lib/MCA/HardwareUnits/Scheduler.cpp | 11 ++++--
lib/MCA/Stages/ExecuteStage.cpp | 32 ++++++++++++++---
test/Analysis/ConstantFolding/fneg.ll | 42 +++++++++++++++++++++++
test/Transforms/InstCombine/fneg.ll | 53 ++---------------------------
test/Transforms/InstCombine/fsub.ll | 6 ++--
test/Transforms/InstCombine/inselt-binop.ll | 2 +-
test/Transforms/Reassociate/crash2.ll | 2 +-
unittests/IR/ConstantsTest.cpp | 2 +-
16 files changed, 168 insertions(+), 72 deletions(-)
create mode 100644 test/Analysis/ConstantFolding/fneg.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-release-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards b77dce67 4: update: llvm-linux: 17561
new bc4247eb 4: update: llvm-linux: 17561
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 (b77dce67)
\
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 | 162 +-
02-build_llvm/console.log | 11702 +++++++++++++------------
03-build_linux/console.log | 6242 +++++++-------
console.log | 18106 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
5 files changed, 18108 insertions(+), 18112 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-aarch64-lts-allmodconfig
in repository toolchain/ci/gcc.
from 83c019429b0 * crontab: Snapshots from trunk are now GCC 10 related. A [...]
adds 8017553455a Fix std::hash<std::error_condition>
adds 98a3d630a1a Improve API docs for <system_error> header
adds 84eda927e0c PR libstdc++/90299 make filesystem::absolute overloads consistent
adds 2d527eb0848 Fix reference to wrong class in comment
adds aa3d4957976 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 31 ++++++++
libstdc++-v3/include/std/system_error | 92 ++++++++++++++++++----
libstdc++-v3/libsupc++/exception | 4 +
libstdc++-v3/libsupc++/exception_ptr.h | 7 ++
libstdc++-v3/libsupc++/nested_exception.h | 8 ++
libstdc++-v3/src/c++11/compatibility-c++0x.cc | 4 +-
libstdc++-v3/src/c++17/fs_ops.cc | 5 +-
.../error_condition/hash.cc} | 25 ++++--
.../27_io/filesystem/operations/absolute.cc | 28 +++++++
10 files changed, 178 insertions(+), 28 deletions(-)
copy libstdc++-v3/testsuite/{20_util/variant/89851.cc => 19_diagnostics/error_cond [...]
--
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-aarch64-lts-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 9d6d4be89d [gdb/testsuite] Add cc-with-debug-names.exp
adds af97b4161f Don't derive partial_symbol from general_symbol_info
adds b6484282f8 Fix incorrect use of 'is' operator for comparison in python/ [...]
adds 7f008c9e6a Change valid_user_defined_cmd_name_p to return bool
adds 6fe876770a Change valid_command_p to return bool
adds e2eb806a17 Use "false" in select_frame_for_mi
adds fa9c2a59e3 Use bool, true, and false in arc-tdep.c
adds 9c05602219 Use "false" in compile_cplus_convert_enum
adds 06d16ec977 Use gdb_assert_not_reached in arm-linux-nat.c
adds fbdf05a16e Change arc_tdesc_init to return bool
adds 5da01df5b5 Remove a VEC from ppc-linux-nat.c
adds 89055eaa12 Remove a VEC from aarch64-tdep.c
adds 1231b7b825 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 69 ++++++++++++++++++++++++++++++++
gdb/aarch64-tdep.c | 36 +++++++----------
gdb/arc-tdep.c | 26 ++++++------
gdb/arm-linux-nat.c | 2 +-
gdb/cli/cli-cmds.c | 6 +--
gdb/cli/cli-decode.c | 8 ++--
gdb/command.h | 2 +-
gdb/compile/compile-cplus-types.c | 2 +-
gdb/dwarf-index-write.c | 8 ++--
gdb/ppc-linux-nat.c | 58 ++++++++++++++-------------
gdb/psympriv.h | 18 ++++++---
gdb/psymtab.c | 76 +++++++++++++++++++-----------------
gdb/python/lib/gdb/command/prompt.py | 4 +-
gdb/stack.c | 2 +-
15 files changed, 197 insertions(+), 122 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-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 67dc6f1e 0: update: binutils-gcc-linux: all
new 921ab066 0: update: binutils-gcc-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 (67dc6f1e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 418 +-
03-build_abe-binutils/console.log | 11021 +-
04-build_abe-stage1/console.log | 12950 +-
05-build_linux/console.log | 392610 ++++++++++++++++-----------------
06-boot_linux/console.log | 2 +-
console.log | 416935 +++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 417022 insertions(+), 417060 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-defconfig
in repository toolchain/ci/gcc.
from b09466c5d7e Daily bump.
adds fbab4bee9ef 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.