This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 77f4eb2 test: loosen a test for the time being
new 3bab351 ELF: Round p_memsz of the PT_GNU_RELRO program header up to t [...]
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/Writer.cpp | 7 ++++++-
test/ELF/basic-mips.s | 2 +-
test/ELF/basic-ppc.s | 2 +-
3 files changed, 8 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 clang.
from 75198e1 [CUDA] Pre-include sm_60 and sm_61 headers.
new 54598be [OpenMP] Update target codegen for NVPTX device.
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/CGOpenMPRuntimeNVPTX.cpp | 268 ++++++++++++-------------
lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 47 ++---
test/OpenMP/nvptx_target_codegen.cpp | 372 ++++++++++++++++++++---------------
3 files changed, 364 insertions(+), 323 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 4f271b8 Accept and ignore -Wa,-mbig-obj on COFF targets for gas compa [...]
new 75198e1 [CUDA] Pre-include sm_60 and sm_61 headers.
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/Headers/__clang_cuda_runtime_wrapper.h | 5 +++++
1 file changed, 5 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 bf64cb1 AMDGPU/SI: Implement sendmsghalt intrinsic
new 6aec022 fix comment formatting; 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:
include/llvm/Analysis/Loads.h | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 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 openmp.
from dae8e28 Fix for the __kmpc_global_num_threads function to return the [...]
new 5e5eade [CMake] Make openmp build under runtimes/
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:
runtime/CMakeLists.txt | 3 ++-
1 file changed, 2 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 clang.
from c9c73f6 Fix a buildbot failure introduced by r290960.
new 4f271b8 Accept and ignore -Wa,-mbig-obj on COFF targets for gas compa [...]
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/Driver/Tools.cpp | 4 ++++
test/Driver/mbig-obj.c | 9 +++++++++
2 files changed, 13 insertions(+)
create mode 100644 test/Driver/mbig-obj.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 lld.
from 7d4d6d6 COFF: tie the execute and the PDB together
new 77f4eb2 test: loosen a test for the time being
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/COFF/pdb.test | 3 ++-
1 file changed, 2 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 llvm.
from 5f405a9 RegionInfo: add new test case
new bf64cb1 AMDGPU/SI: Implement sendmsghalt intrinsic
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/IR/IntrinsicsAMDGPU.td | 7 ++
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 1 +
lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 +
lib/Target/AMDGPU/AMDGPUInstrInfo.td | 4 +
lib/Target/AMDGPU/SIISelLowering.cpp | 9 +-
lib/Target/AMDGPU/SIInsertWaits.cpp | 5 +-
lib/Target/AMDGPU/SOPInstructions.td | 5 +-
test/CodeGen/AMDGPU/amdgcn.sendmsg-m0.ll | 41 ++++++++
test/CodeGen/AMDGPU/amdgcn.sendmsg.ll | 161 ++++++++++++++++++++++++++++++
test/CodeGen/AMDGPU/llvm.SI.sendmsg-m0.ll | 17 ----
test/CodeGen/AMDGPU/llvm.SI.sendmsg.ll | 24 -----
11 files changed, 230 insertions(+), 45 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/amdgcn.sendmsg-m0.ll
create mode 100644 test/CodeGen/AMDGPU/amdgcn.sendmsg.ll
delete mode 100644 test/CodeGen/AMDGPU/llvm.SI.sendmsg-m0.ll
delete mode 100644 test/CodeGen/AMDGPU/llvm.SI.sendmsg.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 f5ee536 Make MIPS soft-fp preserve NaN payloads for NAN2008.
new 811de1a Fix MicroBlaze bits/setjmp.h for C++.
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 | 3 +++
sysdeps/microblaze/bits/setjmp.h | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.