This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 861e0bc Disable test under asan: it uses a lot of stack, and asan inc [...]
new 7c149ef [Order Files] On Darwin use DTrace's oneshot probe
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:
utils/perf-training/order-files.lit.cfg | 5 +++++
1 file changed, 5 insertions(+)
--
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 ef6dd1d [sanitizer] re-apply r279572 and r279595 reverted in r279643: [...]
new 5646067 [lsan] give a test a bit more stack -- it started failing aft [...]
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/lsan/TestCases/guard-page.c | 5 +++--
1 file changed, 3 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 b55d189 ARM: don't diagnose cbz/cbnz to Thumb functions.
new b711924 IfConversion: Rescan diamonds.
new 24ff83f CodeGen: If Convert blocks that would form a diamond when tai [...]
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/IfConversion.cpp | 493 +++++++++++++++++----
test/CodeGen/ARM/indirectbr-3.ll | 12 +-
.../CodeGen/PowerPC/ifcvt-forked-bug-2016-08-08.ll | 36 ++
test/CodeGen/Thumb2/ifcvt-rescan-bug-2016-08-22.ll | 36 ++
test/CodeGen/Thumb2/thumb2-ifcvt1.ll | 47 +-
5 files changed, 528 insertions(+), 96 deletions(-)
create mode 100644 test/CodeGen/PowerPC/ifcvt-forked-bug-2016-08-08.ll
create mode 100644 test/CodeGen/Thumb2/ifcvt-rescan-bug-2016-08-22.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 lldb.
from 1292cd9 Fix mismatched new/free in Process:RunPrivateStateThread
new 998b407 fix darwin_log test errors on macOS < 10.12
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:
packages/Python/lldbsuite/test/darwin_log.py | 9 +++++++++
1 file changed, 9 insertions(+)
--
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 5fcbbd6 [Sema][Comments] Support @param with c++ 'using' keyword
new d9ba5a4 PR29097: add an update record when we instantiate the default [...]
new 861e0bc Disable test under asan: it uses a lot of stack, and asan inc [...]
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/AST/ASTMutationListener.h | 4 ++++
include/clang/Serialization/ASTWriter.h | 1 +
lib/Frontend/MultiplexConsumer.cpp | 6 +++++
lib/Sema/SemaTemplateInstantiate.cpp | 4 ++++
lib/Serialization/ASTCommon.h | 1 +
lib/Serialization/ASTReaderDecl.cpp | 17 ++++++++++++++
lib/Serialization/ASTWriter.cpp | 14 ++++++++++++
test/PCH/cxx1y-default-initializer.cpp | 27 ++++++++++++++++++-----
test/SemaTemplate/instantiation-depth-default.cpp | 13 +++++++----
9 files changed, 77 insertions(+), 10 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 216d233 Clang-tidy documentation style. Two Google checks are aliases.
new 8cad1ae [clang-tidy misc-move-const-arg] more specific messages + sug [...]
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-tidy/misc/MoveConstantArgumentCheck.cpp | 13 +++++++++----
test/clang-tidy/misc-move-const-arg.cpp | 12 ++++++------
2 files changed, 15 insertions(+), 10 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 fb717b4 AMDGCN/SI: Implement readlane/readfirstlane intrinsics
new b55d189 ARM: don't diagnose cbz/cbnz to Thumb functions.
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/ARM/MCTargetDesc/ARMAsmBackend.cpp | 3 ++-
test/MC/ARM/{thumb-cb-negative-offsets.s => thumb-cb-offsets.s} | 7 +++++++
test/MC/ARM/thumb-cb-thumbfunc.s | 8 ++++++++
3 files changed, 17 insertions(+), 1 deletion(-)
rename test/MC/ARM/{thumb-cb-negative-offsets.s => thumb-cb-offsets.s} (86%)
create mode 100644 test/MC/ARM/thumb-cb-thumbfunc.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 zorg.
from 5601e41 Add builder for clang extra tools Sphinx docs
new 9d2604d update Xcode LLDB build to use the just-build debugserver
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:
zorg/jenkins/build.py | 11 +++++++++--
1 file changed, 9 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 compiler-rt.
from 0f22006 [ubsan] fix the test to me more resistent against changes in [...]
new ef6dd1d [sanitizer] re-apply r279572 and r279595 reverted in r279643: [...]
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:
.../sanitizer_allocator_local_cache.h | 105 +++--------
.../sanitizer_allocator_primary64.h | 204 ++++++++++-----------
.../tests/sanitizer_allocator_test.cc | 17 +-
3 files changed, 144 insertions(+), 182 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 binutils-gdb.
from 0a1ddfa Allow resetting an empty inferior-tty
new bb1fe4a Test case to detect recursive unwinding in Python-based unwinders.
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/testsuite/ChangeLog | 6 ++
.../py-recurse-unwind.c} | 24 +++++--
gdb/testsuite/gdb.python/py-recurse-unwind.exp | 75 ++++++++++++++++++++++
gdb/testsuite/gdb.python/py-recurse-unwind.py | 68 ++++++++++++++++++++
4 files changed, 168 insertions(+), 5 deletions(-)
copy gdb/testsuite/{gdb.base/infcall-exec.c => gdb.python/py-recurse-unwind.c} (79%)
create mode 100644 gdb/testsuite/gdb.python/py-recurse-unwind.exp
create mode 100644 gdb/testsuite/gdb.python/py-recurse-unwind.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.