This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 0a6191991 Add paretntheses around a C macro parameter.
new aac159b59 Simplify. 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:
ELF/Driver.cpp | 10 +++-------
1 file changed, 3 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 a96dc0e7b9d [RegAllocGreedy] Fix crash in tryLocalSplit
new 9d4397e6788 [InstCombine] rename test file, simplify tests, regenerate [...]
new 02b573b2155 [GlobalDCE] AvailableExternal linkage is checked in isDisca [...]
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/Transforms/IPO/GlobalDCE.cpp | 2 +-
.../InstCombine/fast-math-scalarization.ll | 39 ---------------
test/Transforms/InstCombine/scalarization.ll | 58 ++++++++++++++++++++++
3 files changed, 59 insertions(+), 40 deletions(-)
delete mode 100644 test/Transforms/InstCombine/fast-math-scalarization.ll
create mode 100644 test/Transforms/InstCombine/scalarization.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 glibc.
from d90c9b1a12 Invert sense of list of i686-class processors in sysdeps/x86 [...]
new 7abf97bed9 Use trunc functions not __trunc functions in glibc libm.
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 | 41 ++++++++++++++++++++++
include/math.h | 1 +
sysdeps/aarch64/fpu/s_trunc.c | 1 +
sysdeps/aarch64/fpu/s_truncf.c | 1 +
sysdeps/ieee754/dbl-64/e_gamma_r.c | 4 +--
sysdeps/ieee754/dbl-64/s_trunc.c | 1 +
sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c | 1 +
sysdeps/ieee754/float128/s_truncf128.c | 1 +
sysdeps/ieee754/flt-32/e_gammaf_r.c | 4 +--
sysdeps/ieee754/flt-32/s_truncf.c | 1 +
sysdeps/ieee754/ldbl-128/e_gammal_r.c | 4 +--
sysdeps/ieee754/ldbl-128/s_truncl.c | 1 +
sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c | 4 +--
sysdeps/ieee754/ldbl-128ibm/s_truncl.c | 7 +++-
sysdeps/ieee754/ldbl-96/e_gammal_r.c | 4 +--
sysdeps/m68k/m680x0/fpu/s_trunc_template.c | 1 +
sysdeps/powerpc/fpu/math_private.h | 20 -----------
.../powerpc32/power4/fpu/multiarch/s_trunc.c | 1 +
.../powerpc32/power4/fpu/multiarch/s_truncf.c | 1 +
sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c | 1 +
sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c | 1 +
sysdeps/riscv/rv64/rvd/s_trunc.c | 1 +
sysdeps/riscv/rvf/s_truncf.c | 1 +
sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.c | 1 +
sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.c | 1 +
sysdeps/x86_64/fpu/multiarch/s_trunc.c | 1 +
sysdeps/x86_64/fpu/multiarch/s_truncf.c | 1 +
27 files changed, 76 insertions(+), 31 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 linux.
from ae596de1a0c8 Compiler Attributes: naked can be shared
new f83606f5eb00 fork: report pid exhaustion correctly
new 889c695d419f mm: disable deferred struct page for 32-bit arches
new a1b3d2f217cf fs/proc/kcore.c: fix invalid memory access in multi-page r [...]
new b45d71fb89ab mm: shmem.c: Correctly annotate new inodes for lockdep
new 3bf181bc5d8b kernel/sys.c: remove duplicated include
new 172b06c32b94 mm: slowly shrink slabs with a relatively small number of objects
new 234b69e3e089 ocfs2: fix ocfs2 read block panic
The 7 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:
fs/ocfs2/buffer_head_io.c | 1 +
fs/proc/kcore.c | 1 +
kernel/pid.c | 2 +-
kernel/sys.c | 3 ---
mm/Kconfig | 1 +
mm/shmem.c | 2 ++
mm/vmscan.c | 11 +++++++++++
7 files changed, 17 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 llvm.
from 4caac9138cb [PDB] Fix -Wcovered-switch-default warning.
new a96dc0e7b9d [RegAllocGreedy] Fix crash in tryLocalSplit
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/RegAllocGreedy.cpp | 6 +-
test/CodeGen/X86/pr38795.ll | 265 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 270 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/pr38795.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.