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 40d85a7 gold/s390: Fix compilation on gcc 4.4
new c702270 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-7.11-branch
in repository binutils-gdb.
from 00d6f16 Automatic date update in version.in
new 333cacb 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_26-branch
in repository binutils-gdb.
from c0bd87a Automatic date update in version.in
new eae4f8f 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 libcxx.
from 53d9966 Cleanup error handling when TLS creation fails
new efa8e88 Make string_view work with -fno-exceptions and get tests passing.
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/experimental/string_view | 7 +++---
.../string.view/string.view.access/at.pass.cpp | 14 +++++++----
.../opeq.string_view.string.pass.cpp | 1 -
.../string.view.ops/compare.pointer_size.pass.cpp | 20 +++++++++++-----
.../string.view.ops/compare.size_size_sv.pass.cpp | 23 +++++++++++-------
.../compare.size_size_sv_pointer_size.pass.cpp | 28 +++++++++++++---------
.../compare.size_size_sv_size_size.pass.cpp | 25 +++++++++++--------
.../string.view/string.view.ops/copy.pass.cpp | 24 ++++++++++++-------
.../string.view/string.view.ops/substr.pass.cpp | 24 +++++++++++++------
9 files changed, 106 insertions(+), 60 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 83ed492 [X86] Use update_llc_test_checks.py to re-generate a test in [...]
new 2463f3b [X86] Remove SSE/AVX unaligned store intrinsics as clang no l [...]
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/llvm/IR/IntrinsicsX86.td | 27 ----
lib/IR/AutoUpgrade.cpp | 17 +++
lib/Target/X86/X86InstrSSE.td | 29 -----
lib/Transforms/InstCombine/InstCombineCalls.cpp | 26 ----
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 20 ---
test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll | 95 ++++++++++++++
test/CodeGen/X86/avx-intrinsics-x86.ll | 144 +--------------------
test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 16 +++
test/CodeGen/X86/avx2-intrinsics-x86.ll | 23 ----
test/CodeGen/X86/sse-intrinsics-x86-upgrade.ll | 27 ++++
test/CodeGen/X86/sse-intrinsics-x86.ll | 18 ---
test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 31 +++++
test/CodeGen/X86/sse2-intrinsics-x86.ll | 48 -------
test/Instrumentation/MemorySanitizer/msan_basic.ll | 2 +-
14 files changed, 190 insertions(+), 333 deletions(-)
create mode 100644 test/CodeGen/X86/sse-intrinsics-x86-upgrade.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 libcxx.
from e058f63 Mark LWG issue #2522 as complete
new 53d9966 Cleanup error handling when TLS creation fails
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/thread | 4 +---
1 file changed, 1 insertion(+), 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.
unknown user pushed a change to branch release_38
in repository llvm.
from 797147a Merging r266438:
new 57dc4de Merging r261139:
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:
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 38 +++++++++++++++-------
test/Transforms/InstCombine/unpack-fca.ll | 27 +++++++++++++++
2 files changed, 53 insertions(+), 12 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 9e45fdc Fix a crash when producing COFF.
new c765444 [X86] Reduce the number of string compares in the autoupgrade [...]
new e55c354 [X86] Simplify and remove some unnecessary auto-upgrade code.
new 83ed492 [X86] Use update_llc_test_checks.py to re-generate a test in [...]
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:
lib/IR/AutoUpgrade.cpp | 70 ++++--------
test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 138 +++++++++++++++++-------
2 files changed, 121 insertions(+), 87 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 b643175 PR c++/71349 * c-parser.c (c_parser_omp_for): Don't disallo [...]
new 8c1ac10 PR c++/71306 - bogus -Wplacement-new with an array element
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/init.c | 7 ++--
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/g++.dg/warn/Wplacement-new-size-3.C | 40 +++++++++++++++++++++++
4 files changed, 55 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wplacement-new-size-3.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 glibc.
from 600c13b hurd: disable ifunc for now
new ca7e8dd 2016-05-30 Paul Pluzhnikov <ppluzhnikov(a)google.com>
new 7838d29 Merge branch 'master' of ssh://sourceware.org/git/glibc
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:
ChangeLog | 6 +++++
inet/if_index.c | 11 ---------
inet/ruserpass.c | 73 --------------------------------------------------------
3 files changed, 6 insertions(+), 84 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.