This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 29ab6ce3aab [AArch64] Improve single vector lane stores
new 3b3c5030615 [NFC] [Power] Fix instruction format for xsrqpi
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/PowerPC/PPCInstrFormats.td | 21 +++++++++++++++++++++
lib/Target/PowerPC/PPCInstrVSX.td | 2 +-
2 files changed, 22 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 a9f306c52 [ELF] - Simplify. NFC.
new 93cfa1a8f [ELF][PPC64] Fix getRelExpr for R_PPC64_REL32
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/PPC64.cpp | 1 +
test/ELF/ppc64-relocs.s | 39 ++++++++++++++++++++++++++++++++++++---
2 files changed, 37 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 864bb26cb3 Stop generating GNU build notes for linkonce sections.
new 2d79090eab Clear rust_unions in rust_union_quirks
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 | 4 ++++
gdb/dwarf2read.c | 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 llvm.
from 40a24a84872 [llvm-mca] Improved support for dependency-breaking instructions.
new 29ab6ce3aab [AArch64] Improve single vector lane stores
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/AArch64InstrInfo.td | 77 ++++++---
test/CodeGen/AArch64/arm64-neon-copy.ll | 2 +-
test/CodeGen/AArch64/arm64-neon-simd-ldst-one.ll | 74 +++++++-
test/CodeGen/AArch64/arm64-st1.ll | 205 +++++++++++++++++++++++
test/CodeGen/AArch64/fp16-vector-load-store.ll | 78 +++++++++
5 files changed, 414 insertions(+), 22 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 3f8354c90ef [CodeGen/AccelTable]: Handle -dwarf-linkage-names=Abstract [...]
new 40a24a84872 [llvm-mca] Improved support for dependency-breaking instructions.
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:
tools/llvm-mca/Dispatch.cpp | 49 ++++++++++++++++++++++++++++----------------
tools/llvm-mca/Dispatch.h | 34 ++++++++++++++++--------------
tools/llvm-mca/Instruction.h | 3 +++
tools/llvm-mca/Scheduler.cpp | 3 +--
4 files changed, 54 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 lldb.
from a7b070cec FileSpec: Remove PathSyntax enum and use llvm version instead
new 9b7a6ded8 Remove Process references from the Host module
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/Host/Host.h | 3 +++
include/lldb/Host/MonitoringProcessLauncher.h | 3 +++
include/lldb/Target/ProcessLaunchInfo.h | 6 ++++++
source/Host/common/MonitoringProcessLauncher.cpp | 16 +++-------------
source/Host/common/NativeProcessProtocol.cpp | 1 -
source/Host/macosx/Host.mm | 14 ++++----------
source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 11 ++++++-----
source/Target/ProcessLaunchInfo.cpp | 7 +++++++
unittests/tools/lldb-server/tests/TestClient.cpp | 5 +++++
9 files changed, 37 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 test-suite.
from 69e11d2d [test-suite][ubsan] Fix UB in PENNANT in Mesh::initInvMap
new c7a2924a [test-suite][ubsan] Remove UB in XSBench IO.
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:
MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/XSbench_header.h | 2 ++
MultiSource/Benchmarks/DOE-ProxyApps-C/XSBench/io.c | 6 +++++-
2 files changed, 7 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 lldb.
from 1f5645680 Use const_iterator in DWARFUnit
new a7b070cec FileSpec: Remove PathSyntax enum and use llvm version instead
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/Utility/FileSpec.h | 18 ++--
.../Plugins/Platform/Android/PlatformAndroid.cpp | 5 +-
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 4 +-
source/Utility/FileSpec.cpp | 107 +++++++++------------
.../GDBRemoteCommunicationClientTest.cpp | 10 +-
unittests/Target/ModuleCacheTest.cpp | 2 +-
unittests/Utility/FileSpecTest.cpp | 65 ++++++-------
7 files changed, 93 insertions(+), 118 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 c3533c4c7c Fix a problem in the assembler when checking for overlapping [...]
new 864bb26cb3 Stop generating GNU build notes for linkonce sections.
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:
gas/ChangeLog | 5 ++
gas/write.c | 92 +++++++++++-----------
ld/ChangeLog | 7 ++
ld/testsuite/ld-elf/note1.r | 6 ++
ld/testsuite/ld-elf/note1_1.s | 17 ++++
ld/testsuite/ld-elf/note1_2.s | 17 ++++
.../empty-orphan.exp => ld-elf/notes.exp} | 23 ++++--
7 files changed, 111 insertions(+), 56 deletions(-)
create mode 100644 ld/testsuite/ld-elf/note1.r
create mode 100644 ld/testsuite/ld-elf/note1_1.s
create mode 100644 ld/testsuite/ld-elf/note1_2.s
copy ld/testsuite/{ld-scripts/empty-orphan.exp => ld-elf/notes.exp} (67%)
--
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 8d9ab7e57d5 Docs: Fix the title underline too short.
new 3f8354c90ef [CodeGen/AccelTable]: Handle -dwarf-linkage-names=Abstract [...]
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/AsmPrinter/DwarfCompileUnit.cpp | 3 +-
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 8 +-
lib/DebugInfo/DWARF/DWARFVerifier.cpp | 1 +
test/DebugInfo/Generic/debug-names-linkage-name.ll | 88 ++++++++++++++++++++++
.../Generic/debug-names-name-collisions.ll | 2 +-
5 files changed, 97 insertions(+), 5 deletions(-)
create mode 100644 test/DebugInfo/Generic/debug-names-linkage-name.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.