This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7b48d47 Fix MSVC bool to uint64_t promotion warning
new 975669a Fix MSVC -Wmicrosoft-enum-value 'enumerator value is not repr [...]
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/GetElementPtrTypeIterator.h | 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 lldb.
from f1d0eb6 [CMake] Don't add gtest if it is already there
new 3fa7592 Use Timeout<> in EvaluateExpressionOptions class
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/Target/Target.h | 71 ++++++++++------------
source/API/SBExpressionOptions.cpp | 11 ++--
source/Commands/CommandObjectExpression.cpp | 4 +-
source/Commands/CommandObjectWatchpoint.cpp | 2 +-
source/Expression/REPL.cpp | 4 +-
source/Interpreter/CommandInterpreter.cpp | 2 +-
.../AddressSanitizer/AddressSanitizerRuntime.cpp | 4 +-
.../ThreadSanitizer/ThreadSanitizerRuntime.cpp | 4 +-
.../ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp | 4 +-
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 6 +-
.../MemoryHistory/asan/MemoryHistoryASan.cpp | 4 +-
source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 2 +-
.../Plugins/Process/Utility/InferiorCallPOSIX.cpp | 6 +-
.../MacOSX/AppleGetItemInfoHandler.cpp | 2 +-
.../MacOSX/AppleGetPendingItemsHandler.cpp | 2 +-
.../SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp | 2 +-
.../MacOSX/AppleGetThreadItemInfoHandler.cpp | 2 +-
source/Target/Process.cpp | 36 ++++-------
source/Target/Target.cpp | 2 +
19 files changed, 77 insertions(+), 93 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 714dc5f * include/std/variant (__erased_use_alloc_ctor, _Variant_ba [...]
new caaaa8f * include/std/variant (std::get, operator==): Implement cons [...]
new a6787bd * include/bits/enable_special_members.h: Make _Enable_defau [...]
new 2a5d61f * include/std/variant (visit): Make visit constexpr. Also cl [...]
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:
libstdc++-v3/ChangeLog | 21 +
libstdc++-v3/include/bits/enable_special_members.h | 5 +-
libstdc++-v3/include/std/variant | 759 ++++++++++++---------
libstdc++-v3/testsuite/20_util/variant/compile.cc | 166 ++++-
libstdc++-v3/testsuite/20_util/variant/hash.cc | 4 +
5 files changed, 594 insertions(+), 361 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 04d6448 [LCG] Add some much needed asserts and verify runs to uncover [...]
new 7b48d47 Fix MSVC bool to uint64_t promotion warning
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/Bitcode/Writer/BitcodeWriter.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 gcc.
from ae58c8c Add missing noexcept on std::_Sp_locker constructors
new 714dc5f * include/std/variant (__erased_use_alloc_ctor, _Variant_ba [...]
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:
libstdc++-v3/ChangeLog | 8 ++
libstdc++-v3/include/std/variant | 132 ----------------------
libstdc++-v3/testsuite/20_util/variant/compile.cc | 32 ------
libstdc++-v3/testsuite/20_util/variant/run.cc | 43 -------
4 files changed, 8 insertions(+), 207 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 9778944 2016-12-06 Tamar Christina <tamar.christina(a)arm.com>
new 3988321 PR middle-end/78566 * tree-ssa-uninit.c (can_one_predicate_ [...]
new 3b6aa4f PR middle-end/78548 * tree-ssa-uninit.c (simplify_preds_4): [...]
new 5b47947 Add noexcept to various basic_string string operations
new ae58c8c Add missing noexcept on std::_Sp_locker constructors
The 4 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 | 22 ++++
gcc/testsuite/gcc.dg/uninit-pr78548.c | 24 +++++
gcc/tree-ssa-uninit.c | 165 ++++++++++-------------------
libstdc++-v3/ChangeLog | 14 +++
libstdc++-v3/include/bits/basic_string.h | 82 ++++++++------
libstdc++-v3/include/bits/basic_string.tcc | 8 +-
libstdc++-v3/src/c++11/shared_ptr.cc | 4 +-
7 files changed, 176 insertions(+), 143 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/uninit-pr78548.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 llvm.
from ec5ae20 Add missing parens in assert.
new c153f03 [framelowering] Improve tracking of first CS pop instruction.
new 04d6448 [LCG] Add some much needed asserts and verify runs to uncover [...]
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/Analysis/LazyCallGraph.cpp | 16 ++++++---
lib/Target/X86/X86FrameLowering.cpp | 13 ++++---
test/CodeGen/X86/frame-lowering-debug-intrinsic.ll | 41 ++++++++++++++++++++++
3 files changed, 61 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/X86/frame-lowering-debug-intrinsic.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 e9895ed [clang] Fix D26214: Move error handling out of MC and to the [...]
new 45e06a6 Also recognize -std=iso9899:201x
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/Frontend/LangStandards.def | 2 +-
test/Preprocessor/init.c | 3 +++
2 files changed, 4 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 ff117bc [PM] Basic cleanups to CGSCC update code, NFC.
new ec5ae20 Add missing parens in assert.
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/GlobalISel/MachineIRBuilder.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 clang-tools-extra.
from d963170 [change-namespace] get changing namespace to global correct.
new 1c687da [clang-move] ignore unsupported symbol kinds when checking if [...]
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-move/ClangMove.cpp | 19 ++++++++++++++++++-
clang-move/ClangMove.h | 4 +++-
unittests/clang-move/ClangMoveTests.cpp | 23 ++++++++++++++++++++---
3 files changed, 41 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.