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 2977495 [asan] Fix build on Linux.
new 101412a [sanitizer] Fix a conflict between abort_on_error and handle_abort.
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/asan/asan_posix.cc | 2 ++
lib/sanitizer_common/sanitizer_posix_libcdep.cc | 11 ++++++++++-
test/asan/TestCases/Posix/handle_abort_on_error.cc | 9 +++++++++
3 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 test/asan/TestCases/Posix/handle_abort_on_error.cc
--
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 774d87e [InstCombine] use m_APInt to allow icmp (and (sh X, Y), C2), [...]
new f8002f1 [asan] Avoid lifetime analysis for allocas with can be in amb [...]
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 | 74 ++++++++++++++++++++++
test/Instrumentation/AddressSanitizer/lifetime.ll | 41 ++++++++++++
2 files changed, 115 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 ff75f2a builtins: make sure that flags is setup properly for __clear_cache
new 2977495 [asan] Fix build on Linux.
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/sanitizer_common/sanitizer_linux_libcdep.cc | 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 1c9e249 Use llvm's demangler.
new 1aba0b1 Remove CxaDemangle.cpp / .h from xcode project file.
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 | 6 ------
1 file changed, 6 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 1f3b581 clang-format: [JavaScript] Do requoting in a separate pass
new 8ecd150 clang-format: [JavaScript] Change default AllowShortFunctions [...]
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/Format/Format.cpp | 2 +-
unittests/Format/FormatTestJS.cpp | 81 ++++++++++++++++++++++++++++-----------
2 files changed, 60 insertions(+), 23 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 2af3b68 [compiler-rt] Allow sanitizers to be compiled for windows with clang
new 3327a36 [asan] Add openlog() on Android.
new 4febb1f [asan] Fix a crash in GetCurrentThread() before init.
new ff75f2a builtins: make sure that flags is setup properly for __clear_cache
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:
lib/asan/asan_thread.cc | 2 +-
lib/builtins/clear_cache.c | 4 +++-
lib/sanitizer_common/sanitizer_linux_libcdep.cc | 4 ++--
3 files changed, 6 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 gcc.
from 3ecb55e PR middle-end/77475: Fix AArch64 testcases.
new 86d9b5e Correct libgcc complex multiply excess precision handling (PR [...]
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:
libgcc/ChangeLog | 5 +++++
libgcc/libgcc2.c | 8 ++++----
2 files changed, 9 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 clang.
from 7635561 Fix some Clang-tidy modernize-use-using and Include What You [...]
new 1f3b581 clang-format: [JavaScript] Do requoting in a separate pass
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/Format/Format.cpp | 108 ++++++++++++++++++++++----------------
unittests/Format/FormatTestJS.cpp | 8 +++
2 files changed, 72 insertions(+), 44 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 f0bb43f [CUDA] Rework "optimizations" and "publication" section in Co [...]
new 774d87e [InstCombine] use m_APInt to allow icmp (and (sh X, Y), C2), [...]
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/InstCombine/InstCombineCompares.cpp | 72 +++++++---------------
lib/Transforms/InstCombine/InstCombineInternal.h | 2 +-
test/Transforms/InstCombine/apint-shift.ll | 4 +-
test/Transforms/InstCombine/apint-shl-trunc.ll | 7 +--
test/Transforms/InstCombine/icmp.ll | 6 +-
test/Transforms/InstCombine/pr17827.ll | 7 +--
6 files changed, 31 insertions(+), 67 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 72f585e Move CHECK right before the function it describes.
new 7635561 Fix some Clang-tidy modernize-use-using and Include What You [...]
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/Lex/Lexer.cpp | 42 +++++------
lib/Lex/LiteralSupport.cpp | 16 ++++-
lib/Lex/PPDirectives.cpp | 35 +++++++---
lib/Lex/PPExpressions.cpp | 17 +++--
lib/Lex/PPMacroExpansion.cpp | 38 +++++++---
lib/Lex/Pragma.cpp | 52 +++++++++++---
lib/Lex/Preprocessor.cpp | 28 +++++---
lib/Serialization/ASTReader.cpp | 151 ++++++++++++++++++++++++++++++++--------
lib/Serialization/ASTWriter.cpp | 98 +++++++++++++++++++++++---
9 files changed, 377 insertions(+), 100 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.