This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_27-branch
in repository binutils-gdb.
from 7674975 Automatic date update in version.in
new 3c57203 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 glibc.
from bf469f0 Make build-many-glibcs.py store more information about builds.
new aa4d00c localedata: GBK: add mapping for 0x80->Euro sign [BZ #20864]
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:
localedata/ChangeLog | 5 +++++
localedata/charmaps/GBK | 7 +++++++
2 files changed, 12 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 clang.
from e2a2ad2 Typo.
new fa27a62 [DOXYGEN] Updated instruction names corresponding to avxintri [...]
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/avxintrin.h | 354 +++++++++++++++++++++++++-----------------------
1 file changed, 188 insertions(+), 166 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 compiler-rt.
from a8382f9 [asan] Support handle_sigill on Darwin
new 99cc7ea [tsan] Fix the lit expansion of %deflake not to eat a space
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/tsan/lit.cfg | 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 llvm.
from 4036e68 [X86] Add a hasOneUse check to selectScalarSSELoad to keep th [...]
new d6e2724 [X86] Simplify control flow. NFCI
new 968e0ef [X86] Fix the zero extending load detection in X86DAGToDAGISe [...]
new dc1d2a2 [X86] Remove hasOneUse check that is redundant with the one i [...]
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/X86ISelDAGToDAG.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 libcxx.
from 70e6a8d Implement the 'detection idiom' from LFTS v2
new afa9b59 Implement conjuntion/disjuntion/negation for LFTS v2. Same co [...]
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/type_traits | 18 ++++++
.../meta/meta.logical/conjunction.pass.cpp | 68 ++++++++++++++++++++++
.../meta/meta.logical/disjunction.pass.cpp | 68 ++++++++++++++++++++++
.../utilities/meta/meta.logical/negation.pass.cpp | 41 +++++++++++++
4 files changed, 195 insertions(+)
create mode 100644 test/std/experimental/utilities/meta/meta.logical/conjunction.pass.cpp
create mode 100644 test/std/experimental/utilities/meta/meta.logical/disjunction.pass.cpp
create mode 100644 test/std/experimental/utilities/meta/meta.logical/negation.pass.cpp
--
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 52894d8 [InstCombine] add test to show missing vector optimization; NFC
new 4036e68 [X86] Add a hasOneUse check to selectScalarSSELoad to keep th [...]
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/Target/X86/X86ISelDAGToDAG.cpp | 9 ++++++---
test/CodeGen/X86/vec_ss_load_fold.ll | 32 ++++++++++++++++++--------------
2 files changed, 24 insertions(+), 17 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 adc3b91 [InstCombine] don't drop metadata in FoldOpIntoSelect()
new 52894d8 [InstCombine] add test to show missing vector optimization; NFC
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/Transforms/InstCombine/exact.ll | 19 ++++++++++++++++---
1 file changed, 16 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 libcxx.
from d3584d5 Reverting wrong diff
new 70e6a8d Implement the 'detection idiom' from LFTS v2
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/type_traits | 85 ++++++++++++++++++++++
.../meta/meta.detect/detected_or.pass.cpp | 40 ++++++++++
.../utilities/meta/meta.detect/detected_t.pass.cpp | 48 ++++++++++++
.../meta/meta.detect/is_detected.pass.cpp | 37 ++++++++++
.../meta.detect/is_detected_convertible.pass.cpp | 50 +++++++++++++
.../meta/meta.detect/is_detected_exact.pass.cpp | 49 +++++++++++++
6 files changed, 309 insertions(+)
create mode 100644 test/std/experimental/utilities/meta/meta.detect/detected_or.pass.cpp
create mode 100644 test/std/experimental/utilities/meta/meta.detect/detected_t.pass.cpp
create mode 100644 test/std/experimental/utilities/meta/meta.detect/is_detected.pass.cpp
create mode 100644 test/std/experimental/utilities/meta/meta.detect/is_detected_co [...]
create mode 100644 test/std/experimental/utilities/meta/meta.detect/is_detected_ex [...]
--
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 572676f add optional param to copy metadata when creating selects; NFC
new adc3b91 [InstCombine] don't drop metadata in FoldOpIntoSelect()
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/InstructionCombining.cpp | 6 +++---
test/Transforms/InstCombine/select_meta.ll | 11 +++++++++++
2 files changed, 14 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.