This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 106bb1f [AVX-512] Add more varied alignments to tests for storing the [...]
new 45b3e8f [X86] Lower AVX512 and SSE intrinsics for CVTTPD2DQ to X86ISD [...]
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/X86InstrAVX512.td | 27 +++++++++++++-------------
lib/Target/X86/X86InstrSSE.td | 34 +++++++++++++++++----------------
lib/Target/X86/X86IntrinsicsInfo.h | 3 ++-
test/CodeGen/X86/avx-intrinsics-x86.ll | 13 +++++++++----
test/CodeGen/X86/sse2-intrinsics-x86.ll | 23 ++++++++++------------
5 files changed, 53 insertions(+), 47 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 aaribaud/y2038
in repository glibc.
discards f235d84 WIP: Y2038: support 64-bit clock_gettime and clock_settime
new 748e2e4 WIP: Y2038: support 64-bit clock_gettime and clock_settime
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f235d84)
\
N -- N -- N refs/heads/aaribaud/y2038 (748e2e4)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/time.h | 4 ----
time/time.h | 6 ++++++
2 files changed, 6 insertions(+), 4 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 f43d5af [AVX-512] Make VBMI instruction set enabling imply that the B [...]
new 89f0495 [AVX-512] Add test cases to demonstrate PR30947. We accidenta [...]
new 4c1b9a2 [AVX-512] Use alignedstore256 in patterns that look for store [...]
new 106bb1f [AVX-512] Add more varied alignments to tests for storing the [...]
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/X86InstrAVX512.td | 20 +-
test/CodeGen/X86/avx512-extract-subvector.ll | 276 +++++++++++++++++++++++++++
2 files changed, 286 insertions(+), 10 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 2adde22 [XRay][docs] Fix llvm snippets to be well-formed
new f43d5af [AVX-512] Make VBMI instruction set enabling imply that the B [...]
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/X86.td | 4 ++--
test/CodeGen/X86/avx512vbmi-intrinsics.ll | 18 +++++++--------
test/CodeGen/X86/avx512vbmivl-intrinsics.ll | 34 ++++++++++++++---------------
3 files changed, 28 insertions(+), 28 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 4b49e83 Doxygen comments for avxintrin.h.
new e356725 [AVX-512] Make VBMI instruction set enabling imply that the B [...]
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/Basic/Targets.cpp | 6 ++++++
test/Preprocessor/x86_target_features.c | 6 ++++++
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 libcxxabi.
from 1d45bac Revert "[CMake] Check runtimes subdir when looking for libcxx [...]
new 802f4f4 [libc++abi] Remove the test for checking using of fallback ma [...]
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/test_exception_storage_nodynmem.pass.cpp | 40 ---------------------------
1 file changed, 40 deletions(-)
delete mode 100644 test/test_exception_storage_nodynmem.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 clang.
from a70b01b [index] Fix issue with protocol name locations in conformance [...]
new 4b49e83 Doxygen comments for avxintrin.h.
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 | 1007 +++++++++++++++++++++++++++++++++++++++++++++++
lib/Headers/emmintrin.h | 6 +-
2 files changed, 1010 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 lldb.
from 82cd38a "thread backtrace" should use the thread-stop-format.
new de1ab3b When deciding whether to use the source remapping dictionary [...]
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:
source/Host/macosx/Symbols.cpp | 19 +++++++++++++------
.../SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp | 15 ++++++++++++---
2 files changed, 25 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 libcxxabi.
from eecb795 [CMake] Check runtimes subdir when looking for libcxx and libuwind
new 1d45bac Revert "[CMake] Check runtimes subdir when looking for libcxx [...]
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:
CMakeLists.txt | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.