This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6ba0e3e2446 PR c++/84489 - dependent default template argument
new 141db77d360 * cp-tree.h: Adjust comment.
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:
gcc/cp/cp-tree.h | 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 llvm.
from 5b43e9e5b83 [X86] Move the load folding tables to a separate .inc file
new 8933ad2b9a2 ARM: Don't rewrite add reg, $sp, 0 -> mov reg, $sp if the a [...]
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/Thumb2InstrInfo.cpp | 3 ++-
test/CodeGen/Thumb2/cmp-frame.ll | 11 +++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/Thumb2/cmp-frame.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 clang.
from 68e53bf8c0 Handle the NetBSD case in ToolChain::getOSLibName()
new 9e5c2f4ede [clang-format] Format operator key in protos
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/TokenAnnotator.cpp | 3 +++
unittests/Format/FormatTestProto.cpp | 12 ++++++++++++
unittests/Format/FormatTestTextProto.cpp | 12 ++++++++++++
3 files changed, 27 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 binutils-gdb.
from 5b616beff4 [ARM] Remove ARM_FEATURE_COPY macro
new 55089490f7 Change target_write_memory_blocks to use std::vector
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:
gdb/ChangeLog | 21 +++++
gdb/symfile.c | 109 ++++++++++---------------
gdb/target-memory.c | 231 +++++++++++++++++++---------------------------------
gdb/target.h | 34 ++++----
4 files changed, 167 insertions(+), 228 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 69cad521774 [ARM] add loop vectorizer test based on 482.sphinx3 from SP [...]
new 5b43e9e5b83 [X86] Move the load folding tables to a separate .inc 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:
lib/Target/X86/X86FoldTables.inc | 3624 +++++++++++++++++++++++++++++++++++++
lib/Target/X86/X86InstrInfo.cpp | 3633 +-------------------------------------
2 files changed, 3634 insertions(+), 3623 deletions(-)
create mode 100644 lib/Target/X86/X86FoldTables.inc
--
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 libunwind.
from 15e4893 [cmake] [libunwind] LLVM_FOUND isn't always set, so just test [...]
new 2b0efb9 [libunwind] Permit additional compiler and linker flags to be [...]
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 | 4 ++++
test/lit.site.cfg.in | 2 ++
2 files changed, 6 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 lldb.
from 0bec96a44 Move TestGdbRemoteExitCode next to the other llgs tests
new e92fea794 [LLDB] Initial version of PPC64 InstEmulation
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:
source/API/SystemInitializerFull.cpp | 3 +
source/Plugins/Instruction/CMakeLists.txt | 1 +
.../Instruction/{ARM64 => PPC64}/CMakeLists.txt | 4 +-
.../Instruction/PPC64/EmulateInstructionPPC64.cpp | 406 +++++++++++++++++++++
.../Instruction/PPC64/EmulateInstructionPPC64.h | 97 +++++
tools/lldb-test/SystemInitializerTest.cpp | 3 +
unittests/UnwindAssembly/ARM64/CMakeLists.txt | 13 +
.../TestArm64InstEmulation.cpp | 0
unittests/UnwindAssembly/CMakeLists.txt | 10 +-
.../UnwindAssembly/InstEmulation/CMakeLists.txt | 15 -
unittests/UnwindAssembly/PPC64/CMakeLists.txt | 13 +
.../PPC64/TestPPC64InstEmulation.cpp | 259 +++++++++++++
12 files changed, 805 insertions(+), 19 deletions(-)
copy source/Plugins/Instruction/{ARM64 => PPC64}/CMakeLists.txt (60%)
create mode 100644 source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
create mode 100644 source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.h
create mode 100644 unittests/UnwindAssembly/ARM64/CMakeLists.txt
rename unittests/UnwindAssembly/{InstEmulation => ARM64}/TestArm64InstEmulation.cp [...]
delete mode 100644 unittests/UnwindAssembly/InstEmulation/CMakeLists.txt
create mode 100644 unittests/UnwindAssembly/PPC64/CMakeLists.txt
create mode 100644 unittests/UnwindAssembly/PPC64/TestPPC64InstEmulation.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 llvm.
from dcf9b1dd5ec [AArch64] add SLP test based on TSVC; NFC
new 1dedb741f3e [Hexagon] Add patterns for compares of i1 values
new 69cad521774 [ARM] add loop vectorizer test based on 482.sphinx3 from SP [...]
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/Target/Hexagon/HexagonPatterns.td | 6 +-
test/CodeGen/Hexagon/isel-setcc-i1.ll | 27 +++++
test/Transforms/LoopVectorize/ARM/sphinx.ll | 165 ++++++++++++++++++++++++++++
3 files changed, 196 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/Hexagon/isel-setcc-i1.ll
create mode 100644 test/Transforms/LoopVectorize/ARM/sphinx.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 clang-tools-extra.
from f72304ed [clangd] Remove codecomplete override content API. Long live [...]
new 0eb6bec0 add UUID to the acronyms list of objc property name checks
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:
clang-tidy/objc/PropertyDeclarationCheck.cpp | 2 ++
1 file changed, 2 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 clang.
from c55b070633 [OPENMP] Allow multiple mappings for member expressions for [...]
new 68e53bf8c0 Handle the NetBSD case in ToolChain::getOSLibName()
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/Driver/ToolChain.cpp | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.