This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 00371d6 2016-04-29 Richard Biener <rguenther(a)suse.de>
new efa1b7a avr-related reload fix from Senthil Kumar Selvaraj
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 | 7 ++
gcc/reload1.c | 13 ++--
gcc/testsuite/ChangeLog | 8 +++
gcc/testsuite/gcc.target/avr/pr60040-1.c | 29 ++++++++
gcc/testsuite/gcc.target/avr/pr60040-2.c | 112 +++++++++++++++++++++++++++++++
5 files changed, 164 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/pr60040-1.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr60040-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 master
in repository llvm.
from 951fe56 [mips][microMIPS] Fix offsets for LLE, LWE, SBE, SCE and SHE [...]
new 63d2ca4 [InstCombine][SSE] Regenerated x86 pshufb tests
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/x86-pshufb.ll | 203 +++++++++++++++++-------------
1 file changed, 113 insertions(+), 90 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 dc80ac4 [Parser] Clear the TemplateParamScope bit of the current scop [...]
new 6fa49f4 [Clang][AVX512][Builtin] Adding intrinsics for compress instr [...]
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/Basic/BuiltinsX86.def | 4 +++
lib/Headers/avx512fintrin.h | 68 +++++++++++++++++++++++++++++++++++++
test/CodeGen/avx512f-builtins.c | 47 +++++++++++++++++++++++++
3 files changed, 119 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 fb13bff 2016-04-29 Richard Biener <rguenther(a)suse.de>
new 73447cc 2016-04-29 Richard Biener <rguenther(a)suse.de>
new bad9235 [ARC] Fix unwanted match for sign extend 16-bit constant.
new 00371d6 2016-04-29 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 22 ++++++++
gcc/config/arc/arc.h | 2 +
gcc/config/arc/arc.md | 10 ++--
gcc/config/arc/constraints.md | 12 +++++
gcc/config/arc/predicates.md | 8 +++
gcc/match.pd | 8 +++
gcc/testsuite/ChangeLog | 10 ++++
gcc/testsuite/gcc.dg/tree-ssa/pr18589-10.c | 2 +-
.../gcc.dg/{torture/pr69574.c => uninit-pr65686.c} | 5 +-
gcc/testsuite/gcc.target/arc/umulsihi3_z.c | 23 +++++++++
gcc/tree-ssa-alias.c | 60 ++++++++++++++++++++++
gcc/tree-ssa-alias.h | 1 +
12 files changed, 156 insertions(+), 7 deletions(-)
copy gcc/testsuite/gcc.dg/{torture/pr69574.c => uninit-pr65686.c} (53%)
create mode 100644 gcc/testsuite/gcc.target/arc/umulsihi3_z.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 3047183 [GlobalOpt] Propagate operand bundles
new 951fe56 [mips][microMIPS] Fix offsets for LLE, LWE, SBE, SCE and SHE [...]
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/AsmParser/MipsAsmParser.cpp | 7 -------
lib/Target/Mips/MicroMips32r6InstrInfo.td | 4 ++--
lib/Target/Mips/MicroMipsInstrInfo.td | 15 +++++++++------
lib/Target/Mips/MipsInstrInfo.td | 27 +++++++++------------------
test/MC/Mips/eva/invalid-noeva-wrong-error.s | 6 +++---
test/MC/Mips/eva/invalid.s | 24 ++++++++++++++++++++++++
test/MC/Mips/eva/invalid_R6.s | 24 ++++++++++++++++++++++++
test/MC/Mips/micromips/invalid.s | 26 ++++++++++++++++++++++++--
test/MC/Mips/micromips32r6/invalid.s | 25 +++++++++++++++++++++++--
test/MC/Mips/micromips64r6/invalid.s | 24 ++++++++++++++++++++++++
10 files changed, 142 insertions(+), 40 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 8f48d32 * config/i386/i386.md (Load+RegOp to Mov+MemOp peephole2): [...]
new fb13bff 2016-04-29 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 | 5 +++++
gcc/stor-layout.c | 2 --
2 files changed, 5 insertions(+), 2 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 1766d67 [DeadArgumentElimination] Propagate operand bundles to promot [...]
new 1929f2a [InstCombine] Propagate operand bundles
new 3047183 [GlobalOpt] Propagate operand bundles
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/IR/Instructions.h | 24 +++++++++-
lib/IR/Instructions.cpp | 58 ++++++++++++++++++++-----
lib/Transforms/IPO/GlobalOpt.cpp | 15 ++++---
lib/Transforms/InstCombine/InstCombineCalls.cpp | 7 ++-
lib/Transforms/InstCombine/InstCombineCasts.cpp | 5 ++-
5 files changed, 87 insertions(+), 22 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 4d336bd [LoopDist] Also emit optimization remark on success (-Rpass=)
new 7ea09d5 [LoopDist] Add missing RUN line in test from r268006
new 1766d67 [DeadArgumentElimination] Propagate operand bundles to promot [...]
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/Transforms/IPO/DeadArgumentElimination.cpp | 14 ++++++++++----
.../pr27568.ll => DeadArgElim/funclet.ll} | 16 +++++++---------
test/Transforms/LoopDistribute/diagnostics.ll | 2 ++
3 files changed, 19 insertions(+), 13 deletions(-)
copy test/Transforms/{ArgumentPromotion/pr27568.ll => DeadArgElim/funclet.ll} (54%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.