This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 2777d7bc4 lld-link: Fix subsystem inference for non-console apps on 32- [...]
new 7bebf298d lld-link: Simplify LinkerDriver::findDefaultEntry()
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:
COFF/Driver.cpp | 17 ++++-------------
1 file changed, 4 insertions(+), 13 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 google/grte/v5-2.27/master
in repository glibc.
from 2ededd1b62 Make pointer in tst-realloc volatile also
new 1cdc251369 Revert upstream removal of async-safe TLS patches.
new 1d2b702dde Fix TLS problems not handled by cherrypick
new 33caf2b08a Fix regressions in async-safe TLS, add run-time control for [...]
The 3 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/Versions | 1 +
elf/dl-misc.c | 157 ++++++++++++++++++++++++++++++++++++
elf/dl-open.c | 5 +-
elf/dl-reloc.c | 62 ++++++++++++--
elf/dl-support.c | 3 +
elf/dl-tls.c | 137 ++++++++++++++++++++++++++++---
elf/rtld.c | 24 +++++-
nptl/Makefile | 7 ++
nptl/allocatestack.c | 11 ++-
nptl/tst-tls7a.c | 144 +++++++++++++++++++++++++++++++++
nptl/{tst-sem2.c => tst-tls7amod.c} | 41 ++++------
sysdeps/generic/ldsodefs.h | 19 +++++
sysdeps/mach/hurd/dl-sysdep.h | 7 ++
sysdeps/unix/sysv/linux/dl-sysdep.c | 44 ++++++++++
sysdeps/unix/sysv/linux/dl-sysdep.h | 4 +
15 files changed, 615 insertions(+), 51 deletions(-)
create mode 100644 nptl/tst-tls7a.c
copy nptl/{tst-sem2.c => tst-tls7amod.c} (58%)
--
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 9f9755d867f [NVPTX] Handle __nvvm_reflect("__CUDA_ARCH").
new 7166ee595d5 DAG: Enhance isKnownNeverNaN
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/CodeGen/SelectionDAG.h | 11 +-
include/llvm/CodeGen/TargetLowering.h | 7 +
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 97 +++-
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 13 +
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 83 ++++
lib/Target/AMDGPU/AMDGPUISelLowering.h | 5 +
lib/Target/AMDGPU/SIISelLowering.cpp | 11 +-
test/CodeGen/AMDGPU/clamp.ll | 34 +-
test/CodeGen/AMDGPU/fcanonicalize-elimination.ll | 5 +-
test/CodeGen/AMDGPU/fmed3.ll | 73 ++-
test/CodeGen/AMDGPU/fmul-2-combine-multi-use.ll | 24 +-
test/CodeGen/AMDGPU/known-never-snan.ll | 598 +++++++++++++++++++++++
12 files changed, 883 insertions(+), 78 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/known-never-snan.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 e60d78fd125 [X86] Add test cases for the current codegen of __builtin_parity.
new 8d1ce331584 [X86] Add a DAG combine for the __builtin_parity idiom used [...]
new 9f9755d867f [NVPTX] Handle __nvvm_reflect("__CUDA_ARCH").
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/NVPTX/NVPTX.h | 2 +-
lib/Target/NVPTX/NVPTXTargetMachine.cpp | 5 +-
lib/Target/NVPTX/NVVMReflect.cpp | 10 ++-
lib/Target/X86/X86ISelLowering.cpp | 71 +++++++++++++++++++
test/CodeGen/NVPTX/nvvm-reflect-arch.ll | 21 ++++++
test/CodeGen/X86/parity.ll | 119 +++++++++-----------------------
6 files changed, 137 insertions(+), 91 deletions(-)
create mode 100644 test/CodeGen/NVPTX/nvvm-reflect-arch.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 clang.
from 0d05391382 Revert "[OpenCL] Always emit alloca in entry block for enque [...]
new 4c2bf47935 [NFC] Initialize a variable to prevent future invalid deref.
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/CGBlocks.cpp | 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 1a17324d819 Fix crash in bounds checking.
new 8ef7ef81f78 [SLC] Refactor shrinking of functions (NFC)
new e60d78fd125 [X86] Add test cases for the current codegen of __builtin_parity.
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/Utils/SimplifyLibCalls.cpp | 127 +++++++++++--------------
test/CodeGen/X86/parity.ll | 149 ++++++++++++++++++++++++++++++
2 files changed, 204 insertions(+), 72 deletions(-)
create mode 100644 test/CodeGen/X86/parity.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 bf41818787 RISC-V: Fix rounding save/restore bug.
new bb17621ab8 Regen RISC-V rvd ULPs
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 | 2 ++
sysdeps/riscv/rv64/rvd/libm-test-ulps | 16 ++++++++++++----
2 files changed, 14 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 clang.
from 77acb45e80 [OpenCL] Always emit alloca in entry block for enqueue_kerne [...]
new 0d05391382 Revert "[OpenCL] Always emit alloca in entry block for enque [...]
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/CGBuiltin.cpp | 53 +++---
test/CodeGenOpenCL/cl20-device-side-enqueue.cl | 177 ++++++++-------------
.../enqueue-kernel-non-entry-block.cl | 31 ----
3 files changed, 86 insertions(+), 175 deletions(-)
delete mode 100644 test/CodeGenOpenCL/enqueue-kernel-non-entry-block.cl
--
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 ea705eb5ec Consistently terminate libm-test-*.inc TEST lines with commas.
new bf41818787 RISC-V: Fix rounding save/restore bug.
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 | 5 +++++
sysdeps/riscv/rvf/math_private.h | 2 +-
2 files changed, 6 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 gcc.
from dfd009fe920 docs: fix stray duplicated words
new 2419ebf7b73 PR target/86795 * config/mn10300/mn10300.c (TARGET_HAVE_S [...]
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 | 6 ++++++
gcc/config/mn10300/mn10300.c | 3 +++
2 files changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.