This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from ef1c775 Disable symbolizer. Intercepted malloc hangs on some tests.
new c42b4e1 [sanitizers] Simplify update_or_checkout code
new 9b49573 [sanitizers] Enable symbolizer checks
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:
zorg/buildbot/builders/sanitizers/buildbot_cmake.sh | 2 +-
zorg/buildbot/builders/sanitizers/buildbot_functions.sh | 16 ++--------------
2 files changed, 3 insertions(+), 15 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 449cdb5 Move UTF functions into namespace llvm.
new 072d6af [LoopDataPrefetch] Port to new streaming API for opt remarks
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/IR/DiagnosticInfo.h | 5 +++++
lib/IR/DiagnosticInfo.cpp | 7 +++++++
lib/Transforms/Scalar/LoopDataPrefetch.cpp | 3 ++-
3 files changed, 14 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 1247d5c [LV] Port the remarks in processLoop to the new streaming API
new 449cdb5 Move UTF functions into namespace llvm.
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/Support/ConvertUTF.h | 24 ++++++++----------------
lib/Support/CMakeLists.txt | 2 +-
lib/Support/{ConvertUTF.c => ConvertUTF.cpp} | 6 ++++--
3 files changed, 13 insertions(+), 19 deletions(-)
rename lib/Support/{ConvertUTF.c => ConvertUTF.cpp} (99%)
--
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 4923244 Switch to using TEST_EQ, TEST_FALSE where appropriate.
new fcafba5 Move UTF functions into namespace llvm.
new 5fef98e Do not assume we will be able to discover the return type of [...]
new 978ced8 Prefer skipping over x-failing
new e468d3f Add unit tests for simple frameless i386 and x86_64 function [...]
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:
.../data-formatter-objc/TestDataFormatterObjC.py | 2 +-
.../functionalities/type_lookup/TestTypeLookup.py | 2 +-
source/DataFormatters/StringPrinter.cpp | 53 ++---
source/Plugins/Process/minidump/MinidumpTypes.cpp | 10 +-
.../x86/Testx86AssemblyInspectionEngine.cpp | 225 ++++++++++++++++++++-
5 files changed, 257 insertions(+), 35 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 bec0fbe P0035R4: add std::align_val_t overloads of operator new/delet [...]
new dd05262 Move UTF functions into namespace llvm.
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 | 7 ++++---
lib/CodeGen/CodeGenModule.cpp | 11 +++++------
lib/Format/Encoding.h | 13 +++++++------
lib/Frontend/TextDiagnostic.cpp | 15 ++++++++-------
lib/Lex/Lexer.cpp | 24 ++++++++++++------------
lib/Lex/LiteralSupport.cpp | 26 +++++++++++++-------------
lib/Sema/SemaChecking.cpp | 34 +++++++++++++++++-----------------
lib/Sema/SemaExpr.cpp | 5 +++--
8 files changed, 69 insertions(+), 66 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 2c3be3c [X86] Don't preserve Win64 SSE CSRs when SSE is disabled
new ec6f155 [LV] Port the last opt remark in Hints to the new streaming i [...]
new 1247d5c [LV] Port the remarks in processLoop to the new streaming API
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/Transforms/Vectorize/LoopVectorize.cpp | 72 +++++++++++++++++++-----------
1 file changed, 45 insertions(+), 27 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 070df39 [AArch64][RegisterBankInfo] Use static mapping for 3-operands [...]
new 2c3be3c [X86] Don't preserve Win64 SSE CSRs when SSE is disabled
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/X86CallingConv.td | 4 +++-
lib/Target/X86/X86RegisterInfo.cpp | 7 ++++++-
test/CodeGen/X86/win64-nosse-csrs.ll | 30 ++++++++++++++++++++++++++++++
3 files changed, 39 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/X86/win64-nosse-csrs.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 lld.
from 15ca732 Don't depend on lld creating space for the headers.
new 733b5de Start linker scripts at 0.
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/LinkerScript.cpp | 2 +-
test/ELF/linkerscript/no-space.s | 4 ++++
test/ELF/linkerscript/va.s | 6 +++---
3 files changed, 8 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 llvm.
from a481451 Revert "Add llvm::enumerate() to STLExtras."
new 381c640 [Diag] Use non-static member initializer for IsVerbose. NFC
new 858cc93 [LAA, LV] Port to new streaming interface for opt remarks. U [...]
new df7724a [AArch64][RegisterBankInfo] Check the statically created Valu [...]
new a7badfe [AArch64][RegisterBankInfo] Add static value mapping for 3-op [...]
new 070df39 [AArch64][RegisterBankInfo] Use static mapping for 3-operands [...]
The 5 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/Analysis/LoopAccessAnalysis.h | 8 +-
include/llvm/IR/DiagnosticInfo.h | 36 ++++++++-
lib/Analysis/LoopAccessAnalysis.cpp | 62 +++++++++------
lib/Target/AArch64/AArch64GenRegisterBankInfo.def | 23 +++++-
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 93 +++++++++++++++++++++++
lib/Transforms/Vectorize/LoopVectorize.cpp | 9 ++-
6 files changed, 196 insertions(+), 35 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.