This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f68129a93f8 2018-04-27 Richard Biener <rguenther(a)suse.de>
new 787fa75f6fc [C++ PATCH] cleanup 2
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 | 2 ++
gcc/cp/typeck.c | 30 ++++++++++++------------------
2 files changed, 14 insertions(+), 18 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 748ab1eecfb [AArch64] Codegen for v8.2A dot product intrinsics
new 05bf903bd8e [LoopInterchange] Allow some loops with PHI nodes in the ex [...]
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/Scalar/LoopInterchange.cpp | 71 ++++++---
.../LoopInterchange/current-limitations-lcssa.ll | 70 ---------
test/Transforms/LoopInterchange/lcssa.ll | 171 +++++++++++++++++++++
test/Transforms/LoopInterchange/reductions.ll | 40 +++++
4 files changed, 259 insertions(+), 93 deletions(-)
delete mode 100644 test/Transforms/LoopInterchange/current-limitations-lcssa.ll
create mode 100644 test/Transforms/LoopInterchange/lcssa.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 2bf83a47cc [OpenCL] Add separate read_only and write_only pipe IR types
new 6769f8d4c1 [ARM] Add __ARM_FEATURE_DOTPROD pre-defined macro
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/Basic/Targets/ARM.cpp | 6 ++++++
lib/Basic/Targets/ARM.h | 1 +
test/Preprocessor/arm-target-features.c | 5 +++++
3 files changed, 12 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.
tcwg-buildslave pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 3abf97fef81 Merge branches/gcc-6-branch rev 259634.
adds 388e2b935a5 Make Linaro GCC Snapshot 6.4-2018.04.
new 6db0d555b58 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
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/LINARO-VERSION | 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.
tcwg-buildslave pushed a change to branch linaro-local/snapshots/linaro-6.4-2018.04
in repository toolchain/gcc.
at 6e3b18b5ba7 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
This branch includes the following new commits:
new 6e3b18b5ba7 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
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.
--
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.
tcwg-buildslave pushed a change to annotated tag linaro-snapshot-6.4-2018.04
in repository toolchain/gcc.
at 820cb62b9a4 (tag)
tagging 388e2b935a57d10d8d73714dd61e2244c285f380 (commit)
replaces linaro-snapshot-6.4-2018.03
tagged by TCWG Automation
on Fri Apr 27 15:02:45 2018 +0100
- Log -----------------------------------------------------------------
Linaro GCC Snapshot 6.4-2018.04
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 388e2b935a5 Make Linaro GCC Snapshot 6.4-2018.04.
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.
--
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 937d9c92192 [NVPTX] Turn on Loop/SLP vectorization
new 748ab1eecfb [AArch64] Codegen for v8.2A dot product intrinsics
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:
include/llvm/IR/IntrinsicsAArch64.td | 9 +++
lib/Target/AArch64/AArch64InstrFormats.td | 40 ++++++++--
lib/Target/AArch64/AArch64InstrInfo.td | 12 +--
test/CodeGen/AArch64/neon-dot-product.ll | 126 ++++++++++++++++++++++++++++++
4 files changed, 174 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGen/AArch64/neon-dot-product.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 3a0e81d0140 [ARM] Codegen for v8.2A dot product intrinsics
new 4f0010fac23 [mips] Fix how compiler fuse instructions to fmadd/fmsub
new 5139b77fb91 [X86] Replace some system instruction instregex single matc [...]
new 937d9c92192 [NVPTX] Turn on Loop/SLP vectorization
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/Target/Mips/MipsISelLowering.cpp | 1 +
lib/Target/Mips/MipsISelLowering.h | 3 ++
lib/Target/Mips/MipsInstrInfo.td | 7 +++
lib/Target/Mips/MipsMSAInstrInfo.td | 22 +++++++---
lib/Target/Mips/MipsSEISelLowering.cpp | 6 +--
lib/Target/NVPTX/NVPTXTargetTransformInfo.h | 12 ++++++
lib/Target/X86/X86SchedBroadwell.td | 25 +++++------
lib/Target/X86/X86SchedHaswell.td | 29 ++++++-------
lib/Target/X86/X86SchedSandyBridge.td | 24 +++++------
lib/Target/X86/X86SchedSkylakeClient.td | 27 +++++-------
lib/Target/X86/X86SchedSkylakeServer.td | 27 +++++-------
lib/Target/X86/X86ScheduleAtom.td | 5 +--
lib/Target/X86/X86ScheduleZnver1.td | 8 ++--
test/CodeGen/Mips/fp-contract.ll | 38 ++++++++++++++++
test/CodeGen/Mips/msa/arithmetic_float.ll | 50 +++++++++++-----------
.../SLPVectorizer}/NVPTX/lit.local.cfg | 0
test/Transforms/SLPVectorizer/NVPTX/v2f16.ll | 40 +++++++++++++++++
17 files changed, 206 insertions(+), 118 deletions(-)
create mode 100644 test/CodeGen/Mips/fp-contract.ll
copy test/{Analysis/DivergenceAnalysis => Transforms/SLPVectorizer}/NVPTX/lit.loca [...]
create mode 100644 test/Transforms/SLPVectorizer/NVPTX/v2f16.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.
Yvan Roux pushed a change to annotated tag linaro-snapshot-6.4-2018.04
in repository toolchain/gcc.
*** WARNING: tag linaro-snapshot-6.4-2018.04 was deleted! ***
tag was 0b6eb7580c5
This change permanently discards the following revisions:
discards a90903c5546 Make Linaro GCC Snapshot 6.4-2018.04.
--
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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
discards e29e915d9c9 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
discards 055914718dd Make Linaro GCC Snapshot 6.4-2018.04.
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/linaro-local/gcc-6-integration-branch (3abf97fef81)
\
O -- O -- O (e29e915d9c9)
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
No new revisions were added by this update.
Summary of changes:
gcc/LINARO-VERSION | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.