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 2bac8531740 Daily bump.
new bbf36928eee PR go/80914 * elf.c (SHF_COMPRESSED): Define. (elf_add): [...]
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:
libbacktrace/ChangeLog | 6 ++++++
libbacktrace/elf.c | 6 +++++-
2 files changed, 11 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 199012c02cd Revert "[SCCP] Propagate integer range info for parameters [...]
new 39e960bcb47 [MC] Add a missing <memory> include left out of r315327.
new 7f16d502241 [MC] Add another missing <memory> include left out of r315327.
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/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h | 1 +
lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h | 1 +
2 files changed, 2 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 clang.
from 76e3b89942 [OPENMP] Add default codegen|tests for 'target parallel for[ [...]
new a92cdd5042 For dllexport class templates, export specializations of mem [...]
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/Sema/SemaDecl.cpp | 16 ++++++++++++++++
test/CodeGenCXX/dllexport.cpp | 15 +++++++++++++++
2 files changed, 31 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 e471346b606 [MC] Thread unique_ptr<MCObjectWriter> through the create.* [...]
new 9831f636a84 Revert "[SCCP] Fix mem-sanitizer failure introduced by r315288."
new 199012c02cd Revert "[SCCP] Propagate integer range info for parameters [...]
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/Transforms/Scalar/SCCP.cpp | 100 ++-----------------------
test/Transforms/SCCP/ip-constan-ranges.ll | 117 ------------------------------
2 files changed, 8 insertions(+), 209 deletions(-)
delete mode 100644 test/Transforms/SCCP/ip-constan-ranges.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.
unknown user pushed a change to branch master
in repository gcc.
from 8688bba94d7 PR c/82437 * c-warn.c (warn_tautological_bitwise_comparis [...]
new e7d74d12be5 [testsuite]
new 902d6ca1c57 2017-10-10 Will Schmidt <will_schmidt(a)vnet.ibm.com>
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/testsuite/ChangeLog | 14 +++++++
.../gcc.target/powerpc/fold-vec-splat-16.c | 46 ++++++++++++++++++++++
.../gcc.target/powerpc/fold-vec-splat-32.c | 46 ++++++++++++++++++++++
.../gcc.target/powerpc/fold-vec-splat-8.c | 46 ++++++++++++++++++++++
.../gcc.target/powerpc/fold-vec-splats-char.c | 22 +++++++++++
.../powerpc/fold-vec-splats-floatdouble.c | 27 +++++++++++++
.../gcc.target/powerpc/fold-vec-splats-int.c | 22 +++++++++++
.../gcc.target/powerpc/fold-vec-splats-longlong.c | 22 +++++++++++
.../gcc.target/powerpc/fold-vec-splats-short.c | 23 +++++++++++
9 files changed, 268 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-splat-16.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-splat-32.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-splat-8.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-splats-char.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-splats-floatdouble.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-splats-int.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-splats-longlong.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-splats-short.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 master
in repository llvm.
from 768ffd59959 [X86][AVX512] Regenerate element insertion/extraction tests
new 8e46b87a2e8 [WebAssembly] Narrow the scope of WebAssemblyFixFunctionBitcasts
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:
.../WebAssembly/WebAssemblyFixFunctionBitcasts.cpp | 12 +-
test/CodeGen/WebAssembly/function-bitcasts.ll | 146 +++++++++++++++------
2 files changed, 120 insertions(+), 38 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-tools-extra.
from ea6f2070 [clangd] clang-format the source code. NFC.
new 39918e35 [clangd] Added forgotten return in UniqueFunction.
new 113de973 [clangd] Added missing #includes to Function.h
new 33bd0ff6 [clangd] Use UniqueFunction for deferred computations.
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:
clangd/ClangdServer.cpp | 15 ++++++++-------
clangd/ClangdUnit.cpp | 14 +++++++-------
clangd/ClangdUnit.h | 18 +++++++++---------
clangd/Function.h | 5 ++++-
4 files changed, 28 insertions(+), 24 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 4b688b2f1b2 [C++ PATCH] set_global_binding tweak
new 8688bba94d7 PR c/82437 * c-warn.c (warn_tautological_bitwise_comparis [...]
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/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-warn.c | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/c-c++-common/Wtautological-compare-7.c | 11 +++++++++++
4 files changed, 24 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wtautological-compare-7.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.