This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7d6057ca556 [LoopIdiomRecognize] Support for converting loops that use [...]
new 750b8ba6b61 [MCA][X86][NFC] Add BSF/BSR resource tests
new 330c7eb5b8c [X86][Basically NFC] Sched: split WriteBitScan into WriteBS [...]
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/X86/X86InstrInfo.td | 24 ++++++-------
lib/Target/X86/X86SchedBroadwell.td | 9 ++---
lib/Target/X86/X86SchedHaswell.td | 9 ++---
lib/Target/X86/X86SchedSandyBridge.td | 9 ++---
lib/Target/X86/X86SchedSkylakeClient.td | 9 ++---
lib/Target/X86/X86SchedSkylakeServer.td | 9 ++---
lib/Target/X86/X86Schedule.td | 3 +-
lib/Target/X86/X86ScheduleAtom.td | 3 +-
lib/Target/X86/X86ScheduleBtVer2.td | 9 ++---
lib/Target/X86/X86ScheduleSLM.td | 9 ++---
lib/Target/X86/X86ScheduleZnver1.td | 9 ++---
test/tools/llvm-mca/X86/Atom/resources-x86_64.s | 41 +++++++++++++++++++++-
.../llvm-mca/X86/Broadwell/resources-x86_64.s | 41 +++++++++++++++++++++-
test/tools/llvm-mca/X86/BtVer2/resources-x86_64.s | 41 +++++++++++++++++++++-
test/tools/llvm-mca/X86/Generic/resources-x86_64.s | 41 +++++++++++++++++++++-
test/tools/llvm-mca/X86/Haswell/resources-x86_64.s | 41 +++++++++++++++++++++-
test/tools/llvm-mca/X86/SLM/resources-x86_64.s | 41 +++++++++++++++++++++-
.../llvm-mca/X86/SandyBridge/resources-x86_64.s | 41 +++++++++++++++++++++-
.../llvm-mca/X86/SkylakeClient/resources-x86_64.s | 41 +++++++++++++++++++++-
.../llvm-mca/X86/SkylakeServer/resources-x86_64.s | 41 +++++++++++++++++++++-
test/tools/llvm-mca/X86/Znver1/resources-x86_64.s | 41 +++++++++++++++++++++-
21 files changed, 456 insertions(+), 56 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 5c9e6ab590d [X86] Add back some intrinsic table entries lost in r336506.
new 7d6057ca556 [LoopIdiomRecognize] Support for converting loops that use [...]
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/Scalar/LoopIdiomRecognize.cpp | 34 +++---
test/Transforms/LoopIdiom/X86/ctlz.ll | 162 +++++++++++++++++++++++++++
2 files changed, 183 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 llvm.
from 455fcc664fe [X86] Add new scalar fma intrinsics with rounding mode that [...]
new 5c9e6ab590d [X86] Add back some intrinsic table entries lost in r336506.
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/X86IntrinsicsInfo.h | 6 ++++++
1 file 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 560d937f1dc [X86] Use a rounding mode other than 4 in the scalar fma in [...]
new 455fcc664fe [X86] Add new scalar fma intrinsics with rounding mode that [...]
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/IR/IntrinsicsX86.td | 39 ++-
lib/Target/X86/X86InstrAVX512.td | 221 +++++++++++---
lib/Target/X86/X86InstrFMA3Info.cpp | 16 +-
lib/Target/X86/X86IntrinsicsInfo.h | 8 +-
test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 364 ++++++++++++++++++------
5 files changed, 480 insertions(+), 168 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 11b0a91ad9 [X86] Remove __builtin_ia32_vfnmsubsd3_mask3 and __builtin_i [...]
new 1d7e46ba48 [X86] Add new scalar fma intrinsics with rounding mode that [...]
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/CGBuiltin.cpp | 75 +++++++---
test/CodeGen/avx512f-builtins.c | 300 +++++++++++++++++++++++++++++++++++-----
2 files changed, 326 insertions(+), 49 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 7bae6f41cec [X86] Regenerate PR14088 test. NFCI.
new 560d937f1dc [X86] Use a rounding mode other than 4 in the scalar fma in [...]
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/avx512-intrinsics-fast-isel.ll | 144 ++++++++++++------------
1 file changed, 72 insertions(+), 72 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 libcxx.
from 4e7ffcaae Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LI [...]
new 57288eb81 type_traits: aligned_union is NOT the same as __uncvref [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:
include/type_traits | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 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 gcc-8-branch
in repository gcc.
from 6eeca5395b9 Daily bump.
new 227d3ffb528 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from 19358a92e2d RISC-V: Finish Ada port.
new e7289a4e869 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-7-branch
in repository gcc.
from bfe29f3fb64 Daily bump.
new 9bcef54ae6c Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.