This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from e432f10a18 [asan] A clang flag to enable ELF globals-gc.
new e2a6f1bc95 Update Clang C++ DR documentation for new issue list
new 87cd035326 [Sema] Implement Core 2094: Trivial copy/move constructor fo [...]
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/AST/Type.cpp | 7 +-
test/CXX/drs/dr20xx.cpp | 30 ++
test/CXX/drs/dr4xx.cpp | 7 +-
test/SemaCXX/type-traits.cpp | 2 +-
www/cxx_dr_status.html | 688 +++++++++++++++++++++++--------------------
5 files changed, 398 insertions(+), 336 deletions(-)
create mode 100644 test/CXX/drs/dr20xx.cpp
--
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 ef3c6d2703 Fix CGObjCGNU::init bug introduced by r302572
new d47237c248 Remove unnecessary calls to MakeArgString.
new e432f10a18 [asan] A clang flag to enable ELF globals-gc.
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/clang/Driver/Options.td | 3 +++
include/clang/Driver/SanitizerArgs.h | 1 +
include/clang/Frontend/CodeGenOptions.def | 2 ++
lib/CodeGen/BackendUtil.cpp | 2 ++
lib/Driver/SanitizerArgs.cpp | 22 ++++++++++++++++------
lib/Driver/ToolChains/Arch/Mips.cpp | 16 ++++++++--------
lib/Frontend/CompilerInvocation.cpp | 2 ++
test/CodeGen/asan-globals-gc.cpp | 15 +++++++++++++--
test/Driver/fsanitize.c | 7 +++++++
9 files changed, 54 insertions(+), 16 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 eab380d8ec Move shared pthread definitions to common headers
new e3b0580d0d Simplify accept4, recvmmsg, sendmmsg code.
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 | 27 ++++++++++++++++++++++
sysdeps/unix/sysv/linux/accept4.c | 11 +++------
sysdeps/unix/sysv/linux/i386/kernel-features.h | 6 -----
sysdeps/unix/sysv/linux/kernel-features.h | 21 ++++-------------
.../unix/sysv/linux/microblaze/kernel-features.h | 3 ---
sysdeps/unix/sysv/linux/powerpc/kernel-features.h | 3 ---
sysdeps/unix/sysv/linux/recvmmsg.c | 11 +++------
sysdeps/unix/sysv/linux/sendmmsg.c | 11 +++------
sysdeps/unix/sysv/linux/sh/kernel-features.h | 3 ---
sysdeps/unix/sysv/linux/sparc/kernel-features.h | 9 --------
10 files changed, 40 insertions(+), 65 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 54fd142e366 [GVN] Fix a crash on encountering non-integral pointers
new ab3dba86f95 [ExecutionEngine] Make RuntimeDyld::MemoryManager responsib [...]
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:
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 13 ++++++++++
.../ExecutionEngine/Orc/OrcRemoteTargetClient.h | 29 ++++++++++++++--------
.../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 4 +++
include/llvm/ExecutionEngine/RTDyldMemoryManager.h | 16 ++++++------
include/llvm/ExecutionEngine/RuntimeDyld.h | 3 +--
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 5 ++--
.../RuntimeDyld/RTDyldMemoryManager.cpp | 12 +++++++++
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 4 ++-
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 12 ---------
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h | 2 --
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h | 2 +-
.../RuntimeDyld/Targets/RuntimeDyldCOFFI386.h | 1 -
.../RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h | 1 -
.../RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h | 3 ---
tools/lli/RemoteJITUtils.h | 5 ++--
tools/llvm-rtdyld/llvm-rtdyld.cpp | 3 +--
.../Orc/ObjectTransformLayerTest.cpp | 2 +-
.../Orc/RTDyldObjectLinkingLayerTest.cpp | 29 ++++++++++++----------
18 files changed, 83 insertions(+), 63 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 cf44d2c1ae clang-format: [JS] Don't indent JavaScript IIFEs.
new ef3c6d2703 Fix CGObjCGNU::init bug introduced by r302572
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/CGObjCGNU.cpp | 9 +++++++--
1 file changed, 7 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 gcc.
from 5c03ffae0ef 2017-05-09 Janus Weil <janus(a)gcc.gnu.org>
new 80af00ad602 [gcc] 2017-05-09 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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 | 31 ++++++
gcc/config/rs6000/rs6000.md | 111 ++++++++++++---------
gcc/testsuite/ChangeLog | 5 +
.../gcc.target/powerpc/{dform-2.c => pr68163.c} | 18 ++--
4 files changed, 107 insertions(+), 58 deletions(-)
copy gcc/testsuite/gcc.target/powerpc/{dform-2.c => pr68163.c} (92%)
--
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 f7e315844fb [AMDGPU] Fixed typo in GCNRegPressure, NFC
new 54fd142e366 [GVN] Fix a crash on encountering non-integral pointers
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/VNCoercion.cpp | 9 ++++++++
test/Transforms/GVN/PRE/nonintegral.ll | 39 ++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
create mode 100644 test/Transforms/GVN/PRE/nonintegral.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 f90dff13443 [InstCombine] update test file to use FileCheck; NFC
new f7e315844fb [AMDGPU] Fixed typo in GCNRegPressure, 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/Target/AMDGPU/GCNRegPressure.cpp | 20 ++++++++++----------
lib/Target/AMDGPU/GCNRegPressure.h | 10 +++++-----
2 files changed, 15 insertions(+), 15 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 gcc.
from 452d52143d0 * class.c (check_bases): Ignore empty bases.
new 5c03ffae0ef 2017-05-09 Janus Weil <janus(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 ++++++
gcc/fortran/resolve.c | 37 ++++++++++++++-----------------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/finalize_32.f90 | 31 ++++++++++++++++++++++++++
4 files changed, 60 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/finalize_32.f90
--
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 14cb3039db0 DAGCombine: Combine shuffles of splat-shuffles
new f90dff13443 [InstCombine] update test file to use FileCheck; 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:
test/Transforms/InstCombine/bit-tracking.ll | 36 ++++++++++++++++++-----------
1 file changed, 22 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.