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 b99a0c0 * eo.po: Update.
new 72f7842 * config/pa/pa.h (BIGGEST_ALIGNMENT): Adjust comment. (MALL [...]
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/config/pa/pa.h | 16 +++++++++++++++-
2 files changed, 20 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 gcc-5-branch
in repository gcc.
from 5934bd6 Daily bump.
new 4b556db * config/pa/pa.h (BIGGEST_ALIGNMENT): Adjust comment. (MALL [...]
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/config/pa/pa.h | 16 +++++++++++++++-
2 files changed, 20 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 6722cc3 [DAGCombiner] (REAPPLIED) Add vector demanded elements suppor [...]
new 9978e17 [InstCombine] re-use bitcasted compare operands in selects (PR28001)
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/InstCombine/InstCombineSelect.cpp | 50 ++++++++++++++++++++++++
test/Transforms/InstCombine/minmax-fold.ll | 15 +++----
2 files changed, 56 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 clang.
from 86ed3f8 [X86][AVX512][Clang][Intrinsics][reduce] Adding missing reduc [...]
new 4753b48 NFC small format
new 0578a8e [Devirtualization] Decorate vfunction load with invariant.load
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/Analysis/UninitializedValues.cpp | 3 ++-
lib/CodeGen/ItaniumCXXABI.cpp | 17 ++++++++++++++++-
test/CodeGenCXX/virtual-function-calls.cpp | 7 ++++++-
3 files changed, 24 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 binutils-gdb.
from d294692 gdb/NEWS: Mention C++11 requirement
new e6485aa gdb/NEWS: Clarify C++ requirement
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:
gdb/ChangeLog | 4 ++++
gdb/NEWS | 2 +-
2 files changed, 5 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 b9e39fb * config/vax/vax.h (REGNO_REG_CLASS): Access the REGNO argum [...]
new cc52d8b * config/pa/pa.h (BIGGEST_ALIGNMENT): Adjust comment. (MALL [...]
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/config/pa/pa.h | 16 +++++++++-------
2 files changed, 15 insertions(+), 7 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 binutils-gdb.
from 39402e6 gdb/doc: Remove mention of vCont's default actions
new 8ba42bc Support command-line redirection in native MS-Windows debugging
new d294692 gdb/NEWS: Mention C++11 requirement
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:
gdb/ChangeLog | 14 ++
gdb/NEWS | 12 +-
gdb/windows-nat.c | 403 +++++++++++++++++++++++++++++++++++++++++++++++++-----
3 files changed, 395 insertions(+), 34 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 binutils-gdb.
from 6bcbbf5 Automatic date update in version.in
new 39402e6 gdb/doc: Remove mention of vCont's default actions
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:
gdb/doc/ChangeLog | 5 +++++
gdb/doc/gdb.texinfo | 5 ++---
2 files changed, 7 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 2fd6330 Fixed FMA + FNEG combine. Masked form of FMA should be omitte [...]
new 6722cc3 [DAGCombiner] (REAPPLIED) Add vector demanded elements suppor [...]
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/CodeGen/SelectionDAG.h | 16 +++-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 124 ++++++++++++++++++++++++++----
test/CodeGen/X86/avx-vperm2x128.ll | 6 +-
test/CodeGen/X86/known-bits-vector.ll | 50 +++---------
4 files changed, 137 insertions(+), 59 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 48a2e9c Make a function static. NFC.
new 86ed3f8 [X86][AVX512][Clang][Intrinsics][reduce] Adding missing reduc [...]
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/Headers/avx512fintrin.h | 280 ++++++++++++++++++++
test/CodeGen/avx512-reduceMinMaxIntrin.c | 437 +++++++++++++++++++++++++++++++
2 files changed, 717 insertions(+)
create mode 100644 test/CodeGen/avx512-reduceMinMaxIntrin.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.