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 cdc88e683e0 2019-07-23 Richard Biener <rguenther(a)suse.de>
new c2dca87eb50 PR rtl-optimization/91173
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 | 11 +++++++++++
gcc/testsuite/g++.dg/pr91173.C | 45 ++++++++++++++++++++++++++++++++++++++++++
gcc/tree-ssa-address.c | 14 +++++++++++++
3 files changed, 70 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/pr91173.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.
unknown user pushed a change to branch gcc-8-branch
in repository gcc.
from f3230b02972 2019-07-23 Richard Biener <rguenther(a)suse.de>
new f1ba72cab9b PR rtl-optimization/91173
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 | 11 +++++++++++
gcc/testsuite/g++.dg/pr91173.C | 45 ++++++++++++++++++++++++++++++++++++++++++
gcc/tree-ssa-address.c | 14 +++++++++++++
3 files changed, 70 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/pr91173.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_bmk/llvm-release-arm-spec2k6-Oz
in repository toolchain/ci/gcc.
from d219c5e3be1 Fix -Wreturn-type for static naked functions in C
adds 95f52ddbae2 Daily bump.
adds bd81e681a7d Backport r273660
adds b372a85f637 Daily bump.
adds f3230b02972 2019-07-23 Richard Biener <rguenther(a)suse.de>
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 16 ++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/lto-streamer-in.c | 8 ++++++++
gcc/opts-common.c | 20 +++++++++++++++++++-
gcc/opts-global.c | 6 +++++-
gcc/testsuite/ChangeLog | 8 ++++++++
6 files changed, 57 insertions(+), 3 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-release-arm-spec2k6-Oz
in repository toolchain/ci/binutils-gdb.
from e0f4d5e819 Automatic date update in version.in
adds fa3fc9981c Automatic date update in version.in
adds e4b97216fe Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-release-arm-spec2k6-Oz
in repository toolchain/ci/base-artifacts.
discards 579d6eee 0: update: binutils-gcc-glibc-llvm: -1
new 362e3ce5 0: update: binutils-gcc-glibc-llvm: -1
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 (579d6eee)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-release-arm-spe [...]
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 | 177 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 10740 +--
04-build_abe-stage1/console.log | 17488 +++--
05-build_abe-linux/console.log | 248 +-
06-build_abe-glibc/console.log | 37555 +++++------
07-build_abe-stage2/console.log | 46781 +++++++------
08-build_llvm-true/console.log | 11718 ++--
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 4 +-
09-benchmark/console.log | 228 +-
console.log | 125337 ++++++++++++++++++-----------------
jenkins/manifest.sh | 14 +-
13 files changed, 125392 insertions(+), 125338 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 release_90
in repository clang.
from 208e849f28 Merging r366448 and r366457: ------------------------------- [...]
new bcf18c34dc Merging r366670 and r366694: ------------------------------- [...]
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 | 34 +++++++++++++++
test/CodeGenOpenCLCXX/addrspace-ctor.cl | 14 -------
test/CodeGenOpenCLCXX/addrspace-with-class.cl | 59 +++++++++++++++++++++++++++
17 files changed, 285 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 master
in repository clang.
from 9d06e4e278 PlistDiagnostics Fix for compile warning (NFC).
new 2fb7a61287 [ASTImporter] Fix inequivalence of ClassTemplateInstantiations
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/AST/ASTStructuralEquivalence.cpp | 44 +++----
unittests/AST/StructuralEquivalenceTest.cpp | 192 ++++++++++++++++++++++++++++
2 files changed, 214 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 binutils-gdb.
from a028026d2f [AArch64] Add support for GMID_EL1 register for +memtag
new 19889a5835 Add missing ChangeLog entries for
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:
ld/ChangeLog | 7 +++++++
1 file changed, 7 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 ae4cf1becae Revert "[Object/ELF.h] - Improve testing of the fields in E [...]
new c6f823d4061 [TargetLowering] SimplifyMultipleUseDemandedBits - add VECT [...]
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/TargetLowering.cpp | 23 +
test/CodeGen/X86/midpoint-int-vec-128.ll | 59 +-
test/CodeGen/X86/psubus.ll | 85 ++-
test/CodeGen/X86/sat-add.ll | 22 +-
test/CodeGen/X86/uadd_sat_vec.ll | 96 ++-
test/CodeGen/X86/usub_sat_vec.ll | 110 ++-
test/CodeGen/X86/vec_minmax_sint.ll | 170 +++--
test/CodeGen/X86/vec_minmax_uint.ll | 170 +++--
test/CodeGen/X86/vector-fshl-rot-512.ll | 8 +-
test/CodeGen/X86/vector-fshr-rot-512.ll | 8 +-
test/CodeGen/X86/vector-reduce-smax-widen.ll | 173 +++--
test/CodeGen/X86/vector-reduce-smax.ll | 216 +++---
test/CodeGen/X86/vector-reduce-smin-widen.ll | 188 +++---
test/CodeGen/X86/vector-reduce-smin.ll | 251 ++++---
test/CodeGen/X86/vector-reduce-umax-widen.ll | 173 +++--
test/CodeGen/X86/vector-reduce-umax.ll | 173 +++--
test/CodeGen/X86/vector-reduce-umin-widen.ll | 188 +++---
test/CodeGen/X86/vector-reduce-umin.ll | 188 +++---
test/CodeGen/X86/vector-trunc-packus-widen.ll | 940 ++++++++++++--------------
test/CodeGen/X86/vector-trunc-packus.ll | 940 ++++++++++++--------------
test/CodeGen/X86/vector-trunc-ssat-widen.ll | 730 ++++++++++----------
test/CodeGen/X86/vector-trunc-ssat.ll | 706 +++++++++----------
test/CodeGen/X86/vector-trunc-usat-widen.ll | 496 +++++++-------
test/CodeGen/X86/vector-trunc-usat.ll | 496 +++++++-------
24 files changed, 3138 insertions(+), 3471 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 release_90
in repository lld.
from 0ccd1d351 Merging r366445: -------------------------------------------- [...]
new ceda1b7a5 Merging r366780 and r366784: -------------------------------- [...]
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:
COFF/Writer.cpp | 27 +++++++++++++++++++++++----
test/COFF/Inputs/tlssup.s | 10 ++++++++++
test/COFF/tls_suffix_sorting.s | 27 +++++++++++++++++++++++++++
3 files changed, 60 insertions(+), 4 deletions(-)
create mode 100644 test/COFF/Inputs/tlssup.s
create mode 100644 test/COFF/tls_suffix_sorting.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.