This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from df34f72 Do not consider COMPLEX_TYPE as fold_convertible_p
new 691ad32 Backport from trunk: 2016-07-08 Cesar Philippidis <cesar@ [...]
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 | 11 +++++
gcc/fortran/parse.c | 70 ++++++++++++++++++++---------
gcc/testsuite/ChangeLog | 7 +++
gcc/testsuite/gfortran.dg/goacc/pr71704.f90 | 60 +++++++++++++++++++++++++
4 files changed, 127 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/goacc/pr71704.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 0795ebd NVPTX: Avoid implicit iterator conversions, NFC
new adab4dd [InstCombine] don't form select from bitcasted logic ops if b [...]
new 3f1460a MSP430: Avoid implicit iterator conversions, NFC
new fd5a3b4 [PM] name the new PM LAA class LoopAccessAnalysis (LAA) /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:
include/llvm/Analysis/LoopAccessAnalysis.h | 16 +++++++----
lib/Analysis/LoopAccessAnalysis.cpp | 6 ++---
lib/Passes/PassRegistry.def | 2 +-
lib/Target/MSP430/MSP430BranchSelector.cpp | 20 ++++++--------
lib/Target/MSP430/MSP430FrameLowering.cpp | 31 ++++++++++++----------
lib/Target/MSP430/MSP430InstrInfo.cpp | 10 +++----
lib/Target/MSP430/MSP430InstrInfo.h | 2 +-
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 4 +--
test/Transforms/InstCombine/logical-select.ll | 9 +++----
9 files changed, 52 insertions(+), 48 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 e042fe5 Rename LoopAccessAnalysis to LoopAccessLegacyAnalysis /NFC
new 4eae278 Allow dead insts to be kept in DeadRemat only when they are r [...]
new d1e9f00 add another multi-use test for logic->select transform
new 0795ebd NVPTX: Avoid implicit iterator conversions, 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:
include/llvm/CodeGen/LiveRangeEdit.h | 6 +++--
lib/CodeGen/InlineSpiller.cpp | 6 ++---
lib/CodeGen/LiveRangeEdit.cpp | 19 +++++++++-------
lib/CodeGen/RegAllocGreedy.cpp | 4 +++-
lib/CodeGen/SplitKit.cpp | 10 +++++----
lib/CodeGen/SplitKit.h | 6 +++--
lib/Target/NVPTX/NVPTXFrameLowering.cpp | 2 +-
lib/Target/NVPTX/NVPTXInstrInfo.cpp | 32 +++++++++++++--------------
lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp | 9 ++++----
test/Transforms/InstCombine/logical-select.ll | 28 ++++++++++++++++++++++-
10 files changed, 79 insertions(+), 43 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.
from fa0c754 [OpenCL] Add missing -cl-no-signed-zeros option into driver
new bdbcfcb Teach -ast-print to print constexpr variables.
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/AST/DeclPrinter.cpp | 13 ++++++++++---
test/SemaCXX/ast-print.cpp | 4 +++-
2 files changed, 13 insertions(+), 4 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 d1c620b adjust test so it won't completely optimize away
new b6e263b [InstCombine] don't form select from logic ops if it's unlike [...]
new e042fe5 Rename LoopAccessAnalysis to LoopAccessLegacyAnalysis /NFC
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:
include/llvm/Analysis/LoopAccessAnalysis.h | 6 ++--
include/llvm/InitializePasses.h | 2 +-
lib/Analysis/LoopAccessAnalysis.cpp | 18 +++++-----
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 39 ++++++++++++----------
lib/Transforms/Scalar/LoopDistribute.cpp | 8 ++---
lib/Transforms/Scalar/LoopLoadElimination.cpp | 6 ++--
lib/Transforms/Scalar/LoopVersioningLICM.cpp | 8 ++---
lib/Transforms/Scalar/Scalar.cpp | 2 +-
lib/Transforms/Utils/LoopVersioning.cpp | 6 ++--
lib/Transforms/Vectorize/LoopVectorize.cpp | 12 +++----
test/Transforms/InstCombine/logical-select.ll | 4 +--
11 files changed, 57 insertions(+), 54 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 662b8f1 AArch64: Avoid implicit iterator conversions, NFC
new d1c620b adjust test so it won't completely optimize away
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/Transforms/InstCombine/logical-select.ll | 8 ++++----
1 file changed, 4 insertions(+), 4 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 d225a0f add tests for multi-use folding to select
new 662b8f1 AArch64: Avoid implicit iterator conversions, 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:
lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp | 22 +-
lib/Target/AArch64/AArch64AdvSIMDScalarPass.cpp | 50 ++--
.../AArch64/AArch64CleanupLocalDynamicTLSPass.cpp | 22 +-
lib/Target/AArch64/AArch64ConditionOptimizer.cpp | 2 +-
lib/Target/AArch64/AArch64ConditionalCompares.cpp | 6 +-
lib/Target/AArch64/AArch64FrameLowering.cpp | 14 +-
lib/Target/AArch64/AArch64InstrInfo.cpp | 13 +-
lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp | 310 ++++++++++-----------
8 files changed, 217 insertions(+), 222 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.
from 07b03b6 Fix flag name in comment in cuda-version-check.cu.
new fa0c754 [OpenCL] Add missing -cl-no-signed-zeros option into driver
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/clang/Driver/Options.td | 2 ++
lib/CodeGen/CGCall.cpp | 2 ++
lib/Driver/Tools.cpp | 3 +++
lib/Frontend/CompilerInvocation.cpp | 3 ++-
test/CodeGenOpenCL/no-signed-zeros.cl | 10 ++++++++++
test/Driver/opencl.cl | 26 ++++++++++++++------------
6 files changed, 33 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGenOpenCL/no-signed-zeros.cl
--
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 6cedf97 gcc/fortran/ * parse.c (matcha): Define. (decode_oacc_dire [...]
new 866b9fd P0145: Refining Expression Order for C++ (assignment)
new e59cff3 P0145: Refining Expression Order for C++ (-fstrong-eval-order).
new a6a52a7 P0145R2: Refining Expression Order for C++ (assignment 2).
new a2ebcb8 2016-07-08 Vladimir Makarov <vmakarov(a)redhat.com>
The 4 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 | 13 ++++++++
gcc/c-family/ChangeLog | 6 ++++
gcc/c-family/c-opts.c | 8 ++---
gcc/c-family/c.opt | 30 ++++++++++++-----
gcc/cp/ChangeLog | 9 +++++
gcc/cp/call.c | 17 ++++------
gcc/cp/cp-gimplify.c | 55 ++++++++++++++++++++++++++++---
gcc/doc/invoke.texi | 24 +++++++++-----
gcc/gimplify.c | 37 +++++++++++++++++----
gcc/lra-constraints.c | 35 ++++++++++++++++++++
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/g++.dg/cpp1z/eval-order1.C | 21 ------------
gcc/testsuite/g++.dg/cpp1z/eval-order3.C | 41 +++++++++++++++++++++--
gcc/testsuite/gcc.target/i386/pr71621-1.c | 31 +++++++++++++++++
gcc/testsuite/gcc.target/i386/pr71621-2.c | 39 ++++++++++++++++++++++
15 files changed, 307 insertions(+), 65 deletions(-)
delete mode 100644 gcc/testsuite/g++.dg/cpp1z/eval-order1.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr71621-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr71621-2.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-6-branch
in repository gcc.
from 4077770 gcc/ChangeLog:
new df34f72 Do not consider COMPLEX_TYPE as fold_convertible_p
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 | 9 +++++++++
gcc/fold-const.c | 1 -
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/torture/pr71606.c | 11 +++++++++++
4 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr71606.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.