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 0528f1e Upgrade all the .arcconfigs to https.
new 6aa450c Replace -mllvm -asan-use-after-scope=1 with -fsanitize-addres [...]
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/asan/TestCases/use-after-scope-capture.cc | 2 +-
test/asan/TestCases/use-after-scope-chars.cc | 2 +-
test/asan/TestCases/use-after-scope-dtor-order.cc | 2 +-
test/asan/TestCases/use-after-scope-if.cc | 2 +-
test/asan/TestCases/use-after-scope-inlined.cc | 2 +-
test/asan/TestCases/use-after-scope-loop-bug.cc | 2 +-
test/asan/TestCases/use-after-scope-loop-removed.cc | 2 +-
test/asan/TestCases/use-after-scope-loop.cc | 2 +-
test/asan/TestCases/use-after-scope-nobug.cc | 2 +-
test/asan/TestCases/use-after-scope-temp.cc | 2 +-
test/asan/TestCases/use-after-scope.cc | 2 +-
11 files changed, 11 insertions(+), 11 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 7eced97 Update error message to use "ld.lld" instead of "lld -flavor gnu".
new 23493cb ELF: Update #include path for D22173.
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/LTO.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 843f7ad [LV] Allow interleaved accesses in loops with predicated blocks
new d69942c [LV] Rename StrideAccesses to AccessStrideInfo (NFC)
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/Vectorize/LoopVectorize.cpp | 24 ++++++++++++------------
1 file changed, 12 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 llvm.
from 36105c0 [Object] Change Archive::findSym to return an Expected<Option [...]
new 2fa0c58 don't repeat function names in comments; NFC
new 843f7ad [LV] Allow interleaved accesses in loops with predicated blocks
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:
.../InstCombine/InstCombineSimplifyDemanded.cpp | 57 ++++---
lib/Transforms/Vectorize/LoopVectorize.cpp | 64 ++++----
.../interleaved-accesses-pred-stores.ll | 164 +++++++++++++++++++++
3 files changed, 222 insertions(+), 63 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/interleaved-accesses-pred-stores.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 4553e8d Add support for Objective-C class properties.
new 36923c1 fix command-line LLDB so NSLog messages show up
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/Interpreter/Args.h | 17 +++
.../objc/objc-dyn-sbtype => macosx/nslog}/Makefile | 5 +-
.../test/macosx/nslog/TestDarwinNSLogOutput.py | 141 +++++++++++++++++++++
.../lldbsuite/test/macosx/nslog/darwin_log.py | 139 ++++++++++++++++++++
.../lldb-mi/main.cpp => macosx/nslog/main.m} | 11 +-
source/Interpreter/Args.cpp | 41 ++++++
source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 25 ++++
source/Plugins/Platform/MacOSX/PlatformDarwin.h | 3 +
8 files changed, 373 insertions(+), 9 deletions(-)
copy packages/Python/lldbsuite/test/{lang/objc/objc-dyn-sbtype => macosx/nslog}/Ma [...]
create mode 100644 packages/Python/lldbsuite/test/macosx/nslog/TestDarwinNSLogOutput.py
create mode 100644 packages/Python/lldbsuite/test/macosx/nslog/darwin_log.py
copy packages/Python/lldbsuite/test/{tools/lldb-mi/main.cpp => macosx/nslog/main.m} (57%)
--
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 661af22 PR testsuite/71865 * gcc.dg/diagnostic-token-ranges.c: Add [...]
new b9c2416 2016-07-14 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 5 +++++
gcc/fortran/parse.c | 4 +++-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gfortran.dg/bind_c_usage_9.f03 | 20 ++++++++++----------
gcc/testsuite/gfortran.dg/contains.f90 | 8 ++++----
gcc/testsuite/gfortran.dg/contains_empty_1.f03 | 8 ++++----
gcc/testsuite/gfortran.dg/submodule_3.f08 | 4 ++--
7 files changed, 36 insertions(+), 21 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 f3702b6 [SCCP] Pass the Solver by reference, copies are expensive ...
new 36105c0 [Object] Change Archive::findSym to return an Expected<Option [...]
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/Object/Archive.h | 3 ++-
lib/ExecutionEngine/MCJIT/MCJIT.cpp | 12 ++++++------
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 12 ++++++------
lib/Object/Archive.cpp | 15 ++++++---------
4 files changed, 20 insertions(+), 22 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 a43274d Add recently added TargetOptions::EnableIPRA member to operator==
new f3702b6 [SCCP] Pass the Solver by reference, copies are expensive ...
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/Scalar/SCCP.cpp | 4 ++--
1 file changed, 2 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 d1a73a0 s/constexpr/LLVM_CONSTEXPR in AArch64InstrInfo.cpp.
new f5f726b [ValueTracking] Use Instruction::getFunction; NFC
new a43274d Add recently added TargetOptions::EnableIPRA member to operator==
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/Target/TargetOptions.h | 3 ++-
lib/Analysis/ValueTracking.cpp | 6 ++----
2 files changed, 4 insertions(+), 5 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 0c9872d Attempt to workaround Windows bots after my previous commit
new a874687 [arcmt/objcmt] Fix ParentMap crash with invalid code.
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/AST/ParentMap.cpp | 2 ++
test/ARCMT/objcmt-invalid-code.mm | 19 +++++++++++++++++++
test/ARCMT/objcmt-invalid-code.mm.result | 19 +++++++++++++++++++
3 files changed, 40 insertions(+)
create mode 100644 test/ARCMT/objcmt-invalid-code.mm
create mode 100644 test/ARCMT/objcmt-invalid-code.mm.result
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.