This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39
in repository clang.
from 18a55ed Merging r277783 and r278156 to unbreak Clang on the branch af [...]
new f95bed8 [Branch 3.9] Remove any traces of partial constexpr lambda im [...]
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/DiagnosticASTKinds.td | 6 ---
include/clang/Basic/DiagnosticParseKinds.td | 11 +----
include/clang/Sema/Sema.h | 3 +-
lib/AST/ExprConstant.cpp | 18 +-------
lib/Parse/ParseExprCXX.cpp | 65 ++---------------------------
lib/Sema/SemaLambda.cpp | 21 ++--------
lib/Sema/TreeTransform.h | 4 +-
test/Parser/cxx1z-constexpr-lambdas.cpp | 31 --------------
test/SemaCXX/cxx1z-constexpr-lambdas.cpp | 36 ----------------
9 files changed, 12 insertions(+), 183 deletions(-)
delete mode 100644 test/Parser/cxx1z-constexpr-lambdas.cpp
delete mode 100644 test/SemaCXX/cxx1z-constexpr-lambdas.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 gcc-6-branch
in repository gcc.
from 8773861 Daily bump.
new 6e9243c PR testsuite/77034 Backported from mainline 2016-07-25 Ja [...]
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/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/g++.dg/init/elide5.C | 3 +--
2 files changed, 10 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 llvm.
from 0bf24e0 [InstSimplify] Fold gep (gep V, C), (xor V, -1) to C-1
new 6f26a8e [X86] Add xgetbv/xsetbv intrinsics to non-windows platforms
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/IntrinsicsX86.td | 4 +++
lib/Target/X86/X86ISelLowering.cpp | 54 ++++++++++++++++++++++++++++
lib/Target/X86/X86InstrSystem.td | 7 ++--
lib/Target/X86/X86IntrinsicsInfo.h | 3 +-
test/CodeGen/X86/system-intrinsics-xgetbv.ll | 21 +++++++++++
test/CodeGen/X86/system-intrinsics-xsetbv.ll | 23 ++++++++++++
6 files changed, 109 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/X86/system-intrinsics-xgetbv.ll
create mode 100644 test/CodeGen/X86/system-intrinsics-xsetbv.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 lld.
from 04ea4fd [ELF] Linkerscript: support hidden symbols assignments
new 4086ed4 [ELF] Ignore .interp section in case linker script specifies [...]
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/LinkerScript.cpp | 9 +++++++++
ELF/LinkerScript.h | 1 +
ELF/Writer.cpp | 3 ++-
test/ELF/linkerscript/linkerscript-discard-interp.s | 12 ++++++++++++
4 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/linkerscript/linkerscript-discard-interp.s
--
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 2a393a5 FunctionImport: missed one occurence of ImportListForModule t [...]
new 0bf24e0 [InstSimplify] Fold gep (gep V, C), (xor V, -1) to C-1
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/Analysis/InstructionSimplify.cpp | 8 +++++++-
test/Transforms/InstSimplify/cast.ll | 27 +++++++++++++++++++++++++++
test/Transforms/InstSimplify/compare.ll | 13 -------------
3 files changed, 34 insertions(+), 14 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-tools-extra.
from bbb28b8 [clang-rename] cleanup `auto` usages
new f1159d7 [clang-rename] fix broken build
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:
clang-rename/USRFinder.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 8454221 [InstCombine] add tests for missing vector icmp folds
new 055f556 [LTO] Simplify APIs and constify (NFC)
new 22277af FunctionImport: rename ImportsForModule to ImportList for con [...]
new 2a393a5 FunctionImport: missed one occurence of ImportListForModule t [...]
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:
include/llvm/Transforms/IPO/FunctionImport.h | 5 +--
lib/LTO/LTO.cpp | 16 ++++-----
lib/LTO/ThinLTOCodeGenerator.cpp | 4 +--
lib/Transforms/IPO/FunctionImport.cpp | 51 +++++++++++++---------------
4 files changed, 36 insertions(+), 40 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 compiler-rt.
from cd5fa59 [compiler-rt] Allow c++ abi to be explictly disabled in c [...]
new 0a7584e [TSan][MIPS] Implements setjmp assembly for MIPS64
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/tsan/CMakeLists.txt | 5 +
lib/tsan/rtl/tsan_interceptors.cc | 2 +
lib/tsan/rtl/tsan_rtl_mips64.S | 214 ++++++++++++++++++++++++++++++++++++++
test/tsan/ignore_lib4.cc | 2 -
test/tsan/longjmp.cc | 3 -
test/tsan/longjmp2.cc | 3 -
test/tsan/longjmp3.cc | 3 -
test/tsan/longjmp4.cc | 3 -
test/tsan/signal_longjmp.cc | 2 -
9 files changed, 221 insertions(+), 16 deletions(-)
create mode 100644 lib/tsan/rtl/tsan_rtl_mips64.S
--
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 51ded59 Fix expression evaluation with operator new
new e99521f Symbol: add missing item in covered switch
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:
source/Symbol/ClangASTContext.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 release_39
in repository libcxxabi.
from 03b9b3d Merging r278030 with version number adjusted: --------------- [...]
new 47803aa Merging r278579: -------------------------------------------- [...]
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:
src/cxa_demangle.cpp | 67 +++++++++++++++++++++++++++++++++++++--------
test/test_demangle.pass.cpp | 16 +++++++++++
2 files changed, 72 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.