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.
from 19a3f15 gcc/ Backport from trunk r235538. 2016-04-27 Prathamesh K [...]
new cd8b077 gcc/ Backport from trunk r235877. 2016-05-04 Thomas Preud [...]
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/config.gcc | 52 +++++++++++++++++++++++++++-------------------------
1 file changed, 27 insertions(+), 25 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 69fb7e4 gcc/ Backport from trunk r235569. 2016-04-28 Kyrylo Tkach [...]
new 19a3f15 gcc/ Backport from trunk r235538. 2016-04-27 Prathamesh K [...]
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/params.def | 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 gcc.
from 56d3545 2016-06-14 Richard Biener <rguenther(a)suse.de>
new 306097e 2016-06-14 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr71522.c | 27 +++++++++++++++++++++++++++
gcc/tree-ssa.c | 4 ++++
4 files changed, 42 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr71522.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 08bd841 gcc/ Backport from trunk r235478. 2016-04-27 Prathamesh K [...]
new 69fb7e4 gcc/ Backport from trunk r235569. 2016-04-28 Kyrylo Tkach [...]
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/internal-fn.c | 6 +-----
1 file changed, 1 insertion(+), 5 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 3079822 gcc/testsuite/ Backport from trunk r235372. 2016-04-22 Ch [...]
new 08bd841 gcc/ Backport from trunk r235478. 2016-04-27 Prathamesh K [...]
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/doc/invoke.texi | 5 +++++
gcc/lto/lto-partition.c | 8 ++++++--
gcc/lto/lto-partition.h | 2 +-
gcc/lto/lto.c | 5 +++--
gcc/params.def | 5 +++++
5 files changed, 20 insertions(+), 5 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 ace07d4 2016-06-14 Richard Biener <rguenther(a)suse.de>
new 566255a PR tree-optimization/71520 * tree-ssa-tail-merge.c (find_du [...]
new 56d3545 2016-06-14 Richard Biener <rguenther(a)suse.de>
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 | 6 +++
gcc/testsuite/ChangeLog | 8 ++-
gcc/testsuite/gcc.dg/tree-ssa/pr71520.c | 90 +++++++++++++++++++++++++++++++++
gcc/tree-ssa-tail-merge.c | 35 +++++++++++++
4 files changed, 137 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr71520.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 ece1ebd [X86][SSE4A] Added patterns for nontemporal stores of scalar [...]
new 7c25498 [mips][ias] Implement one N32 case (of two) for .cpsetup.
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:
.../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 55 +++++++++++-----------
test/MC/Mips/cpsetup.s | 44 +++++++----------
2 files changed, 43 insertions(+), 56 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 8083593 [LoopVer] Remove an assert that's redundant now. NFC
new ece1ebd [X86][SSE4A] Added patterns for nontemporal stores of scalar [...]
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/X86InstrSSE.td | 14 ++++++++--
test/CodeGen/X86/nontemporal-2.ll | 57 ++++++++++++++++++++++++++++++---------
2 files changed, 56 insertions(+), 15 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 bd52e9f [mips][dsp] Fix use without def on DSPCtrl registers read by [...]
new 217c907 [mips] MIPS32/64 itineraries
new 1c1b0cc [LoopVer] Update all existing PHIs in the exit block
new 8083593 [LoopVer] Remove an assert that's redundant now. 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/Target/Mips/Mips16InstrInfo.td | 2 +-
lib/Target/Mips/Mips64InstrInfo.td | 24 ++--
lib/Target/Mips/MipsDSPInstrInfo.td | 2 +-
lib/Target/Mips/MipsEVAInstrInfo.td | 67 +++++----
lib/Target/Mips/MipsInstrFPU.td | 8 +-
lib/Target/Mips/MipsInstrInfo.td | 172 +++++++++++++-----------
lib/Target/Mips/MipsSchedule.td | 150 ++++++++++++++++++++-
lib/Transforms/Utils/LoopVersioning.cpp | 29 ++--
test/CodeGen/Mips/cmov.ll | 10 +-
test/CodeGen/Mips/llvm-ir/add.ll | 14 +-
test/Transforms/LoopVersioning/incorrect-phi.ll | 62 +++++++++
11 files changed, 393 insertions(+), 147 deletions(-)
create mode 100644 test/Transforms/LoopVersioning/incorrect-phi.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 9cea672 [mips][msa] copyPhysReg() should not set RegState::Define on [...]
new bd52e9f [mips][dsp] Fix use without def on DSPCtrl registers read by [...]
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/Mips/MipsSEISelDAGToDAG.cpp | 3 ++-
test/CodeGen/Mips/dsp-r1.ll | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.