This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 5434aaddc65 Daily bump.
new cff2a7c2832 Backport r273660
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 | 10 ++++++++++
gcc/opts-common.c | 20 +++++++++++++++++++-
gcc/opts-global.c | 6 +++++-
gcc/testsuite/ChangeLog | 8 ++++++++
4 files changed, 42 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/llvm-release-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 4f0de8d9 0: update: llvm-linux: boot
new 90d613aa 0: update: llvm-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 (4f0de8d9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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-build_llvm/console.log | 11742 +++++++++++++++++------------------
03-build_linux/console.log | 594 +-
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 6 +-
console.log | 12566 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 12570 insertions(+), 12570 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 f387617422 [analyzer] Fix -Wunused-function in NDEBUG builds with #ifde [...]
new d3067677be [OpenCL] Improve destructor support in C++ for OpenCL
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/DeclCXX.h | 14 ++++--
include/clang/AST/ExprCXX.h | 11 +++--
lib/AST/DeclCXX.cpp | 25 +++++++++--
lib/AST/ExprCXX.cpp | 7 +++
lib/CodeGen/CGCXXABI.h | 14 +++---
lib/CodeGen/CGCall.cpp | 2 +-
lib/CodeGen/CGClass.cpp | 40 +++++++++++-------
lib/CodeGen/CGDecl.cpp | 21 +++++----
lib/CodeGen/CGExprCXX.cpp | 31 +++++++++++---
lib/CodeGen/CodeGenFunction.h | 13 +++---
lib/CodeGen/ItaniumCXXABI.cpp | 32 +++++++++-----
lib/CodeGen/MicrosoftCXXABI.cpp | 30 ++++++++-----
lib/Sema/SemaDeclCXX.cpp | 50 +++++++++++-----------
lib/Sema/SemaOverload.cpp | 4 +-
test/CodeGenCXX/PR42665.cpp | 61 +++++++++++++++++++++++++++
test/CodeGenOpenCLCXX/addrspace-ctor.cl | 14 ------
test/CodeGenOpenCLCXX/addrspace-with-class.cl | 59 ++++++++++++++++++++++++++
17 files changed, 312 insertions(+), 116 deletions(-)
create mode 100644 test/CodeGenCXX/PR42665.cpp
delete mode 100644 test/CodeGenOpenCLCXX/addrspace-ctor.cl
create mode 100644 test/CodeGenOpenCLCXX/addrspace-with-class.cl
--
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 release_90
in repository clang-tools-extra.
at a5ac20fe Creating release_90 branch off revision 366426
This branch includes the following new commits:
new a5ac20fe Creating release_90 branch off revision 366426
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.
--
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 glibc.
from c7e4b684e7 locale/C-translit.h.in: Cyrillic -> ASCII transliteration [B [...]
new dcf36bcad3 Add NEWS entry about the new AArch64 IFUNC resolver call ABI
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:
ChangeLog | 4 ++++
NEWS | 4 ++++
2 files changed, 8 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 llvm.
from 0bce05246ef [llvm-readobj] - Stop using precompiled objects in file-hea [...]
new ca15d41cf2a [IPRA][ARM] Make use of the "returned" parameter attribute
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/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 ++
lib/Target/ARM/ARMFrameLowering.cpp | 6 ++++++
lib/Target/ARM/ARMISelLowering.cpp | 6 ++++++
lib/Target/ARM/ARMMachineFunctionInfo.h | 7 +++++++
test/CodeGen/ARM/ipra-r0-returned.ll | 18 ++++++++++++++++++
5 files changed, 39 insertions(+)
create mode 100644 test/CodeGen/ARM/ipra-r0-returned.ll
--
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_gnu/gnu-release-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 8f188eeb 0: update: gcc-389acf7441f52d8794ed92fdac542ba685119603: -5
new 7a454cdb 0: update: gcc-95f52ddbae26f77e6f677878bbb1d73e07a8a8b4: -5
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 (8f188eeb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 128 +-
02-prepare_abe/console.log | 252 +-
03-build_abe-bootstrap_ubsan/console.log | 87882 ++++++++++++++--------------
console.log | 88256 ++++++++++++++---------------
jenkins/manifest.sh | 8 +-
5 files changed, 88263 insertions(+), 88263 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.