This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from be691d99d [ClangASTContext] Placate `casts away qualifiers` warnings from GCC.
new c43184464 Unify the common code in the ios, tvos, watchos platforms int [...]
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:
lldb.xcodeproj/project.pbxproj | 8 +
source/Plugins/Platform/MacOSX/CMakeLists.txt | 1 +
source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 2 +
.../Platform/MacOSX/PlatformRemoteAppleTV.cpp | 656 +-------------------
.../Platform/MacOSX/PlatformRemoteAppleTV.h | 76 +--
.../Platform/MacOSX/PlatformRemoteAppleWatch.cpp | 666 +-------------------
.../Platform/MacOSX/PlatformRemoteAppleWatch.h | 79 +--
...emoteiOS.cpp => PlatformRemoteDarwinDevice.cpp} | 227 ++-----
...ormRemoteiOS.h => PlatformRemoteDarwinDevice.h} | 49 +-
.../Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp | 674 +--------------------
source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h | 93 +--
11 files changed, 149 insertions(+), 2382 deletions(-)
copy source/Plugins/Platform/MacOSX/{PlatformRemoteiOS.cpp => PlatformRemoteDarwin [...]
copy source/Plugins/Platform/MacOSX/{PlatformRemoteiOS.h => PlatformRemoteDarwinDe [...]
--
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 ebaaf85a35 [ubsan] Skip null checks if they are constant-folded away
new bf2068e4b9 Revert r300504 - [coroutines] Fix rebuilding of implicit and [...]
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/DiagnosticSemaKinds.td | 12 +----
lib/Sema/SemaCoroutine.cpp | 83 +++---------------------------
test/CodeGenCoroutines/coro-alloc.cpp | 17 ++----
test/SemaCXX/coroutines.cpp | 52 -------------------
4 files changed, 12 insertions(+), 152 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 libcxx.
from 7e698523 Fix passing incorrectly value-category when constructing uniq [...]
new 55dc5daa Work around GCC 4.9 bug regarding default initialization of 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:
include/memory | 28 +++++++++++++++-------------
1 file changed, 15 insertions(+), 13 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 538a54682a7 [SimplifyCFG] Use hasNUses instead of comparing getNumUses [...]
new e8773635a3b Change the testcase tail-merge-after-mbp.ll to tail-merge-a [...]
new 62b2c39c085 Build SymbolMap in SampleProfileLoader to help matchin func [...]
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/Transforms/IPO/SampleProfile.cpp | 32 ++++++-
test/CodeGen/X86/tail-merge-after-mbp.ll | 94 ------------------
test/CodeGen/X86/tail-merge-after-mbp.mir | 105 +++++++++++++++++++++
.../SampleProfile/Inputs/indirect-call.prof | 6 ++
test/Transforms/SampleProfile/indirect-call.ll | 44 +++++++++
5 files changed, 186 insertions(+), 95 deletions(-)
delete mode 100644 test/CodeGen/X86/tail-merge-after-mbp.ll
create mode 100644 test/CodeGen/X86/tail-merge-after-mbp.mir
--
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 1772bdb243 [coroutines] Fix rebuilding of implicit and dependent corout [...]
new ae2d1b7d8c [ubsan] Skip null checks on pointers to the start of an alloca
new ebaaf85a35 [ubsan] Skip null checks if they are constant-folded away
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/CodeGen/CGExpr.cpp | 38 +++++++++++++++++++++++--------
test/CodeGenCXX/ubsan-suppress-checks.cpp | 28 +++++++++++++++++------
2 files changed, 49 insertions(+), 17 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 9128da58315 [APInt] Merge the multiword code from lshrInPlace and tcShi [...]
new 538a54682a7 [SimplifyCFG] Use hasNUses instead of comparing getNumUses [...]
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/SimplifyCFG.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.
from 71f194f12d clang-cl: Support the /Zc:twoPhase[-] command-line option (PR32680)
new 1772bdb243 [coroutines] Fix rebuilding of implicit and dependent corout [...]
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/DiagnosticSemaKinds.td | 12 ++++-
lib/Sema/SemaCoroutine.cpp | 83 +++++++++++++++++++++++++++---
test/CodeGenCoroutines/coro-alloc.cpp | 17 ++++--
test/SemaCXX/coroutines.cpp | 52 +++++++++++++++++++
4 files changed, 152 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 13be6c20301 017-04-17 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new 956a9d3770c libgo: update to Go 1.8.1 release
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:
libgo/MERGE | 2 +-
libgo/VERSION | 2 +-
libgo/go/cmd/go/go_test.go | 18 +++++
libgo/go/cmd/go/pkg.go | 4 -
libgo/go/cmd/go/test.go | 21 +++++
libgo/go/crypto/tls/common.go | 1 +
libgo/go/crypto/tls/tls_test.go | 90 ++++++++++++++++------
libgo/go/encoding/xml/marshal_test.go | 7 +-
libgo/go/encoding/xml/read.go | 3 +-
libgo/go/encoding/xml/xml_test.go | 34 ++++++++
libgo/go/image/png/reader.go | 5 ++
libgo/go/image/png/reader_test.go | 10 +++
libgo/go/internal/testenv/testenv.go | 9 +++
.../testenv_cgo.go} | 10 ++-
libgo/go/net/http/http.go | 2 +-
libgo/go/net/net.go | 2 +-
libgo/go/os/exec/exec_test.go | 10 ++-
libgo/go/reflect/all_test.go | 35 ++++++++-
libgo/go/runtime/crash_unix_test.go | 73 ++++++++++++++++++
libgo/go/runtime/export_test.go | 13 ++++
libgo/go/runtime/runtime1.go | 6 ++
libgo/go/runtime/sema.go | 1 +
libgo/go/text/template/multi_test.go | 37 ++++++++-
libgo/go/text/template/template.go | 4 +-
24 files changed, 354 insertions(+), 45 deletions(-)
copy libgo/go/internal/{syscall/unix/getrandom_linux_m68k.go => testenv/testenv_cg [...]
--
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 2e4163e54d5 [SCEV] Fix another unused variable warning in release builds.
new fee2961b5ac [WebAssembly] Fix WebAssemblyOptimizeReturned after r300367
new 9128da58315 [APInt] Merge the multiword code from lshrInPlace and tcShi [...]
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/llvm/ADT/APInt.h | 10 +--
lib/Support/APInt.cpp | 93 ++++++----------------
.../WebAssembly/WebAssemblyOptimizeReturned.cpp | 2 +-
test/CodeGen/WebAssembly/returned.ll | 31 ++++++++
unittests/ADT/APIntTest.cpp | 38 +++++++--
5 files changed, 95 insertions(+), 79 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 4b44baf46b Revert "Address http://bugs.llvm.org/pr30994 so that a non-f [...]
new 71f194f12d clang-cl: Support the /Zc:twoPhase[-] command-line option (PR32680)
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/Driver/CLCompatOptions.td | 6 ++++++
test/Driver/cl-options.c | 3 +++
2 files changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.