This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from a080d84 Fix compilation error in mips.cc with some versions of GCC.
new 4dee353 PR python/19819 - remove unused globals from py-xmethods.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:
gdb/ChangeLog | 8 ++++++++
gdb/python/py-xmethods.c | 12 ------------
2 files changed, 8 insertions(+), 12 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 03cf727 Fix x86 interrupt tests for -fpic and -march=corei7
new 5e056a4 2016-06-09 Marcin Baczyński <marbacz(a)gmail.com>
new cdb06f4 2016-06-09 Jonathan Yong <10walls(a)gmail.com>
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:
gcc/ChangeLog | 13 +++++++++++++
gcc/config/i386/cygwin.h | 1 -
gcc/diagnostic.h | 6 ------
3 files changed, 13 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 lld.
from 3d4e3a9 Don't require a dynamic R_X86_64_32 reloc in a test.
new 5d13d91 Also reject 32 bit dynamic relocs when producing executable.
new 3cb14de Rename warnDynRel.
new 912845d Use errorDynRel like every other target.
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/Target.cpp | 12 ++++++------
test/ELF/verneed-as-needed-weak.s | 2 +-
test/ELF/{copy-errors.s => x86-64-dyn-rel-error.s} | 15 ++++++---------
test/ELF/{copy-errors.s => x86-64-dyn-rel-error2.s} | 15 ++++++---------
4 files changed, 19 insertions(+), 25 deletions(-)
copy test/ELF/{copy-errors.s => x86-64-dyn-rel-error.s} (51%)
copy test/ELF/{copy-errors.s => x86-64-dyn-rel-error2.s} (50%)
--
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 dd9e8b3 [NVPTX] Add intrinsics for shfl instructions.
new 9ceba99 [X86][AVX512] Added support for lowering 512-bit vector shuff [...]
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/X86ISelLowering.cpp | 60 ++++++++++++++++++++----------
test/CodeGen/X86/sad.ll | 24 +++++-------
test/CodeGen/X86/vector-shuffle-512-v32.ll | 18 +++++++++
test/CodeGen/X86/vector-shuffle-512-v64.ll | 44 +++++++++++++++++++++-
4 files changed, 111 insertions(+), 35 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 lldb.
from aa4370a Fix a no newline at end of file warning.
new 026ed09 Updated the FindSpace() algorithm to avoid the 0 page when it [...]
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/lldb/Expression/IRMemoryMap.h | 2 +-
source/Expression/IRMemoryMap.cpp | 117 +++++++++++++++++++++++++++++++---
2 files changed, 110 insertions(+), 9 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 lld.
from 134bf98 ELF: Compute used bit for --as-needed during symbol resolution.
new 3d4e3a9 Don't require a dynamic R_X86_64_32 reloc in a test.
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/ELF/relocation-copy-flags.s | 16 ++++++++--------
1 file changed, 8 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 llvm.
from 1684d07 NFC cleanup of InitializePasses.h
new dd9e8b3 [NVPTX] Add intrinsics for shfl instructions.
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/IntrinsicsNVVM.td | 44 ++++++++++++++++++
lib/Target/NVPTX/NVPTXIntrinsics.td | 43 +++++++++++++++++-
test/CodeGen/NVPTX/shfl.ll | 90 +++++++++++++++++++++++++++++++++++++
3 files changed, 176 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/NVPTX/shfl.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 e1fab5f [Temporary] Add an ExprWithCleanups for each C++ MaterializeT [...]
new cfd0eb5 [CUDA] Implement __shfl* intrinsics in clang 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:
include/clang/Basic/BuiltinsNVPTX.def | 11 +++++
lib/Headers/__clang_cuda_intrinsics.h | 70 ++++++++++++++++++++++++++++++
lib/Headers/__clang_cuda_runtime_wrapper.h | 13 +++---
3 files changed, 88 insertions(+), 6 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 e9ee1a2 [NVPTX] Mark bar.sync intrinsic as convergent.
new 1684d07 NFC cleanup of InitializePasses.h
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/InitializePasses.h | 211 +++++++++++++++++++---------------------
1 file changed, 102 insertions(+), 109 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 8617be2 Revert "[CMake] Fix an issue building out-of-tree introduced [...]
new e1fab5f [Temporary] Add an ExprWithCleanups for each C++ MaterializeT [...]
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/clang/AST/ExprCXX.h | 7 +++-
include/clang/AST/Stmt.h | 5 ++-
include/clang/Sema/CleanupInfo.h | 47 +++++++++++++++++++++++++++
include/clang/Sema/ScopeInfo.h | 5 +--
include/clang/Sema/Sema.h | 16 +++++----
lib/AST/Expr.cpp | 7 +++-
lib/AST/ExprCXX.cpp | 6 +++-
lib/Analysis/Consumed.cpp | 6 ++++
lib/CodeGen/CGExprConstant.cpp | 6 ++++
lib/Sema/Sema.cpp | 5 +--
lib/Sema/SemaCast.cpp | 8 ++---
lib/Sema/SemaCoroutine.cpp | 4 +--
lib/Sema/SemaDecl.cpp | 2 +-
lib/Sema/SemaExpr.cpp | 35 ++++++++++----------
lib/Sema/SemaExprCXX.cpp | 16 +++++----
lib/Sema/SemaExprObjC.cpp | 4 +--
lib/Sema/SemaInit.cpp | 30 +++++++++++++----
lib/Sema/SemaLambda.cpp | 11 +++----
lib/Sema/SemaOpenMP.cpp | 8 +++++
lib/Sema/SemaStmt.cpp | 8 +++++
lib/Serialization/ASTReaderStmt.cpp | 1 +
lib/Serialization/ASTWriterStmt.cpp | 3 +-
unittests/ASTMatchers/ASTMatchersNodeTest.cpp | 4 +--
23 files changed, 181 insertions(+), 63 deletions(-)
create mode 100644 include/clang/Sema/CleanupInfo.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.