This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f8a82f0 [InstCombine] Remove testing assert I accidentally left in r299710.
new bf82f16 [X86] Revert r299387 due to AVX legalization infinite loop.
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/X86ISelLowering.cpp | 56 +-----------------------
test/CodeGen/X86/avx-intrinsics-fast-isel.ll | 9 ++--
test/CodeGen/X86/avx-vbroadcast.ll | 48 ++++++++++----------
test/CodeGen/X86/avx2-vbroadcast.ll | 35 +++++++++++----
test/CodeGen/X86/merge-consecutive-loads-128.ll | 48 +++++++-------------
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 3 +-
test/CodeGen/X86/vec_fp_to_int.ll | 2 +-
test/CodeGen/X86/vec_int_to_fp.ll | 4 +-
test/CodeGen/X86/vector-sext.ll | 11 ++---
test/CodeGen/X86/vector-shuffle-combining-xop.ll | 11 ++---
test/CodeGen/X86/vshift-1.ll | 9 ++--
test/CodeGen/X86/vshift-2.ll | 9 ++--
12 files changed, 103 insertions(+), 142 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 361786d Try to fix FreeBSD build after IWYU changes.
new e58cf27 New C++ function name parsing logic (Resubmit)
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.xcodeproj/project.pbxproj | 6 +
source/Plugins/Language/CPlusPlus/CMakeLists.txt | 1 +
.../Language/CPlusPlus/CPlusPlusLanguage.cpp | 171 +++---
.../Plugins/Language/CPlusPlus/CPlusPlusLanguage.h | 19 +-
.../Language/CPlusPlus/CPlusPlusNameParser.cpp | 630 +++++++++++++++++++++
.../Language/CPlusPlus/CPlusPlusNameParser.h | 179 ++++++
.../Language/CPlusPlus/CPlusPlusLanguageTest.cpp | 133 ++++-
7 files changed, 1010 insertions(+), 129 deletions(-)
create mode 100644 source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp
create mode 100644 source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.h
--
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 63bc95b Fix build failure in unit test.
new 361786d Try to fix FreeBSD build after IWYU changes.
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/Process/FreeBSD/ProcessFreeBSD.cpp | 1 +
1 file changed, 1 insertion(+)
--
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/hwcap/master
in repository glibc.
at 9652ee7 x86: Set dl_hwcap from CPU features
This branch includes the following new commits:
new c5a40b6 Check if SSE is available with HAS_CPU_FEATURE
new 9652ee7 x86: Set dl_hwcap from CPU features
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.
--
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 9093d6e iwyu fixes for lldbCore.
new 63bc95b Fix build failure in unit test.
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:
unittests/Core/BroadcasterTest.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 7772cc3 Move call to findMemoryRegion before assignAddresses.
new b339403 Call updateAlignment before assignAddresses.
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/LinkerScript.cpp | 13 +++++++------
1 file changed, 7 insertions(+), 6 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 c82755f AMDGPU: Diagnose illegal SGPR to VGPR copies
new 40df19a iwyu fixes for lldbCore.
new f8a82f0 [InstCombine] Remove testing assert I accidentally left in r299710.
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/Support/Endian.h | 2 ++
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 4 +---
2 files 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 lld.
from df8ea57 Remove redundant argument. NFC.
new 7772cc3 Move call to findMemoryRegion before assignAddresses.
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/LinkerScript.cpp | 8 ++++++--
ELF/LinkerScript.h | 25 +++++++++++++------------
2 files changed, 19 insertions(+), 14 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 lld.
from 2d0eec2 Cache the result of findSection.
new df8ea57 Remove redundant argument. 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:
ELF/LinkerScript.cpp | 6 +++---
ELF/LinkerScript.h | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.