This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5f51cb0ad85 [Pipeliner] Use latency to compute RecMII
new 2d4c98fec96 [Pipeliner] Fix number of phis to generate in the epilog
new 276ad3cf6cc [Pipeliner] Fix renaming in pipeliner when eliminating phis
new b9e7253e391 [SLP] Add a test case. NFC.
The 3 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/MachinePipeliner.cpp | 19 +++++------
test/Transforms/SLPVectorizer/AArch64/ext-trunc.ll | 38 ++++++++++++++++++++++
2 files changed, 46 insertions(+), 11 deletions(-)
create mode 100644 test/Transforms/SLPVectorizer/AArch64/ext-trunc.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 clang.
from 60cec38f68 Remove reference to stale (2009) python version.
new dc9200c2fe [SemaCXX] _Pragma("clang optimize off") not affecting lambda.
new 5401c40e6e [clang-format] Wildcard expansion on Windows.
new 1fc609130a [OPENMP] Codegen for declare target with link clause.
The 3 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/AST/ASTContext.cpp | 11 +-
lib/CodeGen/CGExpr.cpp | 23 +++
lib/CodeGen/CGOpenMPRuntime.cpp | 188 +++++++++++++++---------
lib/CodeGen/CGOpenMPRuntime.h | 5 +
lib/Sema/SemaLambda.cpp | 4 +
lib/Sema/SemaOpenMP.cpp | 24 ++-
test/CodeGenCXX/optnone-pragma-optimize-off.cpp | 16 ++
test/OpenMP/declare_target_link_codegen.cpp | 64 ++++++++
tools/clang-format/ClangFormat.cpp | 11 +-
9 files changed, 268 insertions(+), 78 deletions(-)
create mode 100644 test/CodeGenCXX/optnone-pragma-optimize-off.cpp
create mode 100644 test/OpenMP/declare_target_link_codegen.cpp
--
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 b483db269fb [X86][Btver2] Add CVTSD2SS/CVTSS2SD scheduler costs
new 5f51cb0ad85 [Pipeliner] Use latency to compute RecMII
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/MachinePipeliner.cpp | 12 ++++++++----
lib/Target/Hexagon/HexagonInstrInfo.cpp | 6 +++---
lib/Target/Hexagon/HexagonSubtarget.cpp | 28 ++++++++++++++++------------
test/CodeGen/Hexagon/sdr-reg-profit.ll | 2 ++
test/CodeGen/Hexagon/swp-phi-ref.ll | 5 +++--
5 files changed, 32 insertions(+), 21 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 newlib.
from fc59da00c comments to document struct caseconv_entry
new cfe5d362f Cygwin: fix typo in accept on inet and local sockets
new ee49870a7 Cygwin: AF_LOCAL: fix identifing abstract sockets in FS-relat [...]
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:
winsup/cygwin/fhandler_socket_inet.cc | 2 +-
winsup/cygwin/fhandler_socket_local.cc | 14 +++++++-------
2 files changed, 8 insertions(+), 8 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 openacc-gcc-7-branch
in repository gcc.
from a36cbbe19af [nvptx] Add axis_dim
new 78ded3345d0 [openacc] Add target hook TARGET_GOACC_ADJUST_PARALLELISM
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.openacc | 13 +++++++++++++
gcc/doc/tm.texi | 6 ++++++
gcc/doc/tm.texi.in | 2 ++
gcc/omp-offload.c | 19 +++++++++++++++++++
gcc/target.def | 8 ++++++++
gcc/targhooks.h | 1 +
6 files changed, 49 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 5ff78dd39bd PR c++/85049 - ICE with __integer_pack.
new ccb2a491358 PR c++/85062 - ICE with alignas in wrong place.
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 | 4 ++++
gcc/cp/decl.c | 8 ++++----
gcc/testsuite/g++.dg/cpp0x/{vt-35026.C => alignas16.C} | 4 +++-
3 files changed, 11 insertions(+), 5 deletions(-)
copy gcc/testsuite/g++.dg/cpp0x/{vt-35026.C => alignas16.C} (55%)
--
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 42f8f944d97 [Pipeliner] Enable more base+offset dependence changes in p [...]
new 0c137c56602 [InstCombine] reassociate loop invariant GEP chains to enable LICM
new 6023f6ca35a [Pipeliner] Fix assert caused by pipeliner serialization
new b483db269fb [X86][Btver2] Add CVTSD2SS/CVTSS2SD scheduler costs
The 3 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/MachinePipeliner.cpp | 51 ++++++------
lib/Target/X86/X86ScheduleBtVer2.td | 14 ++++
.../InstCombine/InstructionCombining.cpp | 17 ++++
test/CodeGen/Hexagon/swp-order-deps5.ll | 29 +++++++
test/CodeGen/X86/sse2-schedule.ll | 16 ++--
.../InstCombine/gep-combine-loop-invariant.ll | 90 ++++++++++++++++++++++
.../LoopVectorize/consecutive-ptr-uniforms.ll | 4 +-
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 8 +-
test/tools/llvm-mca/X86/BtVer2/resources-sse2.s | 8 +-
9 files changed, 191 insertions(+), 46 deletions(-)
create mode 100644 test/CodeGen/Hexagon/swp-order-deps5.ll
create mode 100644 test/Transforms/InstCombine/gep-combine-loop-invariant.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 2fc30a3dc44 [Pipeliner] Fix check for order dependences when finalizing [...]
new f0568a860ce [X86][Btver2] Account for the "+i" integer pipe transfer co [...]
new 1e6d98ea5e1 [Pipeliner] Fix calculation when reusing phis
new 42f8f944d97 [Pipeliner] Enable more base+offset dependence changes in p [...]
The 3 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/MachinePipeliner.cpp | 15 +++++++----
lib/Target/X86/X86ScheduleBtVer2.td | 31 ++++++++-------------
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 34 ++++++++++++------------
test/tools/llvm-mca/X86/BtVer2/resources-sse1.s | 2 +-
test/tools/llvm-mca/X86/BtVer2/resources-sse2.s | 4 +--
test/tools/llvm-mca/X86/BtVer2/resources-sse41.s | 4 +--
test/tools/llvm-mca/X86/BtVer2/resources-sse42.s | 16 +++++------
7 files changed, 51 insertions(+), 55 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 a13b439b133 [Pipeliner] Pipeliner should mark physical registers as used
new d5ceb00b90e [Pipeliner] Fix in the pipeliner phi reuse code
new 2fc30a3dc44 [Pipeliner] Fix check for order dependences when finalizing [...]
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/CodeGen/MachinePipeliner.cpp | 103 ++++++++++++++++----------------
test/CodeGen/Hexagon/swp-order-deps7.ll | 51 ++++++++++++++++
test/CodeGen/Hexagon/swp-reuse-phi-5.ll | 44 ++++++++++++++
3 files changed, 146 insertions(+), 52 deletions(-)
create mode 100644 test/CodeGen/Hexagon/swp-order-deps7.ll
create mode 100644 test/CodeGen/Hexagon/swp-reuse-phi-5.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 b2c894024b5 [Pipeliner] Correctly update memoperands in the epilog
new a13b439b133 [Pipeliner] Pipeliner should mark physical registers as used
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/MachinePipeliner.cpp | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.