This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2c5977c [X86][SSE] Added vector interleave test (PR21281)
new c662b7e [asan] Cleanup instrumentation of dynamic allocas
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:
.../Instrumentation/AddressSanitizer.cpp | 68 ++++++++++++++--------
.../debug_info_noninstrumented_alloca.ll | 2 +-
.../do-not-instrument-promotable-allocas.ll | 2 +-
.../AddressSanitizer/instrument-dynamic-allocas.ll | 4 +-
test/Instrumentation/AddressSanitizer/lifetime.ll | 2 +-
5 files changed, 49 insertions(+), 29 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 0c224bc [msan] Disable prlimit test on glibc < 2.13.
new 3142c15 [asan] Rename asan-instrument-allocas -> asan-instrument-dyna [...]
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/alloca_big_alignment.cc | 2 +-
test/asan/TestCases/alloca_detect_custom_size_.cc | 2 +-
test/asan/TestCases/alloca_instruments_all_paddings.cc | 4 ++--
test/asan/TestCases/alloca_loop_unpoisoning.cc | 2 +-
test/asan/TestCases/alloca_overflow_partial.cc | 2 +-
test/asan/TestCases/alloca_overflow_right.cc | 2 +-
test/asan/TestCases/alloca_safe_access.cc | 2 +-
test/asan/TestCases/alloca_underflow_left.cc | 2 +-
test/asan/TestCases/alloca_vla_interact.cc | 2 +-
test/asan/TestCases/vla_chrome_testcase.cc | 2 +-
test/asan/TestCases/vla_condition_overflow.cc | 2 +-
test/asan/TestCases/vla_loop_overfow.cc | 2 +-
12 files changed, 13 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 939300c [asan] Add support of lifetime poisoning into ComputeASanStac [...]
new 2c5977c [X86][SSE] Added vector interleave test (PR21281)
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/CodeGen/X86/vector-interleave.ll | 151 ++++++++++++++++++++++++++++++++++
1 file changed, 151 insertions(+)
create mode 100644 test/CodeGen/X86/vector-interleave.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 llvm.
from 250933d Move unittests/Support/IteratorTest.cpp to unittests/ADT/
new 939300c [asan] Add support of lifetime poisoning into ComputeASanStac [...]
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:
.../llvm/Transforms/Utils/ASanStackFrameLayout.h | 17 ++++----
.../Instrumentation/AddressSanitizer.cpp | 5 ++-
lib/Transforms/Utils/ASanStackFrameLayout.cpp | 13 ++++--
.../Transforms/Utils/ASanStackFrameLayoutTest.cpp | 46 +++++++++++-----------
4 files changed, 48 insertions(+), 33 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 dde85a8 PR28423: Compare primary declaration contexts.
new 9c27c6b [Sema] Don't crash on scanf on forward-declared enums.
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/FormatString.cpp | 17 ++++++++++++++---
lib/Analysis/ScanfFormatString.cpp | 6 +++++-
test/Sema/format-strings-enum.c | 16 ++++++++++++++++
3 files changed, 35 insertions(+), 4 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 newlib.
from 5e9b414 Add release message for commit eb61113
new 06ac671 Only define __getreent inline function when building newlib o [...]
new 7630e38 Introduce __current_locale_charset/__locale_charset
new 216054f Implement missing POSIX function nl_langinfo_l
new 0df76cb Document nl_langinfo_l and separate POSIX from GNU extensions [...]
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:
newlib/libc/ctype/jp2uc.c | 6 +-
newlib/libc/include/langinfo.h | 8 +-
newlib/libc/locale/nl_langinfo.c | 143 ++++++++++++---------------------
newlib/libc/locale/setlocale.h | 12 ++-
winsup/cygwin/common.din | 1 +
winsup/cygwin/cygmalloc.h | 11 ++-
winsup/cygwin/include/cygwin/config.h | 2 +
winsup/cygwin/include/cygwin/version.h | 3 +-
winsup/cygwin/libc/strfmon.c | 1 +
winsup/cygwin/malloc.cc | 1 +
winsup/cygwin/nlsfuncs.cc | 3 +-
winsup/cygwin/random.cc | 2 +
winsup/cygwin/regex/regcomp.c | 4 +-
winsup/cygwin/release/2.6.0 | 21 ++---
winsup/doc/new-features.xml | 25 +++---
winsup/doc/posix.xml | 1 +
16 files changed, 122 insertions(+), 122 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 fcc016a Reapply "[SLP] Initialize VectorizedValue when gathering"
new 250933d Move unittests/Support/IteratorTest.cpp to unittests/ADT/
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:
unittests/ADT/CMakeLists.txt | 1 +
unittests/{Support => ADT}/IteratorTest.cpp | 0
unittests/Support/CMakeLists.txt | 1 -
3 files changed, 1 insertion(+), 1 deletion(-)
rename unittests/{Support => ADT}/IteratorTest.cpp (100%)
--
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 4848b39 [SLP] Add command line option for minimum tree size (NFC)
new fcc016a Reapply "[SLP] Initialize VectorizedValue when gathering"
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/SLPVectorizer.cpp | 74 ++++++++++++++++--
.../SLPVectorizer/AArch64/gather-root.ll | 87 ++++++++++++++++++++++
2 files changed, 153 insertions(+), 8 deletions(-)
create mode 100644 test/Transforms/SLPVectorizer/AArch64/gather-root.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 f0d7742 [analyzer] Make CloneDetector consider macro expansions.
new dde85a8 PR28423: Compare primary declaration contexts.
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/Sema/SemaExceptionSpec.cpp | 3 ++-
test/SemaCXX/libstdcxx_pair_swap_hack.cpp | 5 +++++
2 files changed, 7 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 914b867 Revert "[SLP] Initialize VectorizedValue when gathering" to f [...]
new 4848b39 [SLP] Add command line option for minimum tree size (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/SLPVectorizer.cpp | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.