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 ccd75ed8 2: update: binutils-gcc-linux: 19582
new 32a173c0 2: update: binutils-gcc-linux: 19584
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 (ccd75ed8)
\
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:
01-reset_artifacts/console.log | 166 +-
02-prepare_abe/console.log | 362 +-
03-build_abe-binutils/console.log | 10882 ++++++-------
04-build_abe-stage1/console.log | 17192 +++++++++++----------
05-build_linux/console.log | 769 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 122 +-
console.log | 29501 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
10 files changed, 29415 insertions(+), 29605 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 d73371c16ba AMDGPU/GlobalISel: Select G_TRUNC
new 2f160b4cde3 Remove flag for no longer supported MSVC version
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:
cmake/modules/HandleLLVMOptions.cmake | 4 ----
1 file changed, 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_bmk/llvm-master-aarch64-spec2k6-O2_LTO
in repository toolchain/ci/glibc.
from 85c748f9ff Add missing VDSO_{NAME,HASH}_* macros and use them for PREPA [...]
adds fefa21790b nl_{AW,NL}: Correct the thousands separator and grouping (bu [...]
adds 2bd81b60d6 szl_PL locale: Spelling corrections (bug 24652).
No new revisions were added by this update.
Summary of changes:
ChangeLog | 18 ++++++++++++++++++
localedata/locales/nl_AW | 2 +-
localedata/locales/nl_NL | 6 +++---
localedata/locales/szl_PL | 42 +++++++++++++++++++++++++++---------------
4 files changed, 49 insertions(+), 19 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_bmk/llvm-master-aarch64-spec2k6-O2_LTO
in repository toolchain/ci/base-artifacts.
discards 0c88b619 0: init: binutils-gcc-glibc-llvm: 0
new d980ac6a 0: init: 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 (0c88b619)
\
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 | 220 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11627 ++--
04-build_abe-stage1/console.log | 15639 ++---
05-build_abe-linux/console.log | 300 +-
06-build_abe-glibc/console.log | 39951 ++++++------
07-build_abe-stage2/console.log | 40663 ++++++------
08-build_llvm-true/console.log | 11879 ++--
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 5 +-
09-benchmark/console.log | 113 +-
11-update_baseline/console.log | 6 +-
console.log | 120840 ++++++++++++++++++-----------------
jenkins/manifest.sh | 20 +-
results_id | 2 +-
15 files changed, 120876 insertions(+), 120829 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 15cdb2644 Move common functionality from processwindows into processdebugger
new 8974365c9 [ABI] Implement Windows ABI for x86_64
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:
.../lldbutil/iter/TestRegistersIterator.py | 1 -
source/API/SystemInitializerFull.cpp | 3 +
source/Plugins/ABI/CMakeLists.txt | 1 +
source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp | 15 +-
.../ABI/Windows-x86_64/ABIWindows_x86_64.cpp | 1809 ++++++++++++++++++++
.../ABIWindows_x86_64.h} | 34 +-
.../{MacOSX-i386 => Windows-x86_64}/CMakeLists.txt | 4 +-
.../Windows/Common/RegisterContextWindows.cpp | 19 +-
.../Common/x64/RegisterContextWindows_x64.cpp | 172 +-
9 files changed, 2030 insertions(+), 28 deletions(-)
create mode 100644 source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
copy source/Plugins/ABI/{SysV-mips/ABISysV_mips.h => Windows-x86_64/ABIWindows_x86 [...]
copy source/Plugins/ABI/{MacOSX-i386 => Windows-x86_64}/CMakeLists.txt (54%)
--
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 binutils-2_32-branch
in repository binutils-gdb.
from 4acb0da14e Automatic date update in version.in
new df010caac3 elf: Remove the property after reporting its removal
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/ChangeLog | 6 ++++++
bfd/elf-properties.c | 10 ++++------
ld/ChangeLog | 10 ++++++++++
ld/testsuite/ld-x86-64/pr24721-x32.d | 6 ++++++
ld/testsuite/ld-x86-64/pr24721.d | 6 ++++++
ld/testsuite/ld-x86-64/pr24721.map | 3 +++
ld/testsuite/ld-x86-64/pr24721a.s | 34 ++++++++++++++++++++++++++++++++++
ld/testsuite/ld-x86-64/pr24721b.s | 6 ++++++
ld/testsuite/ld-x86-64/x86-64.exp | 2 ++
9 files changed, 77 insertions(+), 6 deletions(-)
create mode 100644 ld/testsuite/ld-x86-64/pr24721-x32.d
create mode 100644 ld/testsuite/ld-x86-64/pr24721.d
create mode 100644 ld/testsuite/ld-x86-64/pr24721.map
create mode 100644 ld/testsuite/ld-x86-64/pr24721a.s
create mode 100644 ld/testsuite/ld-x86-64/pr24721b.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.
unknown user pushed a change to branch master
in repository llvm.
from 6ba4049f7df AMDGPU/GlobalISel: Split VALU s64 G_ZEXT/G_SEXT in RegBankSelect
new 85cf93877df [PowerPC][UpdateTestChecks] powerpc- triple support
new 0bb983e6aec AMDGPU/GlobalISel: RegBankSelect for amdgcn.class
new d73371c16ba AMDGPU/GlobalISel: Select G_TRUNC
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/AMDGPU/AMDGPUInstructionSelector.cpp | 72 ++++
lib/Target/AMDGPU/AMDGPUInstructionSelector.h | 1 +
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 9 +
lib/Target/AMDGPU/SIRegisterInfo.cpp | 54 +--
lib/Target/AMDGPU/SIRegisterInfo.h | 12 +
.../AMDGPU/GlobalISel/inst-select-trunc.mir | 373 +++++++++++++++++++++
...ct-fexp2.mir => regbankselect-amdgcn.class.mir} | 16 +-
test/CodeGen/PowerPC/varargs.ll | 63 ++--
utils/UpdateTestChecks/asm.py | 3 +-
9 files changed, 539 insertions(+), 64 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-trunc.mir
copy test/CodeGen/AMDGPU/GlobalISel/{regbankselect-fexp2.mir => regbankselect-amdg [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.