This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8a89f2de31f [WebAssembly] Improve support for "needed" list in dylink section
new b7dc7b58c4c [AIX][CMake] Changes for building on AIX with XL and 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:
cmake/modules/AddLLVM.cmake | 8 +++++++-
cmake/modules/HandleLLVMOptions.cmake | 31 ++++++++++++++++++++++++++-----
include/llvm/Config/abi-breaking.h.cmake | 16 ++++++++++++++--
3 files changed, 47 insertions(+), 8 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 68d3038f2ac 2019-03-13 Vladimir Makarov <vmakarov(a)redhat.com>
new c69047a18c1 2019-03-13 Harald Anlauf <anlauf(a)gmx.de>
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/fortran/ChangeLog | 7 +++++++
gcc/fortran/trans-expr.c | 20 ++++++++++----------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr87045.f90 | 19 +++++++++++++++++++
4 files changed, 41 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr87045.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.
unknown user pushed a change to branch master
in repository clang.
from 937655622b [clang-format] Propagate inferred language to getLLVMStyle() [...]
new 7ba0896ce5 Revert "Add a new attribute, fortify_stdlib"
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/Basic/Attr.td | 7 -
include/clang/Basic/AttrDocs.td | 37 ----
include/clang/Basic/Builtins.h | 8 +-
include/clang/Basic/DiagnosticSemaKinds.td | 2 -
lib/Basic/Builtins.cpp | 25 ---
lib/CodeGen/CGBuiltin.cpp | 84 --------
lib/CodeGen/CodeGenFunction.h | 4 -
lib/Sema/SemaDeclAttr.cpp | 29 ---
test/CodeGen/fortify-std-lib.c | 220 ---------------------
...pragma-attribute-supported-attributes-list.test | 1 -
test/Sema/fortify-std-lib.c | 18 --
11 files changed, 1 insertion(+), 434 deletions(-)
delete mode 100644 test/CodeGen/fortify-std-lib.c
delete mode 100644 test/Sema/fortify-std-lib.c
--
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/gcc.
from c20688aec09 2019-03-12 Richard Biener <rguenther(a)suse.de>
adds 6fcd015e867 Daily bump.
adds 0f7614e3cf5 S/390: Fix the vec_xl / vec_xst style builtins
adds 408d364369b S/390: Fix immediate vector operands for some builtins.
adds 460535de3c8 2019-03-14 Richard Biener <rguenther(a)suse.de>
new e94b976990f 2019-03-13 Vladimir Makarov <vmakarov(a)redhat.com>
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 | 55 ++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/s390/s390-builtin-types.def | 14 ++++-
gcc/config/s390/s390-builtins.def | 65 +++++++++++-----------
gcc/config/s390/s390-c.c | 28 +++++++---
gcc/config/s390/s390.c | 14 +++--
gcc/lra-constraints.c | 1 +
gcc/passes.c | 2 +-
gcc/testsuite/ChangeLog | 41 ++++++++++++++
gcc/testsuite/g++.dg/tree-prof/devirt.C | 8 +--
gcc/testsuite/gcc.dg/torture/pr89677.c | 15 +++++
gcc/testsuite/gcc.dg/tree-ssa/reassoc-43.c | 2 +-
gcc/testsuite/gcc.dg/uninit-pr89296.c | 13 +++++
gcc/testsuite/gcc.target/i386/pr85860.c | 23 ++++++++
.../gcc.target/s390/zvector/vec-addc-u128.c | 10 ++++
.../gcc.target/s390/zvector/xl-xst-align-1.c | 45 +++++++++++++++
.../gcc.target/s390/zvector/xl-xst-align-2.c | 48 ++++++++++++++++
gcc/tree-cfgcleanup.c | 14 +++--
gcc/tree-cfgcleanup.h | 2 +-
gcc/tree-scalar-evolution.c | 5 ++
gcc/tree-ssa-loop-ch.c | 16 +++++-
21 files changed, 365 insertions(+), 58 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr89677.c
create mode 100644 gcc/testsuite/gcc.dg/uninit-pr89296.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr85860.c
create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec-addc-u128.c
create mode 100644 gcc/testsuite/gcc.target/s390/zvector/xl-xst-align-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/zvector/xl-xst-align-2.c
--
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 be231415 0: good: binutils-gcc-linux: all
new 5b8113fd 0: good: 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 (be231415)
\
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 | 16 +-
2-prepare_abe/console.log | 14 +-
3-build_abe-binutils/console.log | 3988 ++++++++---------
4-build_abe-stage1/console.log | 4719 +++++++++++----------
5-build_linux/console.log | 64 +-
6-boot_linux/console.log | 2 +-
console.log | 8719 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 8772 insertions(+), 8758 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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 52685068 0: good: binutils-gcc-linux: all
new 2dc94fd7 0: good: 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 (52685068)
\
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 | 14 +-
2-prepare_abe/console.log | 14 +-
3-build_abe-binutils/console.log | 3605 +++++++++--------
4-build_abe-stage1/console.log | 4222 ++++++++++----------
5-build_linux/console.log | 146 +-
6-boot_linux/console.log | 2 +-
console.log | 8067 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
9 files changed, 8077 insertions(+), 8007 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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards a85122c7 2: good: llvm-linux: 19260
new 4fae680b 2: good: llvm-linux: 19260
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 (a85122c7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 14 +-
2-build_llvm/console.log | 9726 ++++++++++++++++++------------------
3-build_linux/console.log | 829 ++--
console.log | 10543 ++++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
5 files changed, 10597 insertions(+), 10523 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.