This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from bde9a09db Replace boolean parameter with enum value according r342633
new a73842af5 XFAIL some tests in TestTargetCreateDeps 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:
.../test/functionalities/target_create_deps/TestTargetCreateDeps.py | 4 ++++
1 file changed, 4 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 c5cf78381 [Profile] Fix gcov tests
new c86dbc126 [Sanitizers] [MinGW] Check for __i386__ in addition to _M_IX8 [...]
new a9d51f10a [ASan] [Windows] Avoid including windows.h in asan_malloc_win.cc
new 47a959c92 [Sanitizers] [MinGW] Produce undecorated symbols for /export: [...]
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_malloc_win.cc | 13 +++++++++++--
lib/sanitizer_common/sanitizer_win_defs.h | 20 +++++++++++++++-----
2 files changed, 26 insertions(+), 7 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-tools-extra.
from bc7e0bfd [clang-tidy] use CHECK-NOTES in tests for bugprone-macro-repe [...]
new 1fe1993c [clangd] Fix reversed RIFF/YAML serialization
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:
clangd/index/Serialization.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 b0c4f7e14ec [MC] Fix bad indentation and 80 column violations. Use Stri [...]
new 2096ec5b86b Move MSVC workarounds for future<Error>/future<Expected<T>> [...]
new 32cb08f5ea8 [ORC] Reapply r342939 with a fix for MSVC's promise/future [...]
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/ExecutionEngine/JITSymbol.h | 6 +-
include/llvm/ExecutionEngine/Orc/Core.h | 1 +
include/llvm/ExecutionEngine/Orc/Legacy.h | 3 +-
include/llvm/ExecutionEngine/Orc/RPCUtils.h | 75 +----------------
include/llvm/Support/MSVCErrorWorkarounds.h | 86 ++++++++++++++++++++
lib/ExecutionEngine/Orc/Legacy.cpp | 40 ++++-----
.../Orc/RTDyldObjectLinkingLayer.cpp | 40 +++++----
lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp | 38 +++++----
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 94 +++++++++++++---------
.../RuntimeDyld/RuntimeDyldChecker.cpp | 22 ++++-
.../RuntimeDyld/RuntimeDyldCheckerImpl.h | 3 +
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h | 3 +
12 files changed, 248 insertions(+), 163 deletions(-)
create mode 100644 include/llvm/Support/MSVCErrorWorkarounds.h
--
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 02c47ab05ef [x86] avoid 256-bit andnp that requires insert/extract with [...]
new b0c4f7e14ec [MC] Fix bad indentation and 80 column violations. Use Stri [...]
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/MC/MCParser/AsmParser.cpp | 63 +++++++++++++++++++++++--------------------
1 file changed, 34 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 lld.
from 3da143c78 Fix an error message. It must start with a lowercase letter.
new 7a3f8e5e4 Reset input section pointers to null on each linker invocation.
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/Arch/AArch64.cpp | 6 +-
ELF/Arch/ARM.cpp | 8 +-
ELF/Arch/Mips.cpp | 8 +-
ELF/Arch/PPC64.cpp | 4 +-
ELF/Arch/X86.cpp | 18 ++--
ELF/Arch/X86_64.cpp | 10 +-
ELF/Driver.cpp | 8 +-
ELF/InputFiles.cpp | 6 +-
ELF/InputSection.cpp | 52 +++++-----
ELF/LinkerScript.cpp | 14 +--
ELF/MapFile.cpp | 4 +-
ELF/OutputSections.cpp | 6 +-
ELF/Relocations.cpp | 98 +++++++++---------
ELF/Symbols.cpp | 10 +-
ELF/SyntheticSections.cpp | 205 ++++++++++++++++--------------------
ELF/SyntheticSections.h | 68 ++++++------
ELF/Writer.cpp | 259 ++++++++++++++++++++++++----------------------
17 files changed, 388 insertions(+), 396 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 bbd1a3d4964 [WebAssembly] Move/clone DBG_VALUE during WebAssemblyRegSta [...]
new 02c47ab05ef [x86] avoid 256-bit andnp that requires insert/extract with [...]
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/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 31 +++++++++++++++++++++++++++++++
test/CodeGen/X86/avx-logic.ll | 18 ++++++++++++------
3 files changed, 44 insertions(+), 7 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 877a386d7 Fix the documentation comment of checkint
new 9feedf23d Update Arm entry in COPYING.NEWLIB.
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:
COPYING.NEWLIB | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.