This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4a0cb9e31a5 i386: Insert ENDBR before the profiling counter call
new 23177078863 /cp 2018-09-24 Paolo Carlini <paolo.carlini(a)oracle.com>
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/cp/ChangeLog | 6 ++++++
gcc/cp/method.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/pr85070.C | 13 +++++++++++++
4 files changed, 25 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr85070.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 gcc-8-branch
in repository gcc.
from 08521ee619f Daily bump.
new 511d7e495c6 /cp 2018-09-24 Paolo Carlini <paolo.carlini(a)oracle.com>
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/cp/ChangeLog | 6 ++++++
gcc/cp/method.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/pr85070.C | 13 +++++++++++++
4 files changed, 25 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr85070.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 gcc.
from fe01c4a1616 2018-09-24 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 4a0cb9e31a5 i386: Insert ENDBR before the profiling counter call
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 | 11 +++++++++++
gcc/config/i386/i386.c | 18 ++++++++++++++----
gcc/config/i386/i386.h | 3 +++
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gcc.target/i386/pr82699-1.c | 11 +++++++++++
gcc/testsuite/gcc.target/i386/pr82699-2.c | 11 +++++++++++
gcc/testsuite/gcc.target/i386/pr82699-3.c | 11 +++++++++++
gcc/testsuite/gcc.target/i386/pr82699-4.c | 11 +++++++++++
gcc/testsuite/gcc.target/i386/pr82699-5.c | 11 +++++++++++
gcc/testsuite/gcc.target/i386/pr82699-6.c | 11 +++++++++++
10 files changed, 104 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr82699-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr82699-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr82699-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr82699-4.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr82699-5.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr82699-6.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 7e09993947c [Analysis] add comment to generalize finding a scalar op fr [...]
new 512e6852ef6 Reland r342494 after fixing LIT checks.
new fcc6f96a3b0 [X86][AVX] Add truncation as shuffle test for PR31451
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/CodeGen/X86/vector-shuffle-512-v16.ll | 17 ++++++++++
...e-blocks-does-work.ll => alias-merge-blocks.ll} | 38 ++++++++++------------
2 files changed, 34 insertions(+), 21 deletions(-)
copy test/Transforms/MergeICmps/X86/{multiple-blocks-does-work.ll => alias-merge-b [...]
--
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 aaa5cb30f6c [X86] Remove WriteDiv/WriteIDiv schedule overrides - use cl [...]
new 4bd2f33fd76 [InstCombine] add/move tests for extractelement; NFC
new 7e09993947c [Analysis] add comment to generalize finding a scalar op fr [...]
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/Analysis/VectorUtils.cpp | 7 +-
test/Transforms/InstCombine/extractelement.ll | 88 ++++++++++++++++++++++++--
test/Transforms/InstCombine/vec_extract_elt.ll | 20 ------
3 files changed, 86 insertions(+), 29 deletions(-)
delete mode 100644 test/Transforms/InstCombine/vec_extract_elt.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 gcc.
from ea1a3250ef5 [testsuite]
new fe01c4a1616 2018-09-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/fortran/ChangeLog | 6 ++++++
gcc/fortran/trans-expr.c | 1 +
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/intent_out_12.f90 | 23 +++++++++++++++++++++++
4 files changed, 35 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/intent_out_12.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 c155aff9372 [InstCombine] improve variable name and use 'match'; NFC
new aaa5cb30f6c [X86] Remove WriteDiv/WriteIDiv schedule overrides - use cl [...]
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/X86SchedBroadwell.td | 47 +++++++++++----------------
lib/Target/X86/X86SchedHaswell.td | 56 +++++++++++----------------------
lib/Target/X86/X86SchedSkylakeClient.td | 46 ++++++++++-----------------
lib/Target/X86/X86SchedSkylakeServer.td | 46 ++++++++++-----------------
4 files changed, 70 insertions(+), 125 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-tools-extra.
from 866a0fff [clangd] Do bounds checks while reading data, otherwise var-l [...]
new 1eba77e9 [clangd] Fix uninit bool in r342888
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:
clangd/index/Serialization.cpp | 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 llvm.
from 31df7feeab1 [ARM] Adjust the cost model for Exynos
new c155aff9372 [InstCombine] improve variable name and use 'match'; 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:
.../InstCombine/InstCombineVectorOps.cpp | 28 ++++++++++++----------
1 file changed, 15 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 ab8edbddaa5 [Thumb1] Any imm8 should have cost of 1
new a894da785be [ARM] Adjust the feature set for Exynos
new 31df7feeab1 [ARM] Adjust the cost model for Exynos
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/ARM/ARM.td | 2 ++
lib/Target/ARM/ARMSubtarget.cpp | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.