This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ffb8f09571b [X86][CM] update add\sub costs of vectors of 64 in X86\SLM arch
new bc6790d8bad fix trivial typos in documents; 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:
docs/Coroutines.rst | 2 +-
docs/LangRef.rst | 2 +-
2 files changed, 2 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 gcc.
from 8734172da3c Reorganise machmode.h headers
new 5c7d9e5ffd3 2017-07-02 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/ChangeLog | 4 +
gcc/testsuite/gfortran.dg/eoshift_3.f90 | 178 ++++++++++++++++++++++++++++++++
libgfortran/ChangeLog | 5 +
libgfortran/intrinsics/eoshift0.c | 144 +++++++++++++++++++-------
4 files changed, 295 insertions(+), 36 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/eoshift_3.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 4f7d404ed16 [X86] Rerun "update_llc_test_checks" tool on CodeGen tests. NFC.
new ffb8f09571b [X86][CM] update add\sub costs of vectors of 64 in X86\SLM arch
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/X86TargetTransformInfo.cpp | 13 ++++--
test/Analysis/CostModel/X86/slm-arith-costs.ll | 28 +++++++++----
.../LoopVectorize/X86/slm-no-vectorize.ll | 48 ++++++++++++++++++++++
3 files changed, 78 insertions(+), 11 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/X86/slm-no-vectorize.ll
--
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 31db5788ec2 [GlobalISel][X86] Support G_GLOBAL_VALUE operation.
new 4f7d404ed16 [X86] Rerun "update_llc_test_checks" tool on CodeGen tests. 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:
test/CodeGen/X86/avx512-cmp.ll | 2 ++
test/CodeGen/X86/avx512-insert-extract.ll | 20 ++++++++++++
test/CodeGen/X86/avx512-vec-cmp.ll | 53 +++++++++++++++++++++++++++++++
3 files changed, 75 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 gcc.
from f6ab81c1d39 Make tree-ssa-strlen.c handle partial unterminated strings
new 8734172da3c Reorganise machmode.h headers
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:
contrib/header-tools/ChangeLog | 6 ++
contrib/header-tools/graph-header-logs | 5 +-
gcc/ChangeLog | 52 ++++++++++++++++
gcc/Makefile.in | 105 ++++++++++++++++++---------------
gcc/coretypes.h | 12 +++-
gcc/function-tests.c | 4 --
gcc/gcc-rich-location.c | 3 -
gcc/gencheck.c | 3 -
gcc/genmodes.c | 31 ++++++++--
gcc/godump.c | 1 -
gcc/hash-map-tests.c | 1 -
gcc/hash-set-tests.c | 1 -
gcc/machmode.h | 3 -
gcc/mkconfig.sh | 3 -
gcc/optc-save-gen.awk | 3 -
gcc/pretty-print.h | 1 -
gcc/rtl-tests.c | 1 -
gcc/rtl.h | 4 --
gcc/wide-int-print.cc | 1 -
gcc/wide-int.cc | 1 -
20 files changed, 155 insertions(+), 86 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 85690345212 PR 80769: Incorrect strlen optimisation
new f6ab81c1d39 Make tree-ssa-strlen.c handle partial unterminated strings
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/ChangeLog | 35 +++
gcc/testsuite/ChangeLog | 8 +
gcc/testsuite/gcc.dg/strlenopt-32.c | 193 +++++++++++++
gcc/testsuite/gcc.dg/strlenopt-33.c | 42 +++
gcc/testsuite/gcc.dg/strlenopt-33g.c | 45 +++
gcc/testsuite/gcc.dg/strlenopt-34.c | 38 +++
gcc/testsuite/gcc.dg/strlenopt-35.c | 31 +++
gcc/tree-ssa-strlen.c | 519 ++++++++++++++++++++++-------------
8 files changed, 723 insertions(+), 188 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-32.c
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-33.c
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-33g.c
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-34.c
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-35.c
--
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 425091694e8 [GlobalISel][X86] Support vector type G_UNMERGE_VALUES selection.
new 31db5788ec2 [GlobalISel][X86] Support G_GLOBAL_VALUE operation.
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/X86InstructionSelector.cpp | 70 +++++++++++++--
lib/Target/X86/X86LegalizerInfo.cpp | 2 +
test/CodeGen/X86/GlobalISel/GV.ll | 63 ++++++++++++++
test/CodeGen/X86/GlobalISel/legalize-GV.mir | 31 +++++++
.../X86/GlobalISel/regbankselect-X86_64.mir | 27 ++++++
test/CodeGen/X86/GlobalISel/select-GV.mir | 99 ++++++++++++++++++++++
6 files changed, 284 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/X86/GlobalISel/GV.ll
create mode 100644 test/CodeGen/X86/GlobalISel/legalize-GV.mir
create mode 100644 test/CodeGen/X86/GlobalISel/select-GV.mir
--
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 98fa554593b Always print attributes when dumping tree
new 7f4601c47e9 PR81136: ICE from inconsistent DR_MISALIGNMENTs
new 85690345212 PR 80769: Incorrect strlen optimisation
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:
gcc/ChangeLog | 22 +++++++
gcc/testsuite/ChangeLog | 11 ++++
gcc/testsuite/gcc.dg/strlenopt-31.c | 25 +++++++
gcc/testsuite/gcc.dg/strlenopt-31g.c | 9 +++
gcc/testsuite/gcc.dg/vect/pr81136.c | 16 +++++
gcc/tree-ssa-strlen.c | 122 ++++++++++++++++++++---------------
gcc/tree-vect-data-refs.c | 6 +-
7 files changed, 158 insertions(+), 53 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-31.c
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-31g.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr81136.c
--
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 71a28cb4142 fix trivial typos; NFC
new 425091694e8 [GlobalISel][X86] Support vector type G_UNMERGE_VALUES selection.
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/X86InstructionSelector.cpp | 31 ++++
test/CodeGen/X86/GlobalISel/add-vec.ll | 173 +++++++++++++++++++--
.../X86/GlobalISel/select-unmerge-vec256.mir | 53 +++++++
.../X86/GlobalISel/select-unmerge-vec512.mir | 74 +++++++++
4 files changed, 314 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGen/X86/GlobalISel/select-unmerge-vec256.mir
create mode 100644 test/CodeGen/X86/GlobalISel/select-unmerge-vec512.mir
--
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 zorg.
from 90e0fe5 [asan] Make adb restart more reliable
new 74f1790 [sanitizers] Use -DLLVM_APPEND_VC_REV=OFF on sanitizer bots
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:
zorg/buildbot/builders/sanitizers/buildbot_android.sh | 2 +-
zorg/buildbot/builders/sanitizers/buildbot_bootstrap.sh | 2 +-
zorg/buildbot/builders/sanitizers/buildbot_cmake.sh | 2 +-
zorg/buildbot/builders/sanitizers/buildbot_fast.sh | 2 +-
zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh | 2 +-
zorg/buildbot/builders/sanitizers/buildbot_perf_asan.sh | 2 +-
zorg/buildbot/builders/sanitizers/buildbot_standard.sh | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.