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 21a186f280 RISC-V: Add compressed instruction hints, and a few misc cleanups.
new 6eab0eaa1b Automatic date update in version.in
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:
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.
unknown user pushed a change to branch gdb-8.0-branch
in repository binutils-gdb.
from 5fb0a80db4 Automatic date update in version.in
new ac8f263d9c Automatic date update in version.in
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:
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.
unknown user pushed a change to branch binutils-2_29-branch
in repository binutils-gdb.
from 6944c4b644 Automatic date update in version.in
new a6bc5da8b2 Automatic date update in version.in
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:
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.
unknown user pushed a change to branch master
in repository gcc.
from a18105ecf94 Simplify fold_internal_goacc_dim
new 41e37ac97b7 PR tree-optimization/83491 * tree-ssa-math-opts.c (execut [...]
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 | 6 +++++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.dg/pr83491.c | 10 ++++++++
gcc/tree-ssa-math-opts.c | 55 +++++++++++++++++++++---------------------
4 files changed, 48 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr83491.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 clang.
from bfdec8d00b Add a printing policy to the ASTDumper.
new 4de12faa58 Silence a -Wreorder warning from r321223.
new 0752e75d9b Reverting r321223 and its follow-up commit because of failin [...]
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:
include/clang/AST/Type.h | 14 +-
lib/AST/ASTDumper.cpp | 44 +-
lib/AST/TypePrinter.cpp | 10 +-
lib/StaticAnalyzer/Checkers/PaddingChecker.cpp | 658 ++++++------
.../dcl.decl/dcl.init/dcl.init.ref/p5-examples.cpp | 112 +-
test/Frontend/float16.cpp | 652 ++++++------
test/Misc/ast-dump-attr.cpp | 422 ++++----
test/Misc/ast-dump-color.cpp | 2 +-
test/Misc/ast-dump-decl.cpp | 1078 ++++++++++----------
test/Misc/ast-dump-invalid.cpp | 128 +--
test/OpenMP/dump.cpp | 136 +--
test/Parser/objc-default-ctor-init.mm | 42 +-
test/SemaCXX/compound-literal.cpp | 196 ++--
test/SemaCXX/sourceranges.cpp | 104 +-
test/SemaCXX/warn-redundant-move.cpp | 232 ++---
test/SemaObjCXX/block-cleanup.mm | 32 +-
test/SemaTemplate/default-expr-arguments-2.cpp | 4 +-
test/SemaTemplate/default-expr-arguments-3.cpp | 110 +-
18 files changed, 1980 insertions(+), 1996 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 78799569824 2017-12-20 François Dumont <fdumont(a)gcc.gnu.org>
new a18105ecf94 Simplify fold_internal_goacc_dim
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 | 4 ++++
gcc/gimple-fold.c | 20 ++++++++++++++------
2 files changed, 18 insertions(+), 6 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 d8af78727dc [Hexagon] Use ArrayRef member functions instead of custom ones
new 7931efae706 [ARM] Optimize {s,u}{add,sub}.with.overflow.
new 507a36b234e [orc][cmake] Check if 8 byte atomics require libatomic for [...]
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/ARMISelLowering.cpp | 73 ++++++++++++++-
lib/Target/ARM/ARMISelLowering.h | 1 +
test/CodeGen/ARM/su-addsub-overflow.ll | 135 +++++++++++++++++++++++++++
unittests/ExecutionEngine/Orc/CMakeLists.txt | 7 +-
4 files changed, 213 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/ARM/su-addsub-overflow.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 clang-tools-extra.
from 3565d1a1 [clangd] Pull CodeCompletionString handling logic into its ow [...]
new 904da923 [clangd-fuzzer] Update ClangdLSPServer constructor call.
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:
clangd/fuzzer/ClangdFuzzer.cpp | 3 ++-
1 file changed, 2 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 glibc.
from 8d2d239cb7 Simplify tile assembly definitions
new 41d11b15a1 Update miscellaneous files from upstream sources.
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 | 9 +++
manual/texinfo.tex | 212 +++++++++++++++++++++++++++----------------------
scripts/config.guess | 112 +++++++++++++-------------
scripts/config.sub | 58 +++++++++-----
scripts/install-sh | 20 +++--
scripts/move-if-change | 8 +-
6 files changed, 240 insertions(+), 179 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 1c11a98e84 Fix an assertion failure regression in isDesignatorAtObjectE [...]
new bfdec8d00b Add a printing policy to the ASTDumper.
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/Type.h | 14 +-
lib/AST/ASTDumper.cpp | 44 +-
lib/AST/TypePrinter.cpp | 10 +-
lib/StaticAnalyzer/Checkers/PaddingChecker.cpp | 658 ++++++------
.../dcl.decl/dcl.init/dcl.init.ref/p5-examples.cpp | 112 +-
test/Frontend/float16.cpp | 652 ++++++------
test/Misc/ast-dump-attr.cpp | 422 ++++----
test/Misc/ast-dump-decl.cpp | 1078 ++++++++++----------
test/Misc/ast-dump-invalid.cpp | 128 +--
test/OpenMP/dump.cpp | 136 +--
test/Parser/objc-default-ctor-init.mm | 42 +-
test/SemaCXX/compound-literal.cpp | 196 ++--
test/SemaCXX/sourceranges.cpp | 104 +-
test/SemaCXX/warn-redundant-move.cpp | 232 ++---
test/SemaObjCXX/block-cleanup.mm | 32 +-
test/SemaTemplate/default-expr-arguments-2.cpp | 4 +-
test/SemaTemplate/default-expr-arguments-3.cpp | 110 +-
17 files changed, 1995 insertions(+), 1979 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.