This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from badba23cac Move declare_mgen_finite_alias definition
new 5e79e0292b Add a generic significand implementation
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 | 9 ++++++
math/Makefile | 5 ++--
math/s_significand.c | 34 ----------------------
.../s_significand_template.c | 20 ++++++++-----
math/s_significandf.c | 27 -----------------
math/s_significandl.c | 34 ----------------------
sysdeps/ieee754/ldbl-opt/s_significand.c | 5 ----
sysdeps/ieee754/ldbl-opt/s_significandl.c | 5 ----
8 files changed, 24 insertions(+), 115 deletions(-)
delete mode 100644 math/s_significand.c
copy sysdeps/i386/fpu/s_f32xdivf64.c => math/s_significand_template.c (68%)
delete mode 100644 math/s_significandf.c
delete mode 100644 math/s_significandl.c
delete mode 100644 sysdeps/ieee754/ldbl-opt/s_significand.c
delete mode 100644 sysdeps/ieee754/ldbl-opt/s_significandl.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 llvm.
from b8b321ac76b [Dominators] Simplify child lists and make them deterministic
new af5dcf12477 Remove myself from the release testers list. (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:
RELEASE_TESTERS.TXT | 5 -----
1 file changed, 5 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 443ea9f82a [MS] Make sure __GetExceptionInfo works on types with no linkage
new fcfa2dd517 Add python tool to dump and construct header maps
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 | 1 +
test/CMakeLists.txt | 1 +
test/Modules/crash-vfs-headermaps.m | 10 +-
test/Preprocessor/Inputs/headermap-rel/foo.hmap | Bin 804 -> 0 bytes
.../Inputs/headermap-rel/foo.hmap.json | 6 +
.../Inputs/headermap-rel2/project-headers.hmap | Bin 108 -> 0 bytes
.../headermap-rel2/project-headers.hmap.json | 6 +
.../Preprocessor/Inputs/nonportable-hmaps/foo.hmap | Bin 102 -> 0 bytes
.../Inputs/nonportable-hmaps/foo.hmap.json | 6 +
test/Preprocessor/headermap-rel.c | 8 +-
test/Preprocessor/headermap-rel2.c | 9 +-
test/Preprocessor/nonportable-include-with-hmap.c | 4 +-
utils/hmaptool/CMakeLists.txt | 16 ++
utils/hmaptool/hmaptool | 296 +++++++++++++++++++++
14 files changed, 344 insertions(+), 19 deletions(-)
delete mode 100644 test/Preprocessor/Inputs/headermap-rel/foo.hmap
create mode 100644 test/Preprocessor/Inputs/headermap-rel/foo.hmap.json
delete mode 100644 test/Preprocessor/Inputs/headermap-rel2/project-headers.hmap
create mode 100644 test/Preprocessor/Inputs/headermap-rel2/project-headers.hmap.json
delete mode 100644 test/Preprocessor/Inputs/nonportable-hmaps/foo.hmap
create mode 100644 test/Preprocessor/Inputs/nonportable-hmaps/foo.hmap.json
create mode 100644 utils/hmaptool/CMakeLists.txt
create mode 100755 utils/hmaptool/hmaptool
--
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 a1276218c0e [X86] Use setcc ISD opcode for AVX512 integer comparisons a [...]
new af6c3e6dec7 [MemorySSA] Verify Phi incoming blocks are block predecessors.
new b8b321ac76b [Dominators] Simplify child lists and make them 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:
include/llvm/Support/GenericDomTreeConstruction.h | 19 ++++++++++++-------
lib/Analysis/MemorySSA.cpp | 6 +++++-
2 files changed, 17 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 0dbae3ef60 [CUDA] Removed unused __nvvm_* builtins with non-generic pointers.
new 443ea9f82a [MS] Make sure __GetExceptionInfo works on types with no linkage
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/Sema.cpp | 2 ++
test/CodeGenCXX/microsoft-abi-throw.cpp | 10 ++++++++++
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 gcc.
from 755a9c216fe gcc/ChangeLog:
new a9ee5a859a8 libgcc/: PR libgcc/86213 * generic-morestack.c (allocate_ [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/split-8.c | 43 ++++++++++++++++++++++++++++++++++++++++++
libgcc/ChangeLog | 9 +++++++++
libgcc/generic-morestack.c | 41 ++++++++++++++++------------------------
4 files changed, 73 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/split-8.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 llvm.
from 346e379f2f6 [SLPVectorizer] Provide InstructionsState down the BoUpSLP [...]
new a1276218c0e [X86] Use setcc ISD opcode for AVX512 integer comparisons a [...]
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/X86ISelDAGToDAG.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 96 +++++-----
lib/Target/X86/X86ISelLowering.h | 1 -
lib/Target/X86/X86InstrAVX512.td | 309 ++++++++++++++++++++------------
lib/Target/X86/X86InstrFragmentsSIMD.td | 1 -
lib/Target/X86/X86InstrInfo.cpp | 17 ++
lib/Target/X86/X86InstrInfo.h | 4 +
test/CodeGen/X86/avx512-mask-op.ll | 18 +-
test/CodeGen/X86/broadcastm-lowering.ll | 7 +-
9 files changed, 273 insertions(+), 182 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 1064a0a Update copyright year to 2018.
new 60abed6 [CMake] Convert paths to the right form in standalone builds [...]
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:
cmake/Modules/HandleCompilerRT.cmake | 3 +++
cmake/Modules/HandleOutOfTreeLLVM.cmake | 7 ++++---
2 files changed, 7 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 libcxx.
from 5aa278078 Fix libcxx tests after clang r334677.
new 7ef8270dd [CMake] Convert paths to the right form in standalone builds [...]
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:
cmake/Modules/HandleCompilerRT.cmake | 3 +++
cmake/Modules/HandleOutOfTreeLLVM.cmake | 7 ++++---
2 files changed, 7 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 glibc.
from 2d1c89a5d7 libio: Avoid ptrdiff_t overflow in IO_validate_vtable
new badba23cac Move declare_mgen_finite_alias definition
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 | 7 +++++++
math/e_exp2_template.c | 7 -------
sysdeps/generic/math-type-macros.h | 15 +++++++++++++++
3 files changed, 22 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.