This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8f4f5af4331 [NewPassManager] Add tuning option: SLPVectorization [NFC].
new 5c75d64b7bb [RegAllocFast] Scan physcial reg definitions before assigni [...]
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/CodeGen/RegAllocFast.cpp | 20 ++++++++++++++++----
.../CodeGen/X86/virtreg-physreg-def-regallocfast.mir | 19 +++++++++++++++++++
2 files changed, 35 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/X86/virtreg-physreg-def-regallocfast.mir
--
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_bmk/gnu-master-arm-spec2k6-Os_LTO
in repository toolchain/ci/glibc.
from 32e902a94e aarch64: thunderx2 memmove performance improvements
adds c4a392cfd1 Use GCC 9 in build-many-glibcs.py.
adds c2b11710fb Use Linux 5.1 in build-many-glibcs.py.
adds 13d0931888 Revert "Use Linux 5.1 in build-many-glibcs.py."
adds 7621676f7a Update syscall-names.list for Linux 5.1.
new b2f601ba9a malloc/tst-mallocfork2: Use process-shared barriers
new 33647a7294 support: Add xclock_gettime
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:
ChangeLog | 64 ++++++++++
malloc/Makefile | 1 +
malloc/tst-mallocfork2.c | 137 +++++++++++++--------
scripts/build-many-glibcs.py | 2 +-
support/Makefile | 1 +
support/README | 1 +
...{xpthread_rwlock_destroy.c => xclock_gettime.c} | 13 +-
.../mach/hurd/res_enable_icmp.c => support/xtime.h | 22 ++--
sysdeps/unix/sysv/linux/syscall-names.list | 28 ++++-
9 files changed, 202 insertions(+), 67 deletions(-)
copy support/{xpthread_rwlock_destroy.c => xclock_gettime.c} (73%)
copy sysdeps/mach/hurd/res_enable_icmp.c => support/xtime.h (70%)
--
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_bmk/gnu-master-arm-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards fb4fdff8 0: update: binutils-7bd55dac80c2faced875119b60acfb51741e397e: 0
new a069dcac 0: update: binutils-gcc-glibc: 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 (fb4fdff8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-master-arm-spec2 [...]
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 | 183 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 11064 ++--
04-build_abe-stage1/console.log | 19844 +++---
05-build_abe-linux/console.log | 288 +-
06-build_abe-glibc/console.log | 39278 ++++++------
07-build_abe-stage2/console.log | 46455 +++++++-------
08-benchmark/benchmark-start.log | 2 +-
08-benchmark/benchmark.log | 7 +-
08-benchmark/console.log | 169 +-
09-check_regression/console.log | 286 +-
10-update_baseline/console.log | 288 +-
console.log | 118289 ++++++++++++++++++-----------------
jenkins/manifest.sh | 18 +-
results.csv | 34 +-
results_id | 2 +-
16 files changed, 119451 insertions(+), 117190 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 24cfccf7 Documentation for bugprone-inaccurate-erase: added an example [...]
new 29c38cc7 [clang-tidy] Update documentation on ReSharper integration.
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:
docs/clang-tidy/Integrations.rst | 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.
unknown user pushed a change to branch master
in repository llvm.
from b96d6291666 [Tests] Landing tests for D58632 to show diffs in review
new 2b5b5c473b0 [InstSimplify] add tests for fcmp+minnum; NFC
new 8f4f5af4331 [NewPassManager] Add tuning option: SLPVectorization [NFC].
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/Passes/PassBuilder.h | 4 +
include/llvm/Transforms/Vectorize/SLPVectorizer.h | 2 +
lib/Passes/PassBuilder.cpp | 4 +-
lib/Transforms/IPO/PassManagerBuilder.cpp | 5 +-
lib/Transforms/Vectorize/SLPVectorizer.cpp | 4 +
.../InstSimplify/floating-point-compare.ll | 157 +++++++++++++++++++++
6 files changed, 171 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 99e113c5 0: update: llvm-linux: boot
new c4eaacdc 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 (99e113c5)
\
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 | 184 +-
02-build_llvm/console.log | 11678 +++++++++++++++----------------
03-build_linux/console.log | 1802 ++---
04-boot_linux/console.log | 464 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 25 -
console.log | 14159 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 14142 insertions(+), 14188 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.