This is an automated email from the git hooks/post-receive script.
Christophe Lyon pushed a change to branch master
in repository toolchain/backflip.
from 8862105 backflip: Print which revision number is missing.
new c2d846d backflip: Handle errors from git checkout/git review.
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:
backflip | 8 ++++++++
1 file changed, 8 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 llvm.
from d7ad443 [PowerPC] Support multiple return values with fast isel
new 7e0019d [AVX512] Fix load opcode for fast isel.
new 6e988c5 [Thumb-1] Add optimized constant materialization for integers [...]
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/Target/ARM/ARMISelDAGToDAG.cpp | 1 +
lib/Target/ARM/ARMInstrThumb.td | 12 ++++++++++++
lib/Target/X86/X86FastISel.cpp | 2 +-
test/CodeGen/Thumb/constants.ll | 11 +++++++++++
test/CodeGen/X86/fast-isel-vecload.ll | 21 +++++++++++++++++++++
5 files changed, 46 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/Thumb/constants.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 gcc.
from b406ca4 [MIPS] P5600 scheduler fix
new b032c4d 2016-06-07 Richard Biener <rguenther(a)suse.de>
new cab1ab5 * config/i386/sse.md (avx_vec_concat<mode>): Add v=v,vm and [...]
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 | 10 +++++++++
gcc/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-common.c | 23 ++++++++++++++++++++
gcc/common.opt | 2 +-
gcc/config/i386/sse.md | 42 +++++++++++++++++++++++++++++-------
gcc/testsuite/ChangeLog | 8 +++++++
gcc/testsuite/gcc.dg/Wattributes-4.c | 3 +++
gcc/testsuite/gcc.dg/Wpragmas-1.c | 11 ++++++++++
gcc/testsuite/gcc.dg/ipa/pr70646.c | 4 +---
9 files changed, 97 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Wattributes-4.c
create mode 100644 gcc/testsuite/gcc.dg/Wpragmas-1.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.
Christophe Lyon pushed a change to branch master
in repository toolchain/backflip.
from 1f82337 backflip-from-tsv: Ignore commas in spreadsheet.
new 8862105 backflip: Print which revision number is missing.
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:
backflip | 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/backflip.
from 581a836 backflip-from-tsv: Fix wording.
new 1f82337 backflip-from-tsv: Ignore commas in spreadsheet.
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:
backflip-from-tsv | 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/backflip.
from 3882f56 backflip-from-tsv: Use backflip -x, and handle return code.
new 581a836 backflip-from-tsv: Fix wording.
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:
backflip-from-tsv | 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/backflip.
from 36ae725 backflip: switch to gcc-6 by default.
new 3882f56 backflip-from-tsv: Use backflip -x, and handle return code.
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:
backflip-from-tsv | 4 ++--
1 file changed, 2 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.
Yvan Roux pushed a change to branch master
in repository toolchain/backflip.
from cdffb32 backflip-from-tsv; New script to handle a table of backports.
new 36ae725 backflip: switch to gcc-6 by default.
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:
backflip | 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 llvm.
from c1e27cc [X86][SSE] Improved blend+zero target shuffle combining to us [...]
new d7ad443 [PowerPC] Support multiple return values with fast isel
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/PowerPC/PPCCallingConv.td | 2 +-
test/CodeGen/PowerPC/multi-return.ll | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/PowerPC/multi-return.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.
christophe.lyon pushed a change to branch linaro-local/linaro-2.4-branch
in repository toolchain/newlib.
at fbc4a08 Bump up newlib version to 2.4.0 due to feature test refactoring
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.