This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 1dbf517 [X86][SSE2] Added _mm_move_* tests
new cdab119 [Clang][AVX512][intrinsics] continue completing missing set i [...]
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 | 24 ++++++
test/CodeGen/avx512f-builtins.c | 157 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 181 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 a861f2e [X86][SSE2] Added _mm_cast* and _mm_set* tests
new e4c0214 [X86][SSE2] Added _mm_move_* 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/sse2-intrinsics-fast-isel.ll | 31 +++++++++++++++++++++++++++
1 file changed, 31 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 gcc-4_9-branch
in repository gcc.
from fec1a58 Daily bump.
new 4f66d25 Backported from mainline 2014-08-29 Andrew Burgess <aburg [...]
new e7f7b40 Backported from mainline 2015-07-13 Mikhail Maltsev <malt [...]
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:
libiberty/ChangeLog | 57 ++++++++++++++++++++
libiberty/cp-demangle.c | 98 ++++++++++++++++++++++++++++++-----
libiberty/cplus-dem.c | 12 ++++-
libiberty/testsuite/Makefile.in | 9 ++++
libiberty/testsuite/demangle-expected | 66 +++++++++++++++++++++++
5 files changed, 229 insertions(+), 13 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-tools-extra.
from c90e93f [clang-tidy] Fix/add style guide links.
new cdf3159 [include-fixer] Remove obsolete windows hack.
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:
unittests/include-fixer/IncludeFixerTest.cpp | 6 ++----
1 file changed, 2 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 clang.
from 4752fd9 [X86][SSE2] Added _mm_cast* and _mm_set* tests
new 1dbf517 [X86][SSE2] Added _mm_move_* 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/sse2-builtins.c | 15 +++++++++++++++
1 file changed, 15 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 compiler-rt.
from c1ad65a [asan] Change preprocessor `#if` to regular `if` for CAN_SANI [...]
new a4313de Revert r270038 ("Change preprocessor `#if` to regular `if` fo [...]
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/asan/asan_rtl.cc | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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 38d99f6 [Sema] Allow an external sema source to handle delayed typo c [...]
new 4752fd9 [X86][SSE2] Added _mm_cast* and _mm_set* 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/sse2-builtins.c | 236 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 236 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 7b27dc2 [mips][mips16] Fix ZERO is not a CPU16Regs register error fro [...]
new a861f2e [X86][SSE2] Added _mm_cast* and _mm_set* 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/sse2-intrinsics-fast-isel.ll | 720 ++++++++++++++++++++++++++
1 file changed, 720 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 lldb.
from cef7e7f second pass over removal of Mutex and Condition
new dca6e5b Fix build after rL270009
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/Symbol/ClangASTContext.cpp | 1 -
1 file changed, 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 clang.
from 6a15942 [X86][SSE2] Sync with llvm/test/CodeGen/X86/sse2-intrinsics-f [...]
new 38d99f6 [Sema] Allow an external sema source to handle delayed typo c [...]
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/Sema/SemaLookup.cpp | 12 +++-
unittests/Sema/ExternalSemaSourceTest.cpp | 101 +++++++++++++++++++++++-------
2 files changed, 90 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.