This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from be2b7f5d7 Remove manual byte counting from Opcode::Dump
new aa3d9b0d5 Set path to sanitizer runtime when running tests through LIT [...]
new f6f930a36 Reflow comments
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:
lit/Suite/lit.cfg | 13 +++++++++++++
lit/Suite/lit.site.cfg.in | 4 ++++
lit/Suite/lldbtest.py | 6 +++---
3 files changed, 20 insertions(+), 3 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.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested
in repository toolchain/llvm/llvm.
from 3b19475ae2b [X86] Prevent lowerVectorShuffleByMerging128BitLanes from c [...]
adds d72ab76b835 [X86] Add test command line to expose PR38649.
No new revisions were added by this update.
Summary of changes:
test/CodeGen/X86/divide-by-constant.ll | 149 +++++++++++++++++++++++----------
1 file changed, 105 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 3b19475ae2b [X86] Prevent lowerVectorShuffleByMerging128BitLanes from c [...]
new d72ab76b835 [X86] Add test command line to expose PR38649.
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/divide-by-constant.ll | 149 +++++++++++++++++++++++----------
1 file changed, 105 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 clang.
from 6eed53ab5d DebugInfo: Add the ability to disable DWARF name tables entirely
new 98caebcbd8 Model type attributes as regular Attrs.
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/AST/ASTContext.h | 3 +-
include/clang/AST/Attr.h | 13 +
include/clang/AST/Type.h | 75 ++---
include/clang/AST/TypeLoc.h | 91 +----
include/clang/Basic/Attr.td | 32 +-
include/clang/Sema/Sema.h | 30 --
include/clang/Serialization/ASTReader.h | 8 +
include/clang/Serialization/ASTWriter.h | 3 +
lib/ARCMigrate/TransGCAttrs.cpp | 15 +-
lib/ARCMigrate/Transforms.cpp | 2 +-
lib/AST/ASTContext.cpp | 2 +-
lib/AST/Type.cpp | 177 ++++------
lib/AST/TypeLoc.cpp | 10 +-
lib/AST/TypePrinter.cpp | 159 ++++-----
lib/Sema/SemaDecl.cpp | 10 +-
lib/Sema/SemaExpr.cpp | 8 +-
lib/Sema/SemaInit.cpp | 2 +-
lib/Sema/SemaObjCProperty.cpp | 4 +-
lib/Sema/SemaType.cpp | 521 ++++++++++++++---------------
lib/Sema/TreeTransform.h | 22 +-
lib/Serialization/ASTReader.cpp | 19 +-
lib/Serialization/ASTReaderDecl.cpp | 73 +++-
lib/Serialization/ASTWriter.cpp | 33 +-
lib/StaticAnalyzer/Core/CheckerHelpers.cpp | 4 +-
test/SemaCXX/calling-conv-compat.cpp | 43 ++-
utils/TableGen/ClangAttrEmitter.cpp | 2 +
26 files changed, 618 insertions(+), 743 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 8e6fd7f35 [sanitizer] Use private futex operations for BlockingMutex
new 3c5a7c781 [hwasan] Add a (almost) no-interceptor mode.
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:
CMakeLists.txt | 3 +
include/sanitizer/hwasan_interface.h | 8 ++
lib/hwasan/CMakeLists.txt | 15 +++-
lib/hwasan/hwasan.cc | 4 +-
lib/hwasan/hwasan.h | 9 +-
lib/hwasan/hwasan_interceptors.cc | 152 +++------------------------------
lib/hwasan/hwasan_interface_internal.h | 6 ++
lib/hwasan/hwasan_linux.cc | 51 ++++++++---
lib/hwasan/hwasan_thread.cc | 18 +---
lib/hwasan/hwasan_thread.h | 3 +-
test/hwasan/TestCases/longjmp.c | 4 +-
11 files changed, 88 insertions(+), 185 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.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested
in repository toolchain/llvm/llvm.
from 006bf052a17 [X86] Teach combineTruncatedArithmetic to handle some cases [...]
adds 3b19475ae2b [X86] Prevent lowerVectorShuffleByMerging128BitLanes from c [...]
No new revisions were added by this update.
Summary of changes:
lib/Target/X86/X86ISelLowering.cpp | 12 ++++++++++++
test/CodeGen/X86/pr38639.ll | 18 ++++++++++++++++++
2 files changed, 30 insertions(+)
create mode 100644 test/CodeGen/X86/pr38639.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 006bf052a17 [X86] Teach combineTruncatedArithmetic to handle some cases [...]
new 3b19475ae2b [X86] Prevent lowerVectorShuffleByMerging128BitLanes from 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:
lib/Target/X86/X86ISelLowering.cpp | 12 ++++++++++++
test/CodeGen/X86/pr38639.ll | 18 ++++++++++++++++++
2 files changed, 30 insertions(+)
create mode 100644 test/CodeGen/X86/pr38639.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 zorg.
from 76edb0f Remove results file from lldb-cmake dotest args
new 4b45307 [zorg] Update clang on Hexagon builders to 6.0.1
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:
buildbot/osuosl/master/config/builders.py | 28 ++++++++--------------------
1 file changed, 8 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.