This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 96cdb99aa1b [X86][SkylakeServer] Merge multiple instregex. NFCI
new feb39051265 [X86][MMX] MOVQ2DQ/MOVDQ2Q are better described as WriteVec [...]
new d40afef4915 [X86][SkylakeClient] Fix a set of regular expressions that [...]
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/X86InstrMMX.td | 2 +-
lib/Target/X86/X86SchedSkylakeClient.td | 36 ++++++++++++++++-----------------
2 files changed, 19 insertions(+), 19 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 e192eb0ee6d [X86] Update cost model for Goldmont. Add fsqrt costs for S [...]
new 96cdb99aa1b [X86][SkylakeServer] Merge multiple instregex. NFCI
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/X86SchedSkylakeServer.td | 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 9c0bd4b3bc9 [InstCombine] adjust test comments; NFC
new e192eb0ee6d [X86] Update cost model for Goldmont. Add fsqrt costs for 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:
lib/Target/X86/X86Subtarget.h | 1 +
lib/Target/X86/X86TargetTransformInfo.cpp | 63 ++++++++++---
test/Analysis/CostModel/X86/arith-fp.ll | 89 ++++++++++++++++--
test/Analysis/CostModel/X86/arith.ll | 148 ++++++++++++++++++++++++++++++
4 files changed, 278 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 llvm.
from aef1b112e12 [InstCombine] peek through more icmp of FP cast + bitcast
new eb6f6afe62a [InstCombine] consolidate casted icmp vector tests
new 9c0bd4b3bc9 [InstCombine] adjust test comments; NFC
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:
test/Transforms/InstCombine/cast-int-icmp-eq-0.ll | 718 ++--------------------
1 file changed, 49 insertions(+), 669 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 7a1a91f7369 [X86] Add the ability to override memory folding latency to [...]
new aef1b112e12 [InstCombine] peek through more icmp of FP cast + bitcast
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 | 18 ++-
test/Transforms/InstCombine/cast-int-icmp-eq-0.ll | 180 ++++++---------------
2 files changed, 59 insertions(+), 139 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 b6f2fc5248 [C++17] Fix class template argument deduction for default co [...]
new 60cec38f68 Remove reference to stale (2009) python version.
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:
www/hacking.html | 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 cb23183adc8 2018-03-25 Thomas Koenig <tkoenig(a)gcc.gnu.org> Neil Carl [...]
new 14f2ee70f8b 2018-03-24 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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/testsuite/gfortran.dg/bound_simplification_3.f90 | 2 +-
gcc/testsuite/gfortran.dg/bound_simplification_4.f90 | 2 +-
gcc/testsuite/gfortran.dg/bound_simplification_5.f90 | 2 +-
gcc/testsuite/gfortran.dg/bound_simplification_6.f90 | 2 +-
gcc/testsuite/gfortran.dg/complex_intrinsic_7.f90 | 2 +-
gcc/testsuite/gfortran.dg/dot_product_2.f90 | 2 +-
gcc/testsuite/gfortran.dg/iso_fortran_env_5.f90 | 2 +-
gcc/testsuite/gfortran.dg/shape_7.f90 | 2 +-
gcc/testsuite/gfortran.dg/storage_size_4.f90 | 2 +-
gcc/testsuite/gfortran.dg/string_length_2.f90 | 2 +-
10 files changed, 10 insertions(+), 10 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 gcc.
from 011393e9e69 2018-03-25 Seth Johnson <johnsonsr(a)ornl.gov> Dominique d' [...]
new cb23183adc8 2018-03-25 Thomas Koenig <tkoenig(a)gcc.gnu.org> Neil Carl [...]
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/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gfortran.dg/literal_character_constant_1.inc | 4 ++--
gcc/testsuite/gfortran.dg/overload_1.f90 | 6 ++----
3 files changed, 12 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 binutils-gdb.
from b3ee71e749 Automatic date update in version.in
new bf54968b12 x86-64: Add ENDBR64 to the TLSDESC PLT entry
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 | 6 ++++++
bfd/elf64-x86-64.c | 32 +++++++++++++++++++-------------
ld/ChangeLog | 5 +++++
ld/testsuite/ld-x86-64/tlsdesc.pd | 2 +-
4 files changed, 31 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.