This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 386a961c3ac [X86] Tag LOCK/REX64/DATA16/DATA32 instruction prefix sched [...]
new 03b324a8c41 [X86] Improve lowering of vXi1 insert_subvectors to better [...]
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 | 154 +++++++++++++++------------
test/CodeGen/X86/avx512-skx-insert-subvec.ll | 36 +++----
2 files changed, 101 insertions(+), 89 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 ff701cc457d Strip trailing whitespace. NFCI.
new 386a961c3ac [X86] Tag LOCK/REX64/DATA16/DATA32 instruction prefix sched [...]
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/X86InstrInfo.td | 10 +++++++---
1 file changed, 7 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 68b3779ab1e [X86] Tag REP/REPNE prefix instructions as microcoded sched [...]
new d06214010cb [X86] Tag FS/GS BASE R/W instruction scheduler classes
new ff701cc457d Strip trailing whitespace. NFCI.
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/X86InstrCompiler.td | 2 +-
lib/Target/X86/X86InstrSystem.td | 49 ++++++++++++++++++++++----------------
lib/Target/X86/X86Schedule.td | 2 ++
3 files changed, 31 insertions(+), 22 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 20f66c3e5d7 [X86] Tag missing EH pseudo instruction scheduler classes
new 68b3779ab1e [X86] Tag REP/REPNE prefix instructions as microcoded sched [...]
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/X86InstrInfo.td | 5 ++---
1 file changed, 2 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 02825318ae1 [X86] Tag frame pointer XORs instruction scheduler classes
new 20f66c3e5d7 [X86] Tag missing EH pseudo instruction scheduler classes
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/X86InstrCompiler.td | 4 ++--
lib/Target/X86/X86InstrInfo.td | 3 ++-
2 files changed, 4 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 gcc.
from 2422305dbe4 PR tree-optimization/83338 * tree-vect-stmts.c (vectoriza [...]
new d78ce5cfcba 2017-12-09 Steven G. Kargl <kargl(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/fortran/ChangeLog | 6 ++++
gcc/fortran/match.c | 36 +++++++++++++++++-----
gcc/testsuite/ChangeLog | 6 ++++
.../gfortran.dg/allocate_assumed_charlen_2.f90 | 20 ++++++++++++
4 files changed, 60 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/allocate_assumed_charlen_2.f90
--
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 a9a921cebf8 [X86] Don't use getTargetConstant for all 0s and all 1s mas [...]
new 02825318ae1 [X86] Tag frame pointer XORs instruction scheduler classes
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/X86InstrCompiler.td | 6 ++++--
1 file changed, 4 insertions(+), 2 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 e0380a51b7f [X86] Tag segment prefixes as NOP instruction scheduling classes
new 012e6e52d46 Remove duplicate option from documentation.
new a9a921cebf8 [X86] Don't use getTargetConstant for all 0s and all 1s mas [...]
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:
docs/CommandGuide/llvm-dwarfdump.rst | 5 -----
lib/Target/X86/X86ISelLowering.cpp | 18 ++++++++----------
test/CodeGen/X86/masked_gather_scatter.ll | 2 +-
3 files changed, 9 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 compiler-rt.
from 9595ecdaa Update sanitizer tests for C++14 default in Clang
new ad3dbbda5 [libFuzzer] even less aggressive step function for stack dept [...]
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/fuzzer/FuzzerTracePC.h | 13 ++++++++++++-
test/fuzzer/value-profile-cmp2.test | 2 +-
2 files changed, 13 insertions(+), 2 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 89d33c598a1 [X86][AVX512] Drop a default NoItinerary argument that isn' [...]
new e0380a51b7f [X86] Tag segment prefixes as NOP instruction scheduling classes
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/X86InstrSystem.td | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.