This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 6d74b50085 [ASTImporter] TypeAliasTemplate and PackExpansion importing [...]
new 0863d6bb71 Make DiagnosticIDs::getAllDiagnostics static. 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:
include/clang/Basic/DiagnosticIDs.h | 4 ++--
lib/Basic/Diagnostic.cpp | 2 +-
lib/Basic/DiagnosticIDs.cpp | 2 +-
3 files changed, 4 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 cb6b8285427 ARM: correctly update CFG when splitting BB to fix branch.
new c07df42b1a2 [LV] Introduce VPBlendRecipe, VPWidenMemoryInstructionRecipe
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/LoopVectorize.cpp | 365 ++++++++++++++-------
lib/Transforms/Vectorize/VPlan.h | 2 +
.../LoopVectorize/X86/x86-predication.ll | 38 +++
3 files changed, 281 insertions(+), 124 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 155567c8fe9 [ARM GlobalISel] Remove C++ code for G_CONSTANT
new cb6b8285427 ARM: correctly update CFG when splitting BB to fix branch.
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/ARM/ARMConstantIslandPass.cpp | 6 +++
test/CodeGen/ARM/constant-islands-cfg.mir | 64 +++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)
create mode 100644 test/CodeGen/ARM/constant-islands-cfg.mir
--
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 aa2b9952ef [libclang] Allow crash recovery with LIBCLANG_NOTHREADS
new 6d74b50085 [ASTImporter] TypeAliasTemplate and PackExpansion importing [...]
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/AST/ASTImporter.cpp | 83 +++++++++++++++++++++++++++++++++++++++
unittests/AST/ASTImporterTest.cpp | 40 +++++++++++++++++++
2 files changed, 123 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 llvm.
from a466503cd36 [ARM] Fix incorrect conversion of a tail call to an ordinary call
new 155567c8fe9 [ARM GlobalISel] Remove C++ code for G_CONSTANT
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/ARM/ARMInstructionSelector.cpp | 22 --------
.../ARM/GlobalISel/arm-instruction-select.mir | 61 ++++++++++++++++++++++
test/CodeGen/ARM/GlobalISel/arm-isel-divmod.ll | 8 +--
3 files changed, 65 insertions(+), 26 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 lldb.
from 0874c3d8a Reformat a comment. NFC.
new d14dd6846 Add a data formatter for libc++ std::bitset
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:
.../libcxx/{forward_list => bitset}/Makefile | 0
.../libcxx/bitset/TestDataFormatterLibcxxBitset.py | 46 +++++++++
.../data-formatter-stl/libcxx/bitset/main.cpp | 20 ++++
source/Plugins/Language/CPlusPlus/CMakeLists.txt | 1 +
.../Language/CPlusPlus/CPlusPlusLanguage.cpp | 11 +++
source/Plugins/Language/CPlusPlus/LibCxx.h | 4 +
source/Plugins/Language/CPlusPlus/LibCxxBitset.cpp | 109 +++++++++++++++++++++
7 files changed, 191 insertions(+)
copy packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter- [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...]
create mode 100644 source/Plugins/Language/CPlusPlus/LibCxxBitset.cpp
--
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 libcxx.
from 8437dbd02 Another test for LWG2952
new e208d0895 Rename identifiers named `__output`
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/algorithm | 22 +++++++-------
include/experimental/algorithm | 4 +--
include/experimental/iterator | 10 +++----
include/regex | 66 +++++++++++++++++++++---------------------
test/support/nasty_macros.hpp | 3 ++
5 files changed, 54 insertions(+), 51 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 29f89772107 AMDGPU: Fix test
new a466503cd36 [ARM] Fix incorrect conversion of a tail call to an ordinary call
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/ARM/ARMSubtarget.cpp | 4 +-
lib/Target/ARM/Thumb1FrameLowering.cpp | 106 +++++++++++++++++++---------
test/CodeGen/ARM/thumb1_return_sequence.ll | 41 ++++-------
test/CodeGen/ARM/v8m-tail-call.ll | 58 ++++++++++-----
test/CodeGen/Thumb/thumb-shrink-wrapping.ll | 9 ++-
5 files changed, 133 insertions(+), 85 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 binutils-gdb.
from be92cb147d x86: add disassembler support for XOP VPCOM* pseudo-ops
new 640d0ed874 ld-ifunc non-PIC tests
new 06bcf5416f PR22431, powerpc64 ld segfault when .plt discarded
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:
bfd/ChangeLog | 9 +++++++++
bfd/elf64-ppc.c | 16 ++++++++++------
ld/ChangeLog | 9 +++++++++
ld/testsuite/ld-elf/note-3.t | 1 +
ld/testsuite/ld-ifunc/ifunc.exp | 6 +++---
5 files changed, 32 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.