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 3bade30 Automatic date update in version.in
new c60d827 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 llvm.
from ec8ee2a [X86][SSE] Cleaned up shuffle decode assertion messages
new d17dee5 COFF: Fix short import lib import name type bitshift
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/Support/COFF.h | 2 +-
test/tools/llvm-readobj/Inputs/library.lib | Bin 2166 -> 2166 bytes
test/tools/llvm-readobj/coff-exports-implib.test | 4 ++++
3 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 clang.
from 3353f9f Use StringRef for MemoryBuffer identifier API (NFC)
new a82df26 [AVX-512] Add _MM_FROUND_NO_EXC to test cases that pass a rou [...]
new b221f48 [AVX-512] Check rounding mode for builtins that take one. Rou [...]
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/Sema/SemaChecking.cpp | 93 +++++++++++++++++++
test/CodeGen/avx512dq-builtins.c | 48 +++++-----
test/CodeGen/avx512f-builtins.c | 192 +++++++++++++++++++--------------------
3 files changed, 213 insertions(+), 120 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 89e826a Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from [...]
new 970af07 Use __builtin_isnan/isinf/isfinite in complex
new d24aba4 Remove some additional unnecessary std:: in cmath
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:
include/cmath | 78 +++++++++++++++++++++++----
include/complex | 159 ++++++++++++++++++++++++++++----------------------------
2 files changed, 148 insertions(+), 89 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 1b14831 [SLPVectorizer][X86] Added fptosi/fptoui tests
new ec8ee2a [X86][SSE] Cleaned up shuffle decode assertion messages
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/X86ShuffleDecodeConstantPool.cpp | 18 +++++++++++-------
1 file changed, 11 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 llvm.
from 065e592 [CostModel][X86] Added tests for current fptosi/fptoui costs
new 1b14831 [SLPVectorizer][X86] Added fptosi/fptoui 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/Transforms/SLPVectorizer/X86/fptosi.ll | 510 ++++++++++++++++++++++
test/Transforms/SLPVectorizer/X86/fptoui.ll | 636 ++++++++++++++++++++++++++++
2 files changed, 1146 insertions(+)
create mode 100644 test/Transforms/SLPVectorizer/X86/fptosi.ll
create mode 100644 test/Transforms/SLPVectorizer/X86/fptoui.ll
--
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 a94243b [SLPVectorizer][X86] Added fcopysign tests
new 065e592 [CostModel][X86] Added tests for current fptosi/fptoui costs
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/Analysis/CostModel/X86/fptosi.ll | 249 +++++++++++++++++++++++++++++++++
test/Analysis/CostModel/X86/fptoui.ll | 252 ++++++++++++++++++++++++++++++++++
2 files changed, 501 insertions(+)
create mode 100644 test/Analysis/CostModel/X86/fptosi.ll
create mode 100644 test/Analysis/CostModel/X86/fptoui.ll
--
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 1df457a [CostModel][X86] Added fcopysign costs
new 4a24b14 [SLPVectorizer][X86] Added fabs tests
new a94243b [SLPVectorizer][X86] Added fcopysign tests
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:
.../SLPVectorizer/X86/{sqrt.ll => fabs.ll} | 254 ++++++-------
test/Transforms/SLPVectorizer/X86/fcopysign.ll | 404 +++++++++++++++++++++
2 files changed, 531 insertions(+), 127 deletions(-)
copy test/Transforms/SLPVectorizer/X86/{sqrt.ll => fabs.ll} (69%)
create mode 100644 test/Transforms/SLPVectorizer/X86/fcopysign.ll
--
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 793d2a4 Use StringRef for MemoryBuffer identifier API (NFC)
new 1df457a [CostModel][X86] Added fcopysign costs
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/Analysis/CostModel/X86/arith-fp.ll | 65 +++++++++++++++++++++++++++++++++
1 file changed, 65 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 089e03e [CostModel][X86] Added fabs costs
new 793d2a4 Use StringRef for MemoryBuffer identifier API (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:
include/llvm/ExecutionEngine/ObjectMemoryBuffer.h | 2 +-
include/llvm/Support/MemoryBuffer.h | 4 +---
lib/Support/MemoryBuffer.cpp | 10 +++++-----
lib/Support/SourceMgr.cpp | 2 +-
utils/TableGen/CTagsEmitter.cpp | 2 +-
5 files changed, 9 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.