This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from b9d863c6c [ELF][X86] Allow PT_LOAD to have overlapping p_offset ranges [...]
new 0a49d36ee [ELF][ARM] Implement --fix-cortex-a8 to fix erratum 657417
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:
ELF/AArch64ErrataFix.cpp | 11 +-
ELF/ARMErrataFix.cpp | 528 +++++++++++++++++++++++++++++
ELF/{AArch64ErrataFix.h => ARMErrataFix.h} | 19 +-
ELF/CMakeLists.txt | 1 +
ELF/Config.h | 1 +
ELF/Driver.cpp | 4 +
ELF/Options.td | 3 +
ELF/Writer.cpp | 7 +
test/ELF/arm-fix-cortex-a8-blx.s | 33 ++
test/ELF/arm-fix-cortex-a8-nopatch.s | 123 +++++++
test/ELF/arm-fix-cortex-a8-plt.s | 39 +++
test/ELF/arm-fix-cortex-a8-recognize.s | 201 +++++++++++
test/ELF/arm-fix-cortex-a8-thunk.s | 69 ++++
test/ELF/arm-fix-cortex-a8-toolarge.s | 45 +++
14 files changed, 1068 insertions(+), 16 deletions(-)
create mode 100644 ELF/ARMErrataFix.cpp
copy ELF/{AArch64ErrataFix.h => ARMErrataFix.h} (67%)
create mode 100644 test/ELF/arm-fix-cortex-a8-blx.s
create mode 100644 test/ELF/arm-fix-cortex-a8-nopatch.s
create mode 100644 test/ELF/arm-fix-cortex-a8-plt.s
create mode 100644 test/ELF/arm-fix-cortex-a8-recognize.s
create mode 100644 test/ELF/arm-fix-cortex-a8-thunk.s
create mode 100644 test/ELF/arm-fix-cortex-a8-toolarge.s
--
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-stable-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 6a062a93d7 Add a NEWS entry that gdb can be compiled with py3 on Windows.
adds 0ad99adbcd Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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-master-aarch64-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 85703b9 0: update: binutils-gcc-linux: all
new 83ab290 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 (85703b9)
\
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 | 128 +-
02-prepare_abe/console.log | 412 +-
03-build_abe-binutils/console.log | 11385 ++++++++-------
04-build_abe-stage1/console.log | 15693 ++++++++++----------
05-build_linux/console.log | 724 +-
06-boot_linux/console.log | 2 +-
console.log | 28344 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 28356 insertions(+), 28348 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 tested
in repository toolchain/jenkins-scripts.
from 2b6a0349 start-container-docker.sh: Create workspace lock only when ...
adds 54c70b20 tcwg_bmk-build.sh: Increase tolerance for speed benchmarking
adds 340eb5b2 tcwg-benchmark-results.sh: Allow comparison of several runs
adds 2f633528 tcwg_bmk-build.sh: Use "symbol" threshold of 15% for libraries
adds a9058357 Run benchmarks inside containers
adds 347918f2 tcwg-benchmark.sh: Cleanup container on benchmarking board
adds 2061f926 tcwg-benchmark.sh: Bind-mount $WORKSPACE inside benchmarking [...]
No new revisions were added by this update.
Summary of changes:
docker-run.sh | 4 ++--
jenkins-helpers.sh | 18 ++++++++++++++----
start-container-docker.sh | 17 +++++++++++------
tcwg-benchmark-results.sh | 12 +++++++-----
tcwg-benchmark.sh | 9 ++++++++-
tcwg_bmk-build.sh | 13 +++++++------
6 files changed, 49 insertions(+), 24 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 clang-tools-extra.
from ec2f16a4 [Support] Add overload writeFileAtomically(std::function Writer)
new 931f3121 [clang-tidy] performance-inefficient-vector-operation: Suppor [...]
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:
.../InefficientVectorOperationCheck.cpp | 169 ++++++++++++++-------
.../performance/InefficientVectorOperationCheck.h | 10 ++
.../performance-inefficient-vector-operation.rst | 16 ++
.../performance-inefficient-vector-operation.cpp | 88 ++++++++++-
4 files changed, 226 insertions(+), 57 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-mainline-defconfig
in repository toolchain/ci/linux.
from 1609d7604b84 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
adds 72dbcf721566 Revert "ext4: make __ext4_get_inode_loc plug"
adds 4d856f72c10e Linux 5.3
No new revisions were added by this update.
Summary of changes:
Makefile | 2 +-
fs/ext4/inode.c | 3 ---
2 files changed, 1 insertion(+), 4 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-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 224f611 0: update: llvm-linux: boot
new b0045b5 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 (224f611)
\
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 | 128 +-
02-build_llvm/console.log | 12052 +-
03-build_linux/console.log | 599322 ++++++++++++++--------------
04-boot_linux/console.log | 436 +-
console.log | 794943 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
6 files changed, 703459 insertions(+), 703434 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.