This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from e720d3d Open development for 2.25.
new 062e53c alpha: fix ceil on sNaN input
new 65cc568 alpha: fix floor on sNaN input
new cb7f9d6 alpha: fix rint on sNaN input
new b74d259 alpha: fix trunc for big input values
The 4 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 | 20 ++++++++++++++++++++
sysdeps/alpha/fpu/s_ceil.c | 7 +++----
sysdeps/alpha/fpu/s_ceilf.c | 7 +++----
sysdeps/alpha/fpu/s_floor.c | 7 +++----
sysdeps/alpha/fpu/s_floorf.c | 7 +++----
sysdeps/alpha/fpu/s_rint.c | 3 +++
sysdeps/alpha/fpu/s_rintf.c | 3 +++
sysdeps/alpha/fpu/s_trunc.c | 7 +++----
sysdeps/alpha/fpu/s_truncf.c | 7 +++----
9 files changed, 44 insertions(+), 24 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 c9e6422 [Inliner] Clean up doxygen comments to match modern style.
new 8d6665d [AVX-512] Use SSE_MUL_ITINS_S/SSE_DIV_ITINS_S for the scalar [...]
new a99d4e1 [AVX-512] Mark VADDPS/PD and VMULPS/PD as commutable. This ne [...]
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/Target/X86/X86InstrAVX512.td | 74 ++++++++++++++++++++++++----------------
1 file changed, 45 insertions(+), 29 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 bff7920 [CMake] Pass -nostdlib if supported
new 15712ac Revert "[CMake] Pass -nostdlib if supported"
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 | 2 --
cmake/config-ix.cmake | 1 -
2 files changed, 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 llvm.
from 7a4565f [AVX-512] Correct ExeDomain for many AVX-512 instructions.
new c9e6422 [Inliner] Clean up doxygen comments to match modern style.
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/Transforms/IPO/InlinerPass.h | 39 ++++++++++++++-----------------
1 file changed, 18 insertions(+), 21 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 54743f7 [winasan] Try to fix LNK4099 warnings seen by users
new cd0c083 [CMake] Load LLVMConfig for standalone build of builtins
new bff7920 [CMake] Pass -nostdlib if supported
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:
CMakeLists.txt | 54 ++++---------------------------------
cmake/Modules/CompilerRTUtils.cmake | 54 +++++++++++++++++++++++++++++++++++++
cmake/config-ix.cmake | 1 +
lib/builtins/CMakeLists.txt | 4 +++
4 files changed, 64 insertions(+), 49 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 f29090a Minor code cleanups. NFC.
new 7a4565f [AVX-512] Correct ExeDomain for many AVX-512 instructions.
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 | 44 +++-
lib/Target/X86/X86InstrFormats.td | 1 -
test/CodeGen/X86/avx512-intrinsics.ll | 40 ++--
test/CodeGen/X86/avx512vl-intrinsics.ll | 26 +-
test/CodeGen/X86/vector-half-conversions.ll | 265 ++++++---------------
test/CodeGen/X86/vector-shuffle-256-v4.ll | 44 +---
test/CodeGen/X86/vector-shuffle-512-v16.ll | 2 +-
test/CodeGen/X86/vector-shuffle-512-v8.ll | 76 +++---
.../X86/vector-shuffle-combining-avx512bw.ll | 8 +-
9 files changed, 195 insertions(+), 311 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 f21ab36 [Verifier] Improve test coverage for rL277413
new f29090a Minor code cleanups. 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:
lib/Transforms/Utils/SimplifyCFG.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 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 308cf93 [Verifier] Disallow illegal ptr<->int casts in ConstantExprs
new f21ab36 [Verifier] Improve test coverage for rL277413
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/Verifier/non-integral-pointers.ll | 12 ++++++++++++
1 file 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 llvm.
from e9e0746 CodeExtractor : Add ability to preserve profile data.
new b1fa8fe Revert r277408 and r277407
new 308cf93 [Verifier] Disallow illegal ptr<->int casts in ConstantExprs
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/IR/Verifier.cpp | 30 ++++++++++++++++++++++--------
lib/MC/MCParser/AsmParser.cpp | 34 ----------------------------------
test/MC/ARM/preserve-comments-arm.s | 10 ----------
test/Verifier/non-integral-pointers.ll | 12 ++++++++++++
4 files changed, 34 insertions(+), 52 deletions(-)
delete mode 100644 test/MC/ARM/preserve-comments-arm.s
--
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 fdfc926 Update for glibc 2.24 release.
new e720d3d Open development for 2.25.
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 | 4 ++++
NEWS | 13 +++++++++++++
version.h | 4 ++--
3 files changed, 19 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.