This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6835f14 * doc/install.texi (Specific) <powerpc-*-*>: Remove link to [...]
new 6665b80 * doc/install.texi (Specific) <cris-axis-elf>: No longer re [...]
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 | 5 +++++
gcc/doc/install.texi | 3 ---
2 files changed, 5 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.
unknown user pushed a change to branch master
in repository llvm.
from dd86c5c [LV] A unified scalarizeInstruction() for Vectorizer and Unro [...]
new fbb692e [X86] Add vector zext tests.
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:
test/CodeGen/X86/vector-shuffle-256-v16.ll | 34 +++++++
test/CodeGen/X86/vector-shuffle-256-v32.ll | 38 ++++++++
test/CodeGen/X86/vector-zext.ll | 143 +++++++++++++++++++++++++++++
3 files changed, 215 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 33175e7 Test commit.
new dd86c5c [LV] A unified scalarizeInstruction() for Vectorizer and Unro [...]
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/Transforms/Vectorize/LoopVectorize.cpp | 74 ++++--------------------------
1 file changed, 8 insertions(+), 66 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 newlib.
from dd757cc Implement fhandler_dev_null::write to workaround a problem with NUL
new 0201127 Extend 2.8.0 release text
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:
winsup/cygwin/release/2.8.0 | 5 +++++
1 file changed, 5 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 newlib.
from 6c420fa getrandom: it's MIN, not MAX
new a3f297d Return value from write is ssize_t, not int
new dd757cc Implement fhandler_dev_null::write to workaround a problem with NUL
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:
winsup/cygwin/fhandler.cc | 11 ++++++++++-
winsup/cygwin/fhandler.h | 2 ++
2 files changed, 12 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 gcc.
from 4dcf1f5 Implement LWG 2934, optional<const T> doesn't compare with T. [...]
new 6835f14 * doc/install.texi (Specific) <powerpc-*-*>: Remove link to [...]
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 | 5 +++++
gcc/doc/install.texi | 4 +---
2 files changed, 6 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.
unknown user pushed a change to branch master
in repository gcc.
from c337d1d Daily bump.
new 4dcf1f5 Implement LWG 2934, optional<const T> doesn't compare with T. [...]
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:
libstdc++-v3/ChangeLog | 42 ++++++++
libstdc++-v3/include/std/optional | 108 ++++++++++-----------
.../testsuite/20_util/optional/relops/7.cc | 72 ++++++++++++++
3 files changed, 168 insertions(+), 54 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/optional/relops/7.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 llvm.
from 6b54401 Split NewGVN class into a legacy pass and an impl, instead of [...]
new 33175e7 Test commit.
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/Transforms/Vectorize/LoopVectorize.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 2e124a6 [AVX-512] Fix a bad use of a high GR8 register after copying [...]
new b9513ea Add documentation on debug counters to Programmers Manual.
new 6b54401 Split NewGVN class into a legacy pass and an impl, instead of [...]
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:
docs/ProgrammersManual.rst | 63 +++++++++++++++
include/llvm/InitializePasses.h | 2 +-
lib/Transforms/Scalar/NewGVN.cpp | 168 ++++++++++++++++++++-------------------
lib/Transforms/Scalar/Scalar.cpp | 2 +-
4 files changed, 151 insertions(+), 84 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 c856889 [X86][SSE] Improve extraction of elements from v16i8 (pre-SSE41)
new dc5289b [AVX-512] Remove unused field in X86VectorVTInfo tablegen class.
new a168e94 [AVX-512] Add test case for PR32241. Fix coming in another commit.
new 2e124a6 [AVX-512] Fix a bad use of a high GR8 register after copying [...]
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/Target/X86/X86FastISel.cpp | 11 +++++
lib/Target/X86/X86InstrAVX512.td | 7 ---
lib/Target/X86/X86InstrInfo.cpp | 2 +
test/CodeGen/X86/pr32241.ll | 103 +++++++++++++++++++++++++++++++++++++++
4 files changed, 116 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/X86/pr32241.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.