This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ff777b7559a The fix for PR22004: X86AsmParser.cpp asserts: OperandStack [...]
new 21e2ad75c40 [ARM] Add tests for 6-M memcpy/memset code generation
new a0b8f33f3b5 nits in wide-integer-cmp.ll . NFC
new bafb2e66d85 [ARM] Fix lowering of misaligned memcpy/memset
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/CodeGen/SelectionDAG/SelectionDAG.cpp | 24 ++++-----
lib/Target/ARM/ARMISelLowering.cpp | 6 ---
test/CodeGen/ARM/memcpy-inline.ll | 13 +++--
test/CodeGen/ARM/memset-inline.ll | 84 +++++++++++++++++++++++++++----
test/CodeGen/X86/wide-integer-cmp.ll | 1 -
5 files changed, 95 insertions(+), 33 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 7ff1a7966 Implementation of remote packets for Trace data.
new 94698b577 Fix 32-bit builds
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:
.../GDBRemoteCommunicationServerLLGS.cpp | 25 +++++++++++-----------
1 file changed, 12 insertions(+), 13 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 hjl/wcsrchr/sse2
in repository glibc.
from 0053a98eb7 Use %r8d in wcsrchr-old-2.S
new 8d9032687a bad wcsrchr-old-2.S
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:
sysdeps/x86_64/multiarch/wcsrchr-old-2.S | 26 ++++++++++----------------
1 file changed, 10 insertions(+), 16 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 530e88891b [docs] Point coroutine link to an actual document
new 372c196396 [OpenCL] An error shall occur if any scalar operand has grea [...]
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/DiagnosticSemaKinds.td | 3 +++
lib/Sema/SemaExpr.cpp | 28 ++++++++++++++++++++--------
test/SemaOpenCL/arithmetic-conversions.cl | 23 +++++++++++++++++++++++
test/SemaOpenCL/cond.cl | 2 +-
4 files changed, 47 insertions(+), 9 deletions(-)
create mode 100644 test/SemaOpenCL/arithmetic-conversions.cl
--
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 hjl/wcsrchr/sse2
in repository glibc.
from 9acbcfd570 Remove REX bytes from wcsrchr-old.S
new 0053a98eb7 Use %r8d in wcsrchr-old-2.S
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:
sysdeps/x86_64/multiarch/wcsrchr-old-2.S | 14 +++++++-------
1 file changed, 7 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 llvm.
from 88aeae664a5 Recommit r303978 "[DWARF] - Make collectAddressRanges() ret [...]
new 4e545dfae83 Revert "[DWARF] - Make collectAddressRanges() return sectio [...]
new ff777b7559a The fix for PR22004: X86AsmParser.cpp asserts: OperandStack [...]
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/DebugInfo/DWARF/DWARFContext.h | 3 +-
include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h | 3 --
include/llvm/DebugInfo/DWARF/DWARFDie.h | 3 +-
include/llvm/DebugInfo/DWARF/DWARFFormValue.h | 2 -
include/llvm/DebugInfo/DWARF/DWARFRelocMap.h | 1 -
include/llvm/Object/COFF.h | 1 -
include/llvm/Object/ELFObjectFile.h | 12 -----
include/llvm/Object/MachO.h | 1 -
include/llvm/Object/ObjectFile.h | 6 ---
include/llvm/Object/Wasm.h | 1 -
lib/DebugInfo/DWARF/DWARFContext.cpp | 56 +++++++++-------------
lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp | 8 ++--
lib/DebugInfo/DWARF/DWARFDie.cpp | 13 ++---
lib/DebugInfo/DWARF/DWARFFormValue.cpp | 4 +-
lib/Object/COFFObjectFile.cpp | 4 --
lib/Object/MachOObjectFile.cpp | 4 --
lib/Object/WasmObjectFile.cpp | 4 --
lib/Target/X86/AsmParser/X86AsmParser.cpp | 5 +-
test/MC/X86/pr22004.s | 3 ++
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 12 ++---
20 files changed, 48 insertions(+), 98 deletions(-)
create mode 100644 test/MC/X86/pr22004.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 llvm.
from 1503fe43e0a Revert r303978 "[DWARF] - Make collectAddressRanges() retur [...]
new 88aeae664a5 Recommit r303978 "[DWARF] - Make collectAddressRanges() ret [...]
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/llvm/DebugInfo/DWARF/DWARFContext.h | 3 +-
include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h | 3 ++
include/llvm/DebugInfo/DWARF/DWARFDie.h | 3 +-
include/llvm/DebugInfo/DWARF/DWARFFormValue.h | 2 +
include/llvm/DebugInfo/DWARF/DWARFRelocMap.h | 1 +
include/llvm/Object/COFF.h | 1 +
include/llvm/Object/ELFObjectFile.h | 12 +++++
include/llvm/Object/MachO.h | 1 +
include/llvm/Object/ObjectFile.h | 6 +++
include/llvm/Object/Wasm.h | 1 +
lib/DebugInfo/DWARF/DWARFContext.cpp | 56 +++++++++++++---------
lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp | 8 ++--
lib/DebugInfo/DWARF/DWARFDie.cpp | 13 +++--
lib/DebugInfo/DWARF/DWARFFormValue.cpp | 4 +-
lib/Object/COFFObjectFile.cpp | 4 ++
lib/Object/MachOObjectFile.cpp | 4 ++
lib/Object/WasmObjectFile.cpp | 4 ++
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 12 ++---
18 files changed, 96 insertions(+), 42 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 hjl/wcsrchr/sse2
in repository glibc.
from 2a96f1f445 Add __wcsrchr_old_2
new 9acbcfd570 Remove REX bytes from wcsrchr-old.S
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:
sysdeps/x86_64/multiarch/wcsrchr-old-2.S | 84 ++++++++++++++++----------------
sysdeps/x86_64/multiarch/wcsrchr-old.S | 84 ++++++++++++++++----------------
2 files changed, 84 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 llvm.
from 073ffab1e02 [DWARF] - Make collectAddressRanges() return section index [...]
new e10b16c5df6 Export the required symbol from DynamicLibraryTests
new f1d70be65ee Fix signedness of constant. NFC.
new 1503fe43e0a Revert r303978 "[DWARF] - Make collectAddressRanges() retur [...]
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:
include/llvm/DebugInfo/DWARF/DWARFContext.h | 3 +-
include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h | 3 --
include/llvm/DebugInfo/DWARF/DWARFDie.h | 3 +-
include/llvm/DebugInfo/DWARF/DWARFFormValue.h | 2 -
include/llvm/DebugInfo/DWARF/DWARFRelocMap.h | 1 -
include/llvm/Object/COFF.h | 1 -
include/llvm/Object/ELFObjectFile.h | 12 -----
include/llvm/Object/MachO.h | 1 -
include/llvm/Object/ObjectFile.h | 6 ---
include/llvm/Object/Wasm.h | 1 -
lib/DebugInfo/DWARF/DWARFContext.cpp | 56 +++++++++-------------
lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp | 8 ++--
lib/DebugInfo/DWARF/DWARFDie.cpp | 13 ++---
lib/DebugInfo/DWARF/DWARFFormValue.cpp | 4 +-
lib/Object/COFFObjectFile.cpp | 4 --
lib/Object/MachOObjectFile.cpp | 4 --
lib/Object/WasmObjectFile.cpp | 4 --
lib/Target/AArch64/AArch64ISelLowering.cpp | 10 ++--
unittests/Support/DynamicLibrary/CMakeLists.txt | 1 +
.../DynamicLibrary/DynamicLibraryTests.exports | 1 +
20 files changed, 43 insertions(+), 95 deletions(-)
create mode 100644 unittests/Support/DynamicLibrary/DynamicLibraryTests.exports
--
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 hjl/wcsrchr/sse2
in repository glibc.
from 9b644f055e x86-64: Update strrchr.S to support wcsrchr
new 2a96f1f445 Add __wcsrchr_old_2
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:
sysdeps/x86_64/multiarch/Makefile | 3 +-
sysdeps/x86_64/multiarch/ifunc-impl-list.c | 6 +
sysdeps/x86_64/multiarch/wcsrchr-old-2.S | 265 +++++++++++++++++++++++++++
sysdeps/x86_64/multiarch/wcsrchr-old.S | 282 +++++++++++++++++++++++++++++
sysdeps/x86_64/wcsrchr.S | 2 +
5 files changed, 557 insertions(+), 1 deletion(-)
create mode 100644 sysdeps/x86_64/multiarch/wcsrchr-old-2.S
create mode 100644 sysdeps/x86_64/multiarch/wcsrchr-old.S
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.