This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 9fde01ce6d [ClangFormat] relnotes for r373439
new ca954c8a5b ASTContext - silence static analyzer getAs<> null dereferenc [...]
new b143ac238d Log2_32 returns an unsigned. NFCI.
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/AST/ASTContext.cpp | 41 ++++++++++++++++++++---------------------
lib/CodeGen/CGObjCGNU.cpp | 3 ++-
2 files changed, 22 insertions(+), 22 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 libcxx.
from 2518823f1 Determine endianness at a time when it doesn't inadvertantly [...]
new d81b9578e Fix libc++ pretty printer test for Python 3 after D67238
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:
test/pretty_printers/gdb_pretty_printer_test.py | 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 6a653e66dbf [Support, ARM64] Define getHostCPUFeatures for Windows on A [...]
new 2e3f961efc0 [ARM] Identity shuffles are legal
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/Target/ARM/ARMISelLowering.cpp | 1 +
test/CodeGen/Thumb2/mve-shuffleext.ll | 56 +++--------------------------------
2 files changed, 5 insertions(+), 52 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 gcc.
from e9e53dd90c1 Support OpenMP's use_device_addr in Fortran
new 8753478a381 2019-10-02 Richard Biener <rguenther(a)suse.de>
new 45704c8b151 [ARC] Pass along "-mcode-density" flag to "as"
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:
gcc/ChangeLog | 12 +++
gcc/config/arc/arc.h | 3 +-
gcc/tree-vect-loop.c | 256 +++++++++++++++++++++++++++++++++++++++++++-------
gcc/tree-vect-stmts.c | 3 +-
gcc/tree-vectorizer.h | 2 +
5 files changed, 237 insertions(+), 39 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 b7cf475d1b8 gn build: (manually) merge r373425
new 6a653e66dbf [Support, ARM64] Define getHostCPUFeatures for Windows on A [...]
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/Support/Host.cpp | 11 +++++++++++
1 file changed, 11 insertions(+)
--
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 ae133f02b9d Fix coding style comment, missed in last commit
new 3bbd61df1a0 Improve OMP/ACC error diagnostic in Fortran
new 59e69905c6a 2019-10-02 Richard Biener <rguenther(a)suse.de>
new e9e53dd90c1 Support OpenMP's use_device_addr in Fortran
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:
gcc/cp/ChangeLog | 6 ++
gcc/cp/decl.c | 2 +
gcc/fortran/ChangeLog | 16 +++
gcc/fortran/dump-parse-tree.c | 1 +
gcc/fortran/gfortran.h | 1 +
gcc/fortran/openmp.c | 32 +++++-
gcc/fortran/parse.c | 16 ++-
gcc/testsuite/ChangeLog | 32 ++++++
gcc/testsuite/g++.dg/torture/pr91606.C | 109 +++++++++++++++++++++
gcc/testsuite/gfortran.dg/goacc/asyncwait-1.f95 | 12 +--
gcc/testsuite/gfortran.dg/goacc/asyncwait-2.f95 | 4 +-
gcc/testsuite/gfortran.dg/goacc/asyncwait-3.f95 | 4 +-
gcc/testsuite/gfortran.dg/goacc/asyncwait-4.f95 | 20 ++--
gcc/testsuite/gfortran.dg/goacc/default-2.f | 44 ++++-----
.../gfortran.dg/goacc/enter-exit-data.f95 | 4 +-
gcc/testsuite/gfortran.dg/goacc/if.f95 | 14 +--
gcc/testsuite/gfortran.dg/goacc/list.f95 | 6 +-
gcc/testsuite/gfortran.dg/goacc/literal.f95 | 2 +-
.../gfortran.dg/goacc/loop-2-kernels-tile.f95 | 4 +-
.../gfortran.dg/goacc/loop-2-parallel-tile.f95 | 4 +-
gcc/testsuite/gfortran.dg/goacc/loop-7.f95 | 20 ++--
.../gfortran.dg/goacc/parallel-kernels-clauses.f95 | 28 +++---
gcc/testsuite/gfortran.dg/goacc/routine-6.f90 | 2 +-
.../gfortran.dg/goacc/several-directives.f95 | 4 +-
gcc/testsuite/gfortran.dg/goacc/sie.f95 | 12 +--
gcc/testsuite/gfortran.dg/goacc/tile-1.f90 | 8 +-
.../gfortran.dg/goacc/update-if_present-2.f90 | 16 +--
gcc/testsuite/gfortran.dg/gomp/declare-simd-1.f90 | 2 +-
gcc/testsuite/gfortran.dg/gomp/is_device_ptr-1.f90 | 27 +++++
gcc/testsuite/gfortran.dg/gomp/pr29759.f90 | 8 +-
30 files changed, 346 insertions(+), 114 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr91606.C
create mode 100644 gcc/testsuite/gfortran.dg/gomp/is_device_ptr-1.f90
--
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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 9d93476d 0: update: binutils-gcc-linux: boot
new 1e88af0c 0: update: binutils-gcc-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 (9d93476d)
\
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:
01-reset_artifacts/console.log | 186 +-
02-prepare_abe/console.log | 218 +-
03-build_abe-binutils/console.log | 10721 +++++++--------
04-build_abe-stage1/console.log | 13917 ++++++++++---------
05-build_linux/console.log | 724 +-
06-boot_linux/console.log | 332 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 26131 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
10 files changed, 26128 insertions(+), 26127 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.