This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6928c3c [InstCombine] allow icmp (bit-manipulation-intrinsic(), C) fo [...]
new a0a5960 [X86][SSE] Regenerated uitofp <2 x i32> -> <2 x float> conver [...]
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/CodeGen/X86/cvtv2f32.ll | 67 +++++++++++++++++++++++++++++++++-----------
1 file changed, 51 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 lld.
from fe5ce82 Make a pure function a non-member file-scoped function.
new 6e3ade1 Remove Phdr typedef.
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 | 20 ++++++++++----------
ELF/LinkerScript.h | 6 +++---
2 files changed, 13 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 master
in repository lld.
from 694bd1d [ELF] Support PROVIDE and PROVIDE_HIDDEN inside SECTIONS
new fe5ce82 Make a pure function a non-member file-scoped function.
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 | 3 +--
ELF/LinkerScript.h | 1 -
2 files changed, 1 insertion(+), 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 a73dfe8 Fix a GCC error due to this member name also being a type nam [...]
new 6928c3c [InstCombine] allow icmp (bit-manipulation-intrinsic(), C) fo [...]
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/Transforms/InstCombine/InstCombineCompares.cpp | 29 ++++++++++++----------
lib/Transforms/InstCombine/InstCombineInternal.h | 3 +--
test/Transforms/InstCombine/intrinsics.ll | 11 +++-----
3 files changed, 20 insertions(+), 23 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 newlib.
from 25cb82a Change "nodomain+nobody" to "no+body"
new 886f89a posix.xml: Add missing unimplemented functions from POSIX-1.2013
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:
winsup/doc/posix.xml | 4 ++++
1 file changed, 4 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 binutils-gdb.
from cac7097 Automatic date update in version.in
new 463888a Support JIT debugging on MS-Windows
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 | 7 +++++++
gdb/NEWS | 7 +++++++
gdb/doc/ChangeLog | 6 ++++++
gdb/doc/gdb.texinfo | 29 +++++++++++++++++++++++++++++
gdb/windows-nat.c | 27 +++++++++++++++++++++++++++
5 files changed, 76 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 6381dfd [AVX512] Implement commuting support for EVEX encoded FMA3 in [...]
new a73dfe8 Fix a GCC error due to this member name also being a type nam [...]
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/AArch64TargetMachine.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 llvm.
from 36cfd1c AMDGPU: Delete dead code
new a1f64c9 [X86] Fix switch statement indentation per coding standards.
new 0937f7e [X86] Make one of the FMA3 commuting methods static. Remove a [...]
new 6381dfd [AVX512] Implement commuting support for EVEX encoded FMA3 in [...]
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/Target/X86/X86InstrInfo.cpp | 644 ++++++++++++++++------------------
lib/Target/X86/X86InstrInfo.h | 16 +-
test/CodeGen/X86/avx512-fma.ll | 45 +--
test/CodeGen/X86/fma_patterns.ll | 64 ++--
test/CodeGen/X86/fma_patterns_wide.ll | 19 +-
5 files changed, 356 insertions(+), 432 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 52e0b0d [Profile] Use explicit flag to enable IR PGO
new 36cfd1c AMDGPU: Delete dead code
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/AMDGPU/AMDGPUISelLowering.cpp | 93 --------------------------------
lib/Target/AMDGPU/AMDGPUISelLowering.h | 4 --
2 files changed, 97 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 e48bbc4 [coroutines] Part 1 of N: Documentation
new 9486968 Avoid using a raw AssumptionCacheTracker in various inliner f [...]
new 52e0b0d [Profile] Use explicit flag to enable IR PGO
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/Analysis/InlineCost.h | 16 +++--
include/llvm/Transforms/IPO/InlinerPass.h | 13 +---
include/llvm/Transforms/IPO/PassManagerBuilder.h | 2 +
include/llvm/Transforms/Utils/Cloning.h | 8 ++-
lib/Analysis/InlineCost.cpp | 58 ++++++++---------
lib/Transforms/IPO/InlineSimple.cpp | 7 +-
lib/Transforms/IPO/Inliner.cpp | 81 ++++++++++++++++--------
lib/Transforms/IPO/PassManagerBuilder.cpp | 21 +++---
lib/Transforms/IPO/SampleProfile.cpp | 4 +-
lib/Transforms/Utils/InlineFunction.cpp | 10 +--
test/Transforms/PGOProfile/preinline.ll | 3 +-
11 files changed, 132 insertions(+), 91 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.