This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9d48cab6129 [hsa] Fix PR82416 testcase
new a57962119d9 2018-02-08 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/g++.dg/torture/pr84233.C | 25 +++++++++++++++++++++++++
gcc/tree-ssa-phiprop.c | 8 ++++++--
4 files changed, 42 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr84233.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-7-branch
in repository gcc.
from ca055a558e2 Daily bump.
new 478a670483f 2018-02-08 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/g++.dg/torture/pr84233.C | 25 +++++++++++++++++++++++++
gcc/tree-ssa-phiprop.c | 8 ++++++--
4 files changed, 42 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr84233.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 8cc62813ce4 [ARM] Fix disassembly of invalid banked register moves
new 03662ff6197 [x86] Add test/CodeGen/X86/vmaskmov-offset.ll. 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:
test/CodeGen/X86/vmaskmov-offset.ll | 42 +++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
create mode 100644 test/CodeGen/X86/vmaskmov-offset.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 34077292ec1 2018-02-08 Richard Biener <rguenther(a)suse.de>
new 0d90b57c087 [hsa] Set program allocation for static local variables
new 9d48cab6129 [hsa] Fix PR82416 testcase
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 | 5 +++++
gcc/hsa-gen.c | 10 +++++++---
libgomp/ChangeLog | 9 +++++++++
libgomp/testsuite/libgomp.hsa.c/pr82416.c | 10 ++++++++--
libgomp/testsuite/libgomp.hsa.c/staticvar.c | 23 +++++++++++++++++++++++
5 files changed, 52 insertions(+), 5 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.hsa.c/staticvar.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 fd8aee0ade6 [test][dsymutil] Fix tests for Windows bots.
new 8cc62813ce4 [ARM] Fix disassembly of invalid banked register moves
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/ARM/Disassembler/ARMDisassembler.cpp | 11 ++---------
test/MC/Disassembler/ARM/invalid-armv7.txt | 18 +++++++++++++++++-
test/MC/Disassembler/ARM/invalid-thumbv7.txt | 17 ++++++++++++++++-
3 files changed, 35 insertions(+), 11 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 25f9d5be7ea [AArch64] Use more LDP/STP in shrinkwrapping
new 34077292ec1 2018-02-08 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 | 8 ++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr84278.c | 18 ++++++++++++++++++
gcc/tree-vect-stmts.c | 4 ++++
4 files changed, 35 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr84278.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 clang-tools-extra.
from 8c26ea0b Resubmit "[clangd] The new threading implementation"
new ddca6ad5 [clangd] Update include guard in Annotations.h. 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:
unittests/clangd/Annotations.h | 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.
unknown user pushed a change to branch master
in repository gcc.
from 0cbf4528a90 PR tree-optimization/84224 * gimple-ssa-warn-alloca.c (pa [...]
new 4327f0d4656 PR84068, PR83459: Fix sort order of SCHED_PRESSURE_MODEL
new 25f9d5be7ea [AArch64] Use more LDP/STP in shrinkwrapping
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 | 11 +++++++++++
gcc/config/aarch64/aarch64.c | 17 ++++++++++++++++-
gcc/haifa-sched.c | 7 +++----
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/pr84068.c | 18 ++++++++++++++++++
5 files changed, 54 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr84068.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 binutils-gdb.
from ef135d4314 Fix a seg-fault in the ELF note parser when a note with an e [...]
new 8de3a6e2af Speed up readelf and objdump by not looking for DWO links un [...]
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:
binutils/ChangeLog | 6 ++++++
binutils/dwarf.c | 6 ++++++
2 files changed, 12 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.