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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards e4b5958e 0: update: binutils-gcc-linux: all
new 62c26c71 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 (e4b5958e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 16 +-
02-prepare_abe/console.log | 432 +-
03-build_abe-binutils/console.log | 10713 +++++------
04-build_abe-stage1/console.log | 19390 +++++++++----------
05-build_linux/console.log | 5428 +++---
06-boot_linux/console.log | 2 +-
console.log | 35977 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 36088 insertions(+), 35886 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.
from b886fe4cb6 [clang] [cmake] Support LLVM_DISTRIBUTION_COMPONENTS in stan [...]
new f8c3d1a886 [OPENMP50]Treat range-based for as canonical loop.
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/clang/AST/StmtOpenMP.h | 17 ++-
include/clang/Sema/Sema.h | 4 +
lib/CodeGen/CGStmtOpenMP.cpp | 33 +++++
lib/Parse/ParseDecl.cpp | 2 +
lib/Sema/SemaOpenMP.cpp | 49 +++++--
lib/Sema/SemaStmt.cpp | 5 +
.../distribute_parallel_for_simd_loop_messages.cpp | 2 +-
test/OpenMP/distribute_simd_loop_messages.cpp | 2 +-
test/OpenMP/for_ast_print.cpp | 26 ++--
test/OpenMP/for_loop_messages.cpp | 2 +-
test/OpenMP/for_simd_loop_messages.cpp | 2 +-
test/OpenMP/parallel_for_codegen.cpp | 159 +++++++++++++++++++++
test/OpenMP/parallel_for_loop_messages.cpp | 2 +-
test/OpenMP/parallel_for_simd_loop_messages.cpp | 2 +-
test/OpenMP/simd_loop_messages.cpp | 2 +-
test/OpenMP/target_parallel_for_loop_messages.cpp | 2 +-
.../target_parallel_for_simd_loop_messages.cpp | 2 +-
test/OpenMP/target_simd_loop_messages.cpp | 2 +-
.../target_teams_distribute_loop_messages.cpp | 2 +-
...teams_distribute_parallel_for_loop_messages.cpp | 2 +-
..._distribute_parallel_for_simd_loop_messages.cpp | 2 +-
test/OpenMP/taskloop_loop_messages.cpp | 2 +-
test/OpenMP/taskloop_simd_loop_messages.cpp | 2 +-
test/OpenMP/teams_distribute_loop_messages.cpp | 2 +-
...teams_distribute_parallel_for_loop_messages.cpp | 2 +-
..._distribute_parallel_for_simd_loop_messages.cpp | 2 +-
.../OpenMP/teams_distribute_simd_loop_messages.cpp | 2 +-
27 files changed, 291 insertions(+), 42 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 libcxxabi.
from 639f74d [libc++abi] Remove redundant link flags on Apple platforms
new 9de3fb5 [libc++abi] Do not define -Dcxxabi_shared_EXPORTS when buildi [...]
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:
src/CMakeLists.txt | 4 +++-
1 file changed, 3 insertions(+), 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 81e339197ec Second attempt to add iterator_range::empty()
new b4bef9ad2f1 GlobalISel: Add target pre-isel instructions
new edbb230b916 AMDGPU/GlobalISel: Select more G_INSERT cases
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/CodeGen/MachineInstr.h | 6 +
include/llvm/MC/MCInstrDesc.h | 7 +-
include/llvm/Target/GenericOpcodes.td | 4 +-
include/llvm/Target/Target.td | 4 +
lib/CodeGen/GlobalISel/RegBankSelect.cpp | 5 +-
lib/Target/AMDGPU/AMDGPUGISel.td | 1 +
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 100 ++++-
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 1 +
lib/Target/AMDGPU/SIInstrInfo.cpp | 3 +-
lib/Target/AMDGPU/SIInstructions.td | 10 +
.../GlobalISel/inst-select-amdgpu-ffbh-u32.mir | 68 ++++
.../AMDGPU/GlobalISel/inst-select-insert.mir | 447 ++++++++++++++++++++-
...bswap.mir => regbankselect-amdgpu-ffbh-u32.mir} | 17 +-
utils/TableGen/CodeGenInstruction.cpp | 1 +
utils/TableGen/CodeGenInstruction.h | 1 +
utils/TableGen/InstrInfoEmitter.cpp | 1 +
16 files changed, 620 insertions(+), 56 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgpu-ffbh-u32.mir
copy test/CodeGen/AMDGPU/GlobalISel/{regbankselect-bswap.mir => regbankselect-amdg [...]
--
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 gcc.
from b4578a09987 MSP430: Don't generate 430X insns when handling data in the [...]
new b3305f3d277 * config/i386/i386-expand.c (ix86_expand_floorceildf_32, [...]
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:
gcc/ChangeLog | 14 ++-
gcc/config/i386/i386-expand.c | 220 +++++++++++++++++++++---------------------
gcc/config/i386/i386-protos.h | 6 +-
3 files changed, 124 insertions(+), 116 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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 71f7616c 0: update: llvm-linux: all
new 7bb7067a 0: update: llvm-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 (71f7616c)
\
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 | 114 +-
02-build_llvm/console.log | 12206 +++++++++----------
03-build_linux/console.log | 12559 +------------------
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 25 +
console.log | 24889 ++++++++++----------------------------
jenkins/manifest.sh | 12 +-
8 files changed, 13177 insertions(+), 36638 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 gcc-9-branch
in repository gcc.
from 9655d83ee5d Daily bump.
new 7b400b61cce [gcc]
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:
gcc/ChangeLog | 9 +++++++++
gcc/config/rs6000/rs6000-p8swap.c | 5 +++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/powerpc/pr91275.c | 21 +++++++++++++++++++++
4 files changed, 43 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr91275.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.