This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_70
in repository llvm.
from 1415ff0e985 [ReleaseNotes] Mention various windows related changes in 7.0
new 9360946c871 Merging r339600: ------------------------------------------ [...]
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/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 +--
.../AMDGPU/extract-subvector-equal-length.ll | 30 ++++++++++++++++++++++
2 files changed, 32 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/extract-subvector-equal-length.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 17454e67ca5 [X86] Constant folding of adds/subs intrinsics
new 922ac36549e Fix MSVC "compiler limit: blocks nested too deeply" error. NFCI.
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/IR/AutoUpgrade.cpp | 54 ++++++++++++++++++--------------------------------
1 file changed, 19 insertions(+), 35 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 release_70
in repository clang.
from 2d49a13002 Merging r338934: ------------------------------------------- [...]
new bdb1c36758 Merging r339597: ------------------------------------------- [...]
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/clang/AST/ASTContext.h | 2 +-
lib/AST/ASTContext.cpp | 2 +-
lib/Sema/SemaTemplateInstantiateDecl.cpp | 18 ++++++++++++++----
test/CodeGenCXX/attr-target-mv-member-funcs.cpp | 12 ++++++++++--
4 files changed, 26 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 4a7be35fb4 [XRay][clang] Add more test cases of -fxray-modes= (NFC)
new 5be7dfec88 Add a stub mangling for ObjC selectors in the Microsoft ABI.
new 6c4fb3c535 [gnu-objc] Make selector order deterministic.
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/AST/MicrosoftMangle.cpp | 10 ++++++++--
lib/CodeGen/CGObjCGNU.cpp | 10 +++++++---
test/CodeGenObjC/gnu-deterministic-selectors.m | 16 ++++++++++++++++
3 files changed, 31 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGenObjC/gnu-deterministic-selectors.m
--
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 97019bf026a Daily bump.
new e7d49355f28 * gcc/pretty-print.c (mingw_ansi_fputs): Do not call _close [...]
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/pretty-print.c | 1 -
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 glibc.
from e95c6f6192 nss_files: Fix file stream leak in aliases lookup [BZ #23521]
new 599cf39766 Improve performance of sinf and cosf
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:
ChangeLog | 15 +++
NEWS | 2 +
sysdeps/aarch64/libm-test-ulps | 24 ++--
sysdeps/ieee754/flt-32/s_cosf.c | 161 ++++++++-----------------
sysdeps/ieee754/flt-32/s_sincosf.h | 171 +++++---------------------
sysdeps/ieee754/flt-32/s_sinf.c | 172 +++++++++------------------
sysdeps/x86_64/fpu/libm-test-ulps | 12 ++
sysdeps/x86_64/fpu/multiarch/s_sincosf-fma.c | 33 ++++-
sysdeps/x86_64/fpu/s_sincosf_data.c | 1 -
9 files changed, 207 insertions(+), 384 deletions(-)
delete mode 100644 sysdeps/x86_64/fpu/s_sincosf_data.c
--
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 newlib.
from a9a455472 Added Restriction on base value
new dbd872f4a Cygwin: fenv.h: Convert to ASCII-only
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:
winsup/cygwin/include/fenv.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 clang-tools-extra.
from bceeab87 Revert "[clang-doc] Updating BitcodeReader to use llvm::Error"
new 1909d66a [clangd] Show non-instantiated decls in signatureHelp
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:
clangd/CodeComplete.cpp | 10 ++++++-
unittests/clangd/CodeCompleteTests.cpp | 53 ++++++++++++++++++++++++++++++++++
2 files changed, 62 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-8-branch
in repository gcc.
from a32fd92b240 Daily bump.
new c69949a7ec1 Fix invalid assumption in vect_transform_stmt (PR 86871)
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 | 9 +++++++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/vect/pr86871.c | 15 +++++++++++++++
gcc/tree-vect-stmts.c | 2 +-
4 files changed, 33 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr86871.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.