This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b34ebdd82bf Recommit rL305677: [CodeGen] Add generic MacroFusion pass
new c56841e7f43 [GlobalISel][X86] Fold FI/G_GEP into LDR/STR instruction ad [...]
new 865802ce119 AMDGPU/GlobalISel: Mark G_BITCAST s32 <--> <2 x s16> legal
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/AMDGPU/AMDGPULegalizerInfo.cpp | 7 ++
lib/Target/X86/X86InstructionSelector.cpp | 46 ++++++++++-
.../CodeGen/AMDGPU/GlobalISel/legalize-bitcast.mir | 23 ++++++
test/CodeGen/X86/GlobalISel/add-scalar.ll | 34 +++-----
test/CodeGen/X86/GlobalISel/callingconv.ll | 92 ++++++----------------
test/CodeGen/X86/GlobalISel/ext.ll | 15 ++--
test/CodeGen/X86/GlobalISel/memop-scalar-x32.ll | 36 +++------
test/CodeGen/X86/GlobalISel/memop-scalar.ll | 48 ++++++++---
.../X86/GlobalISel/select-memop-scalar-x32.mir | 60 ++++++--------
.../CodeGen/X86/GlobalISel/select-memop-scalar.mir | 92 ++++++++++++++++++++++
10 files changed, 278 insertions(+), 175 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-bitcast.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 newlib.
from 0c081aa62 Fix guard for siginfo_t and pthread_t definition
new 59e09b641 string: add strverscmp
new f698efbce cygwin: export strverscmp, add versionsort
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:
newlib/libc/include/string.h | 4 ++
newlib/libc/string/Makefile.am | 4 +-
newlib/libc/string/Makefile.in | 12 ++++-
newlib/libc/string/strings.tex | 1 +
newlib/libc/string/strverscmp.c | 99 ++++++++++++++++++++++++++++++++++
winsup/cygwin/common.din | 2 +
winsup/cygwin/include/cygwin/version.h | 3 +-
winsup/cygwin/include/sys/dirent.h | 1 +
winsup/cygwin/release/2.8.1 | 2 +
winsup/cygwin/scandir.cc | 6 +++
winsup/doc/posix.xml | 2 +
11 files changed, 133 insertions(+), 3 deletions(-)
create mode 100644 newlib/libc/string/strverscmp.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 binutils-gdb.
from acb56a8301 Fix access violation when parsing a corrupt IEEE binary.
new 0f6d864de2 Prevent address violation when attempting to disassemble a c [...]
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:
opcodes/ChangeLog | 5 +++++
opcodes/score-dis.c | 1 +
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 gcc.
from 98a7cbc8b23 2017-06-19 Paolo Carlini <paolo.carlini(a)oracle.com>
new d3cd4493429 Fix multi-versioning issues (PR ipa/80732).
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/ChangeLog | 8 +++
gcc/attribs.c | 6 +-
gcc/multiple_target.c | 115 +++++++++++++++++++++++---------
gcc/testsuite/ChangeLog | 7 ++
gcc/testsuite/gcc.target/i386/mvc5.c | 2 +-
gcc/testsuite/gcc.target/i386/mvc7.c | 2 +-
gcc/testsuite/gcc.target/i386/pr80732.c | 92 +++++++++++++++++++++++++
7 files changed, 193 insertions(+), 39 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr80732.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 binutils-gdb.
from 80053e466b Fix access violation disassembling a corrupt VMS binary.
new acb56a8301 Fix access violation when parsing a corrupt IEEE binary.
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:
bfd/ChangeLog | 12 ++++++++++++
bfd/ieee.c | 23 ++++++++++++++++++++---
bfd/libieee.h | 1 +
3 files changed, 33 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 llvm.
from afb808fd9e4 [ARM] GlobalISel: Support G_ICMP for s8 and s16
new b34ebdd82bf Recommit rL305677: [CodeGen] Add generic MacroFusion pass
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/CodeGen/MacroFusion.h | 41 +++++++
lib/CodeGen/CMakeLists.txt | 1 +
lib/CodeGen/MacroFusion.cpp | 150 ++++++++++++++++++++++++
lib/Target/AArch64/AArch64MacroFusion.cpp | 183 +++++-------------------------
lib/Target/AArch64/AArch64MacroFusion.h | 11 +-
lib/Target/X86/X86MacroFusion.cpp | 101 +++--------------
lib/Target/X86/X86MacroFusion.h | 11 +-
7 files changed, 245 insertions(+), 253 deletions(-)
create mode 100644 include/llvm/CodeGen/MacroFusion.h
create mode 100644 lib/CodeGen/MacroFusion.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 lldb.
from 25a67e197 Tweak SysV_arm64 function entry unwind plan
new 4d99ca230 Add pretty-printer for wait(2) statuses and modernize the cod [...]
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 | 30 +++++++++
include/lldb/Host/common/NativeProcessProtocol.h | 13 ++--
include/lldb/lldb-private-enumerations.h | 13 ----
source/Host/common/Host.cpp | 49 ++++++++++++++
source/Host/common/NativeProcessProtocol.cpp | 38 +++--------
.../Plugins/Process/Darwin/NativeProcessDarwin.cpp | 19 +-----
.../Plugins/Process/Linux/NativeProcessLinux.cpp | 74 ++++------------------
source/Plugins/Process/Linux/NativeProcessLinux.h | 2 +-
.../Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 71 ++++-----------------
.../Plugins/Process/NetBSD/NativeProcessNetBSD.h | 2 +-
.../GDBRemoteCommunicationServerLLGS.cpp | 50 +++------------
unittests/Host/CMakeLists.txt | 1 +
unittests/Host/HostTest.cpp | 22 +++++++
13 files changed, 160 insertions(+), 224 deletions(-)
create mode 100644 unittests/Host/HostTest.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 clang.
from 87050d0737 Move the test from r305678 to a separte file with 'REQUIRES: [...]
new 27337711cd Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc"
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/SourceLocation.h | 122 ++++++-----------
include/clang/Frontend/DiagnosticRenderer.h | 81 ++++++-----
include/clang/Frontend/TextDiagnostic.h | 43 +++---
lib/Basic/SourceLocation.cpp | 70 ----------
lib/Frontend/DiagnosticRenderer.cpp | 196 +++++++++++++++------------
lib/Frontend/SerializedDiagnosticPrinter.cpp | 106 +++++++++------
lib/Frontend/TextDiagnostic.cpp | 85 +++++++-----
lib/Frontend/TextDiagnosticPrinter.cpp | 7 +-
tools/libclang/CIndexDiagnostic.cpp | 30 ++--
9 files changed, 363 insertions(+), 377 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 6c20286ff Delete ProcessLauncherPosix
new 25a67e197 Tweak SysV_arm64 function entry unwind plan
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/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp | 6 ++----
1 file changed, 2 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 lldb.
from acd247ef1 Fix a -Wmisleading-indentation warning
new 6c20286ff Delete ProcessLauncherPosix
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 | 16 -
include/lldb/Host/posix/ProcessLauncherPosix.h | 24 --
source/Host/CMakeLists.txt | 6 -
source/Host/common/Host.cpp | 355 +----------------------
source/Host/macosx/Host.mm | 299 ++++++++++++++++++-
source/Host/posix/ProcessLauncherPosix.cpp | 34 ---
unittests/tools/lldb-server/tests/TestClient.cpp | 1 -
7 files changed, 302 insertions(+), 433 deletions(-)
delete mode 100644 include/lldb/Host/posix/ProcessLauncherPosix.h
delete mode 100644 source/Host/posix/ProcessLauncherPosix.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.