This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 409bb09ce95 /cp 2017-06-01 Paolo Carlini <paolo.carlini(a)oracle.com>
new 8c3a6139f87 PR ada/80921 * configure.ac (default_gnatlib_target): Rem [...]
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:
libada/ChangeLog | 9 ++++++++-
libada/configure | 7 +++----
libada/configure.ac | 11 +++++------
3 files changed, 16 insertions(+), 11 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 gcc-6-branch
in repository gcc.
from f61553282be Daily bump.
new fc2cfe0b177 PR ada/80921 * configure.ac (default_gnatlib_target): Rem [...]
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:
libada/ChangeLog | 7 +++++++
libada/configure | 7 +++----
libada/configure.ac | 9 ++++-----
3 files changed, 14 insertions(+), 9 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 f2c10d746af Make mcpu=generic the default for armv7-a and armv8-a.
new 833b44147a3 [DAGCombine] (add/uaddo X, Carry) -> (addcarry X, 0, Carry)
new bff50588326 [DAGCombine] Refactor common addcarry pattern.
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 84 ++++++++++++++++++++++++++++++++
test/CodeGen/X86/add-of-carry.ll | 6 ++-
test/CodeGen/X86/addcarry.ll | 21 +++-----
3 files changed, 95 insertions(+), 16 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 lldb.
from 1ad991833 Forgot to mention rewriting CommandObject::DoExecute using th [...]
new 921a9fc96 Fix a small issue with -var-update.
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:
tools/lldb-mi/MICmdCmdVar.cpp | 28 +++++++++++++---------------
1 file changed, 13 insertions(+), 15 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 df6525a07cb [ARC] Fix tst_movb pattern.
new 409bb09ce95 /cp 2017-06-01 Paolo Carlini <paolo.carlini(a)oracle.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/cp/ChangeLog | 6 ++++++
gcc/cp/cvt.c | 2 ++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1z/nodiscard5.C | 7 +++++++
4 files changed, 20 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/nodiscard5.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 gcc.
from 3fdddd53021 Require label_values for some test-cases
new 212c4eb5bdc [ARC] Make mulsi for A700 pattern commutative.
new 9861cb741aa [ARC] Avoid use of hard registers before reg-alloc.
new 4642783f11e [ARC] Allow r30 to be used by the reg-alloc.
new 48311c39582 [ARC] Change predicate movv2hi to avoid scaled addresses.
new 42cf27d38ce [ARC] Update (non)commutative_binary_comparison patterns.
new 225071eccc2 [ARC] Prevent moving stores to the frame before the stack a [...]
new 79ef42f2018 [ARC] Test against frame_pointer_needed in arc_can_eliminate.
new df6525a07cb [ARC] Fix tst_movb pattern.
The 8 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 | 54 ++++++++
gcc/config/arc/arc.c | 21 ++-
gcc/config/arc/arc.h | 3 +-
gcc/config/arc/arc.md | 203 ++++++++++++++++++++--------
gcc/config/arc/simdext.md | 2 +-
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.target/arc/pr9001195952.c | 11 ++
7 files changed, 233 insertions(+), 65 deletions(-)
create mode 100755 gcc/testsuite/gcc.target/arc/pr9001195952.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 compiler-rt.
from 9b2c60be6 [sanitizer-coverage] remove stale code (old coverage); compil [...]
new 27c827787 [asan] Add strndup/__strndup interceptors.
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/asan/asan_flags.cc | 4 +++
lib/asan/tests/asan_str_test.cc | 27 ++++++++++++++
lib/msan/msan_interceptors.cc | 36 ++++---------------
lib/msan/tests/msan_test.cc | 13 +++++--
.../sanitizer_common_interceptors.inc | 42 ++++++++++++++++++++++
lib/sanitizer_common/sanitizer_flags.inc | 3 ++
.../sanitizer_platform_interceptors.h | 14 ++++++++
lib/sanitizer_common/tests/sanitizer_test_utils.h | 6 ++++
.../strndup_oob_test.cc} | 20 +++++------
test/asan/TestCases/Posix/strndup_oob_test2.cc | 22 ++++++++++++
test/msan/strndup.cc | 28 +++++++++++++++
11 files changed, 172 insertions(+), 43 deletions(-)
copy test/asan/TestCases/{strdup_oob_test.cc => Posix/strndup_oob_test.cc} (56%)
create mode 100644 test/asan/TestCases/Posix/strndup_oob_test2.cc
create mode 100644 test/msan/strndup.cc
--
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 121b9a346b [OpenCL] spir_kern by defaul: fix old test cases
new 570b670f53 Fixed warnings
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/VTableBuilder.h | 1 +
lib/CodeGen/CodeGenModule.cpp | 4 ++--
2 files changed, 3 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.
unknown user pushed a change to branch openacc-gcc-7-branch
in repository gcc.
at a85ca509dc8 gcc/fortran/ * trans-openmp.c (gfc_trans_omp_do): Check d [...]
No new revisions were added by this update.
--
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 c810571053e gcc/ChangeLog: * config/sparc/sparc.md (*zero_extendsidi2_ [...]
new 3fdddd53021 Require label_values for some test-cases
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/testsuite/ChangeLog | 12 ++++++++++++
gcc/testsuite/c-c++-common/pr43395.c | 1 +
gcc/testsuite/gcc.c-torture/compile/asmgoto-1.c | 2 ++
gcc/testsuite/gcc.dg/20000707-1.c | 1 +
gcc/testsuite/gcc.dg/pr38700.c | 1 +
gcc/testsuite/gcc.dg/pr70169.c | 1 +
gcc/testsuite/gcc.dg/pr80112.c | 1 +
gcc/testsuite/gcc.dg/torture/pr51071-2.c | 1 +
gcc/testsuite/gcc.dg/torture/pr51071.c | 1 +
gcc/testsuite/gcc.dg/tree-ssa/alias-34.c | 1 +
10 files changed, 22 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.