This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 0ca37fe1c Add new API to SBTarget and SBModule classes.
new 9848f3aa2 [lldb-mi] Re-implement symbol-list-lines command.
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:
.../lldb-mi/symbol/inputs/list-lines-helper.c | 3 +
.../lldb-mi/symbol/inputs/list-lines-helper.h | 1 +
lit/tools/lldb-mi/symbol/inputs/main.c | 6 +
.../lldb-mi/symbol/inputs/symbol-list-lines.c | 6 +
.../lldb-mi/symbol/inputs/symbol-list-lines.h | 1 +
.../lldb-mi/symbol}/lit.local.cfg | 0
lit/tools/lldb-mi/symbol/symbol-list-lines.test | 17 ++
.../lldbsuite/test/tools/lldb-mi/symbol/Makefile | 5 -
.../lldbsuite/test/tools/lldb-mi/symbol/main.cpp | 18 --
.../symbol/symbol_list_lines_inline_test.cpp | 39 ----
.../lldb-mi/symbol/symbol_list_lines_inline_test.h | 24 ---
.../symbol/symbol_list_lines_inline_test2.cpp | 38 ----
tools/lldb-mi/MICmdCmdSymbol.cpp | 220 ++++++---------------
tools/lldb-mi/MICmdCmdSymbol.h | 4 +-
14 files changed, 100 insertions(+), 282 deletions(-)
create mode 100644 lit/tools/lldb-mi/symbol/inputs/list-lines-helper.c
create mode 100644 lit/tools/lldb-mi/symbol/inputs/list-lines-helper.h
create mode 100644 lit/tools/lldb-mi/symbol/inputs/main.c
create mode 100644 lit/tools/lldb-mi/symbol/inputs/symbol-list-lines.c
create mode 100644 lit/tools/lldb-mi/symbol/inputs/symbol-list-lines.h
copy lit/{Breakpoint => tools/lldb-mi/symbol}/lit.local.cfg (100%)
create mode 100644 lit/tools/lldb-mi/symbol/symbol-list-lines.test
delete mode 100644 packages/Python/lldbsuite/test/tools/lldb-mi/symbol/Makefile
delete mode 100644 packages/Python/lldbsuite/test/tools/lldb-mi/symbol/main.cpp
delete mode 100644 packages/Python/lldbsuite/test/tools/lldb-mi/symbol/symbol_list [...]
delete mode 100644 packages/Python/lldbsuite/test/tools/lldb-mi/symbol/symbol_list [...]
delete mode 100644 packages/Python/lldbsuite/test/tools/lldb-mi/symbol/symbol_list [...]
--
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 4962aeccc93 [AArch64][SVE] Asm: Support for predicated unary operations.
new c0606b67ed2 [AArch64][SVE] Asm: Support for FMUL (indexed)
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/AArch64/AArch64RegisterInfo.td | 44 ++++++++++++++--
lib/Target/AArch64/AArch64SVEInstrInfo.td | 3 ++
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 20 ++++++++
.../AArch64/Disassembler/AArch64Disassembler.cpp | 22 ++++++++
lib/Target/AArch64/SVEInstrFormats.td | 39 +++++++++++++++
test/MC/AArch64/SVE/fmul-diagnostics.s | 58 ++++++++++++++++++++++
test/MC/AArch64/SVE/fmul.s | 36 ++++++++++++++
7 files changed, 219 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from b8a6ced796 Correct removal of .gnu.attributes
new a50c11c666 Fix crash in "run" on macOS when gdb is not signed
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 | 6 +++
gdb/darwin-nat.c | 119 +++++++++++++++++++++++++++++++------------------------
2 files changed, 73 insertions(+), 52 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 6a79620306e [DAGCombiner] visitSDIV - Permit MIN_SIGNED_VALUE in pow2 v [...]
new 4962aeccc93 [AArch64][SVE] Asm: Support for predicated unary operations.
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/AArch64/AArch64SVEInstrInfo.td | 9 +++++
lib/Target/AArch64/SVEInstrFormats.td | 48 ++++++++++++++++++++++++++
test/MC/AArch64/SVE/abs-diagnostics.s | 36 ++++++++++++++++++++
test/MC/AArch64/SVE/abs.s | 56 +++++++++++++++++++++++++++++++
test/MC/AArch64/SVE/neg-diagnostics.s | 36 ++++++++++++++++++++
test/MC/AArch64/SVE/neg.s | 56 +++++++++++++++++++++++++++++++
test/MC/AArch64/SVE/sxtb-diagnostics.s | 41 ++++++++++++++++++++++
test/MC/AArch64/SVE/sxtb.s | 44 ++++++++++++++++++++++++
test/MC/AArch64/SVE/sxth-diagnostics.s | 41 ++++++++++++++++++++++
test/MC/AArch64/SVE/sxth.s | 32 ++++++++++++++++++
test/MC/AArch64/SVE/sxtw-diagnostics.s | 42 +++++++++++++++++++++++
test/MC/AArch64/SVE/sxtw.s | 20 +++++++++++
test/MC/AArch64/SVE/uxtb.s | 44 ++++++++++++++++++++++++
test/MC/AArch64/SVE/uxth.s | 32 ++++++++++++++++++
test/MC/AArch64/SVE/uxtw.s | 20 +++++++++++
15 files changed, 557 insertions(+)
create mode 100644 test/MC/AArch64/SVE/abs-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/abs.s
create mode 100644 test/MC/AArch64/SVE/neg-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/neg.s
create mode 100644 test/MC/AArch64/SVE/sxtb-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/sxtb.s
create mode 100644 test/MC/AArch64/SVE/sxth-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/sxth.s
create mode 100644 test/MC/AArch64/SVE/sxtw-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/sxtw.s
create mode 100644 test/MC/AArch64/SVE/uxtb.s
create mode 100644 test/MC/AArch64/SVE/uxth.s
create mode 100644 test/MC/AArch64/SVE/uxtw.s
--
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 24670402 [clangd] Incorporate transitive #includes into code complete [...]
new ed0d0481 [clangd] Use default format style and fallback style. 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:
clangd/CodeComplete.cpp | 6 +++---
1 file changed, 3 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.
unknown user pushed a change to branch master
in repository clang.
from cfd5890f82 Revert r336021 "PR33924: merge local declarations that have [...]
new 82cfb485f0 [Driver] Add PPC64 as supported for Scudo
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/ToolChains/Linux.cpp | 3 ++-
test/Driver/fsanitize.c | 2 ++
2 files changed, 4 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 lld.
from ecf11b65b [ELF] - Add a comment. NFC.
new 335154443 [ELF][MIPS] Use llvm-mc to generate test case input file. 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:
test/ELF/Inputs/mips-n32-rels.o | Bin 1092 -> 0 bytes
test/ELF/mips-n32-rels.s | 45 ++++++++++++++++++++--------------------
2 files changed, 23 insertions(+), 22 deletions(-)
delete mode 100644 test/ELF/Inputs/mips-n32-rels.o
--
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 gcc.
from 5e153ffe505 [17/n] PR85694: AArch64 support for AVG_FLOOR/CEIL
new 28e18c7e22b Reorg line_map data structures for better packing. * incl [...]
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:
libcpp/ChangeLog | 20 ++++++++
libcpp/include/line-map.h | 72 +++++++++++++++++++++--------
libcpp/line-map.c | 115 ++++++++++++++++++++--------------------------
3 files changed, 123 insertions(+), 84 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 gcc.
from 10d1b86dd73 PR c++/86378 - functional cast in noexcept-specifier.
new 45d7f08d14c PR middle-end/86202 * gimple-fold.c (size_must_be_zero_p) [...]
new 8d11bce3bae PR c++/84306 * g++.dg/overload/conv-op3.C: New test.
new 03ea120cd20 Remove "note: " prefix from some scan-tree-dump directives
new 5e153ffe505 [17/n] PR85694: AArch64 support for AVG_FLOOR/CEIL
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:
gcc/ChangeLog | 25 +++++++++++++++
gcc/config/aarch64/aarch64-simd.md | 16 ++++++++++
gcc/config/aarch64/iterators.md | 10 ++++--
gcc/gimple-fold.c | 2 +-
gcc/testsuite/ChangeLog | 19 ++++++++++++
gcc/testsuite/g++.dg/overload/conv-op3.C | 18 +++++++++++
gcc/testsuite/gcc.dg/Wint-conversion-2.c | 11 +++++++
gcc/testsuite/gcc.dg/vect/slp-perm-1.c | 2 +-
gcc/testsuite/gcc.dg/vect/slp-perm-2.c | 2 +-
gcc/testsuite/gcc.dg/vect/slp-perm-3.c | 2 +-
gcc/testsuite/gcc.dg/vect/slp-perm-5.c | 2 +-
gcc/testsuite/gcc.dg/vect/slp-perm-6.c | 2 +-
gcc/testsuite/gcc.dg/vect/slp-perm-7.c | 2 +-
gcc/testsuite/gcc.dg/vect/slp-perm-8.c | 2 +-
gcc/testsuite/gcc.target/aarch64/vect_hadd_1.h | 39 ++++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/vect_shadd_1.c | 20 ++++++++++++
gcc/testsuite/gcc.target/aarch64/vect_srhadd_1.c | 20 ++++++++++++
gcc/testsuite/gcc.target/aarch64/vect_uhadd_1.c | 20 ++++++++++++
gcc/testsuite/gcc.target/aarch64/vect_urhadd_1.c | 20 ++++++++++++
gcc/testsuite/lib/target-supports.exp | 3 +-
20 files changed, 226 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/overload/conv-op3.C
create mode 100644 gcc/testsuite/gcc.dg/Wint-conversion-2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/vect_hadd_1.h
create mode 100644 gcc/testsuite/gcc.target/aarch64/vect_shadd_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/vect_srhadd_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/vect_uhadd_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/vect_urhadd_1.c
--
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 8f3996e72 Re-sort the lldb.xcodeproj project file and commit the script [...]
new 0ca37fe1c Add new API to SBTarget and SBModule classes.
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/lldb/API/SBModule.h | 15 +++++++++++++
include/lldb/API/SBTarget.h | 15 +++++++++++++
.../module_section/TestModuleAndSection.py | 26 ++++++++++++++++++++++
.../test/python_api/target/TestTargetAPI.py | 22 ++++++++++++++++++
scripts/interface/SBModule.i | 17 ++++++++++++++
scripts/interface/SBTarget.i | 17 ++++++++++++++
source/API/SBModule.cpp | 11 +++++++++
source/API/SBTarget.cpp | 12 ++++++++++
8 files changed, 135 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.