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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 4e1b0f491 binutils-ecfe6254b5e27ba5dee0841d61d565cc1fe3318e: 18994
new 76b3b2c73 linux-40e020c129cfc991e8ab4736d2665351ffd1468d: 18994
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 (4e1b0f491)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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:
1-reset_artifacts/console.log | 71 +-
2-prepare_abe/console.log | 22 +-
3-build_abe-binutils/console.log | 6402 +-
4-build_abe-gcc/console.log | 12992 +-
5-count_linux_objs/console.log | 338694 +++++++++++++++++-----------------
5-count_linux_objs/revision | 2 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 10 +-
console.log | 358147 ++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
13 files changed, 358164 insertions(+), 358194 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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 9d9b983a8 binutils-e771f7a770b07c676958247464962614266da755: all
new 0fc50d610 gcc-95fa3e2d42710db68cc130cd0448ac4c5f169a67: 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 (9d9b983a8)
\
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:
1-reset_artifacts/console.log | 62 +-
3-build_abe-binutils/console.log | 3700 +-
4-build_abe-gcc/console.log | 5393 +-
4-build_abe-gcc/revision | 2 +-
5-count_linux_objs/console.log | 329042 +++++++++++++++++-----------------
console.log | 339513 ++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 339017 insertions(+), 338711 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 lldb.
from 06ece98ff Revert a hunk that shouldn't have been included in the last commit.
new c5aa39431 Re-commit "Introduce ObjectFileBreakpad"
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/lldb/Symbol/ObjectFile.h | 12 +
lit/Modules/Breakpad/Inputs/bad-module-id-1.syms | 2 +
lit/Modules/Breakpad/Inputs/bad-module-id-2.syms | 2 +
lit/Modules/Breakpad/Inputs/bad-module-id-3.syms | 2 +
.../Breakpad/Inputs/identification-linux.syms | 6 +
.../Breakpad/Inputs/identification-macosx.syms | 6 +
.../Breakpad/Inputs/identification-windows.syms | 4 +
lit/Modules/Breakpad/breakpad-identification.test | 32 +++
.../breakpoint => Modules/Breakpad}/lit.local.cfg | 0
.../deleted-executable}/Makefile | 0
.../deleted-executable/TestDeletedExecutable.py | 31 +++
.../functionalities/deleted-executable/main.cpp | 9 +
source/API/SystemInitializerFull.cpp | 3 +
source/Plugins/ObjectFile/Breakpad/CMakeLists.txt | 11 +
.../ObjectFile/Breakpad/ObjectFileBreakpad.cpp | 245 +++++++++++++++++++++
.../ObjectFile/Breakpad/ObjectFileBreakpad.h | 109 +++++++++
source/Plugins/ObjectFile/CMakeLists.txt | 3 +-
source/Symbol/ObjectFile.cpp | 60 +++++
tools/lldb-test/SystemInitializerTest.cpp | 3 +
tools/lldb-test/lldb-test.cpp | 13 ++
20 files changed, 552 insertions(+), 1 deletion(-)
create mode 100644 lit/Modules/Breakpad/Inputs/bad-module-id-1.syms
create mode 100644 lit/Modules/Breakpad/Inputs/bad-module-id-2.syms
create mode 100644 lit/Modules/Breakpad/Inputs/bad-module-id-3.syms
create mode 100644 lit/Modules/Breakpad/Inputs/identification-linux.syms
create mode 100644 lit/Modules/Breakpad/Inputs/identification-macosx.syms
create mode 100644 lit/Modules/Breakpad/Inputs/identification-windows.syms
create mode 100644 lit/Modules/Breakpad/breakpad-identification.test
copy lit/{tools/lldb-mi/breakpoint => Modules/Breakpad}/lit.local.cfg (100%)
copy packages/Python/lldbsuite/test/{api/check_public_api_headers => functionaliti [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/deleted-executab [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/deleted-executab [...]
create mode 100644 source/Plugins/ObjectFile/Breakpad/CMakeLists.txt
create mode 100644 source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp
create mode 100644 source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.h
--
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.
"Mark Murray pushed a change to annotated tag linaro-6.5-2018.12-rc1
in repository toolchain/gcc.
*** WARNING: tag linaro-6.5-2018.12-rc1 was deleted! ***
tag was b117ec1d331
This change permanently discards the following revisions:
discards ae07993b565 Make Linaro GCC Release Candidate 6.5-2018.12-rc1.
--
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.
"Mark Murray pushed a change to branch linaro-local/releases/linaro-6.5-2018.12
in repository toolchain/gcc.
was 754bbae1788 gcc/ * LINARO-VERSION: Bump version number, post release [...]
This change permanently discards the following revisions:
discards 754bbae1788 gcc/ * LINARO-VERSION: Bump version number, post release [...]
--
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 openmp.
from a23f780 [OPENMP][NVPTX]Enable fast shuffles on 64bit values only if C [...]
new e90d5a5 [OPENMP][NVPTX]Revert __kmpc_shuffle_int64 to its original form.
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:
libomptarget/deviceRTLs/nvptx/src/reduction.cu | 5 -----
1 file changed, 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/gnu-master-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 71ca963ef linux-14cf8c1d5b90a0cf6a8ba51ef59db8da8c7a2622: all
new 6a63994d3 gcc-9861da3b17e527ecb7ac77d2a405bb3be713e999: 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 (71ca963ef)
\
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:
1-reset_artifacts/console.log | 32 +-
3-build_abe-binutils/console.log | 3342 +-
4-build_abe-gcc/console.log | 4448 +-
4-build_abe-gcc/revision | 2 +-
5-count_linux_objs/console.log | 299325 ++++++++++++++++++-----------------
console.log | 307141 ++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 306968 insertions(+), 307338 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-release-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 5db4134d2 llvm-b8e7044dd2e6e7af9e58cef99b840bd88cfd2dec: all
new a41a46086 linux-14cf8c1d5b90a0cf6a8ba51ef59db8da8c7a2622: 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 (5db4134d2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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:
1-reset_artifacts/console.log | 115 +-
2-build_llvm/console.log | 8753 +++++++++++++++++++-------------------
3-count_linux_objs/console.log | 205 +-
3-count_linux_objs/revision | 2 +-
console.log | 9039 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
9 files changed, 9098 insertions(+), 9032 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-lts-allyesconfig
in repository toolchain/binutils-gdb.
from 66a4daef5d x86: Put back BFD_RELOC_X86_64_GOTPCREL
adds 3778ce5680 Automatic date update in version.in
adds 0c362c8126 Correct gas/ChangeLog entry for PR gas/23968
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 2 +-
2 files changed, 2 insertions(+), 2 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-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards f872bad2b gcc-15960a94ab310e326e0f2143dcdd67e8df7c1088: all
new 19a6f6c46 binutils-0c362c8126bf3bc54430ce9e8d4b0a19da23bc0b: 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 (f872bad2b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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:
1-reset_artifacts/console.log | 73 +-
2-prepare_abe/console.log | 22 +-
3-build_abe-binutils/console.log | 6165 +++++++------
3-build_abe-binutils/revision | 2 +-
4-build_abe-gcc/console.log | 11813 ++++++++++++------------
5-count_linux_objs/console.log | 168 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 18265 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
13 files changed, 18192 insertions(+), 18338 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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards e3e529274 gcc-fe95ed81464506d09e78f2dc96e1f49f63c35ffd: all
new 10727fbc9 linux-14cf8c1d5b90a0cf6a8ba51ef59db8da8c7a2622: 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 (e3e529274)
\
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:
1-reset_artifacts/console.log | 50 +-
2-prepare_abe/console.log | 22 +-
3-build_abe-binutils/console.log | 6353 ++++++++--------
4-build_abe-gcc/console.log | 8477 +++++++++++----------
5-count_linux_objs/console.log | 179 +-
5-count_linux_objs/revision | 2 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 15079 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
13 files changed, 15065 insertions(+), 15119 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/base-artifacts.
discards ab07f60e7 binutils-3778ce5680d297a31f11420f1505a489cf717503: all
new aff1040af linux-14cf8c1d5b90a0cf6a8ba51ef59db8da8c7a2622: 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 (ab07f60e7)
\
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:
1-reset_artifacts/console.log | 28 +-
2-prepare_abe/console.log | 22 +-
3-build_abe-binutils/console.log | 6360 ++++++++--------
4-build_abe-gcc/console.log | 8189 ++++++++++----------
5-count_linux_objs/console.log | 327 +-
5-count_linux_objs/revision | 2 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 14900 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
13 files changed, 15111 insertions(+), 14739 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 e9458697d15 [AArch64] Refactor the scheduling predicates
new 2cce0fbee18 [x86] add tests for LowerVSETCC with min/max; NFC
new 760a278a3f5 [AMDGPU] Change the l1 flush instruction for AMDPAL/MESA3D.
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:
lib/Target/AMDGPU/SIMemoryLegalizer.cpp | 8 +-
...-atomic-fence.ll => memory-legalizer-amdpal.ll} | 39 +--
...-atomic-fence.ll => memory-legalizer-mesa3d.ll} | 39 +--
test/CodeGen/X86/vec_setcc-2.ll | 379 +++++++++++++++++++++
4 files changed, 418 insertions(+), 47 deletions(-)
copy test/CodeGen/AMDGPU/{memory-legalizer-atomic-fence.ll => memory-legalizer-amd [...]
copy test/CodeGen/AMDGPU/{memory-legalizer-atomic-fence.ll => memory-legalizer-mes [...]
--
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 compiler-rt.
from a3e78a793 Add data types needed for md2(3)/NetBSD interceptors
new 723059836 [Sanitizer] expand sysctl/getmntinfo/nl_langinfo to Darwin
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:
.../sanitizer_platform_interceptors.h | 6 +--
test/sanitizer_common/TestCases/NetBSD/asysctl.cc | 44 +++++++++++++++++++
.../TestCases/NetBSD/sysctlgetmibinfo.cc | 36 ++++++++++++++++
.../sanitizer_common/TestCases/Posix/getmntinfo.cc | 2 +-
test/sanitizer_common/TestCases/Posix/sysctl.cc | 50 +---------------------
5 files changed, 85 insertions(+), 53 deletions(-)
create mode 100644 test/sanitizer_common/TestCases/NetBSD/asysctl.cc
create mode 100644 test/sanitizer_common/TestCases/NetBSD/sysctlgetmibinfo.cc
--
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-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 75146ba8e gcc-6da2ab3f2785385b1db65e9588f2d0f855fea2e5: all
new 13302c420 linux-40e020c129cfc991e8ab4736d2665351ffd1468d: 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 (75146ba8e)
\
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:
1-reset_artifacts/console.log | 56 +-
2-prepare_abe/console.log | 22 +-
3-build_abe-binutils/console.log | 6348 ++++++++--------
4-build_abe-gcc/console.log | 7833 ++++++++++----------
5-count_linux_objs/console.log | 179 +-
5-count_linux_objs/revision | 2 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 14444 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
13 files changed, 14423 insertions(+), 14483 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/binutils-gdb.
from 7b7dc363e5 Automatic date update in version.in
adds 66a4daef5d x86: Put back BFD_RELOC_X86_64_GOTPCREL
adds 3778ce5680 Automatic date update in version.in
adds 0c362c8126 Correct gas/ChangeLog entry for PR gas/23968
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 10 ++++++++++
gas/config/tc-i386.h | 1 +
gas/testsuite/gas/i386/i386.exp | 1 +
gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d | 13 +++++++++++++
gas/testsuite/gas/i386/x86-64-gotpcrel-2.d | 11 +++++++++++
.../testsuite/gas/i386/x86-64-gotpcrel-2.s | 1 +
7 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d
create mode 100644 gas/testsuite/gas/i386/x86-64-gotpcrel-2.d
copy ld/testsuite/ld-x86-64/pr17306b.s => gas/testsuite/gas/i386/x86-64-gotpcrel-2 [...]
--
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 0788cd130 gcc-15960a94ab310e326e0f2143dcdd67e8df7c1088: 19091
new 8cfcc1d3a binutils-0c362c8126bf3bc54430ce9e8d4b0a19da23bc0b: 19091
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 (0788cd130)
\
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:
1-reset_artifacts/console.log | 48 +-
2-prepare_abe/console.log | 22 +-
3-build_abe-binutils/console.log | 6124 ++++++-------
3-build_abe-binutils/revision | 2 +-
4-build_abe-gcc/console.log | 11793 ++++++++++++------------
5-count_linux_objs/console.log | 171 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 11 +-
console.log | 18193 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
13 files changed, 18092 insertions(+), 18290 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 282d793c8d7 [DAGCombiner] Simplify test case from r348759
new b167de5e721 [llvm-mca] Add new tests for Exynos (NFC)
new 67ce34f4c82 [AMDGPU] Add new Mode Register pass - minor fix
new e9458697d15 [AArch64] Refactor the scheduling predicates
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:
lib/Target/AArch64/AArch64SchedPredicates.td | 386 +++++++++++++++++----
lib/Target/AMDGPU/SIModeRegister.cpp | 2 +-
.../llvm-mca/AArch64/Exynos/extended-register.s | 58 ++++
.../llvm-mca/AArch64/Exynos/register-offset.s | 46 +++
.../llvm-mca/AArch64/Exynos/shifted-register.s | 46 +++
5 files changed, 476 insertions(+), 62 deletions(-)
create mode 100644 test/tools/llvm-mca/AArch64/Exynos/extended-register.s
create mode 100644 test/tools/llvm-mca/AArch64/Exynos/register-offset.s
create mode 100644 test/tools/llvm-mca/AArch64/Exynos/shifted-register.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.