This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ec64528 2016-09-22 Paolo Carlini <paolo.carlini(a)oracle.com>
new 78299f8 * gcc.dg/ifcvt-1.c: Compile also for 64-bit i?86-*-* target. [...]
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/testsuite/ChangeLog | 14 ++++++++++++++
gcc/testsuite/gcc.dg/ifcvt-1.c | 2 +-
gcc/testsuite/gcc.dg/ifcvt-2.c | 3 +--
gcc/testsuite/gcc.dg/pr40550.c | 5 +++--
gcc/testsuite/gcc.dg/pr47893.c | 2 +-
gcc/testsuite/gcc.dg/pr68435.c | 3 ++-
gcc/testsuite/gcc.dg/zero_bits_compound-1.c | 2 +-
gcc/testsuite/gcc.dg/zero_bits_compound-2.c | 2 +-
gcc/testsuite/{gcc.dg => gcc.target/i386}/pr70955.c | 4 ++--
9 files changed, 26 insertions(+), 11 deletions(-)
rename gcc/testsuite/{gcc.dg => gcc.target/i386}/pr70955.c (79%)
--
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 lldb.
from a6107ad The host version of lldb always builds for macosx
new 8be3d78 Actually, do it this way because I will want to know if I am [...]
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:
scripts/Xcode/lldbbuild.py | 12 +++++++++---
1 file changed, 9 insertions(+), 3 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 lldb.
from ec71ff1 fix DarwinLog no-info/no-debug case
new a6107ad The host version of lldb always builds for macosx
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:
scripts/Xcode/lldbbuild.py | 3 +++
1 file changed, 3 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 20bb032 Speculative fix for build failures due to consumeInteger.
new 7b83fe6 [PPC] Set SP after loading data from stack frame, if no red z [...]
new 7924acd GVN-hoist: do not dereference null pointers
new 489cfe7 [DAG] Fix incorrect alignment of ext load.
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/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 +-
lib/Target/PowerPC/PPCFrameLowering.cpp | 245 ++++++++++++++++++++++++------
lib/Transforms/Scalar/GVNHoist.cpp | 3 +
test/CodeGen/AMDGPU/extload-align.ll | 23 +++
test/CodeGen/PowerPC/ppc32-pic-large.ll | 2 +-
test/CodeGen/PowerPC/ppc32-pic.ll | 2 +-
test/CodeGen/PowerPC/stack-no-redzone.ll | 146 ++++++++++++++++++
test/CodeGen/PowerPC/stack-realign.ll | 39 +++--
8 files changed, 396 insertions(+), 66 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/extload-align.ll
create mode 100644 test/CodeGen/PowerPC/stack-no-redzone.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 lld.
from ff4217c Avoid duplicated code.
new c09aa0d Simplify. 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:
ELF/LinkerScript.cpp | 4 +---
1 file changed, 1 insertion(+), 3 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 7dbfb42 * gcc.dg/debug/dwarf2/const-2b.c: Also compile for x86_64-*- [...]
new 7739537 gofrontend: add missing break in Builtin_call_expression: [...]
new 9753b54 [ARM] Add support for -mpure-code option
new ec64528 2016-09-22 Paolo Carlini <paolo.carlini(a)oracle.com>
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 | 21 +++++
gcc/config/arm/arm.c | 145 +++++++++++++++++++++++++++++++++--
gcc/config/arm/arm.h | 4 +
gcc/config/arm/arm.md | 2 +-
gcc/config/arm/arm.opt | 4 +
gcc/config/arm/elf.h | 3 +-
gcc/doc/invoke.texi | 11 ++-
gcc/doc/tm.texi | 12 +++
gcc/doc/tm.texi.in | 2 +
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 1 +
gcc/hooks.c | 10 +++
gcc/target.def | 16 ++++
gcc/testsuite/ChangeLog | 12 +++
gcc/testsuite/g++.dg/cpp0x/pr61019.C | 10 +++
gcc/varasm.c | 50 +++++++-----
16 files changed, 274 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr61019.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 lld.
from 40a0b72 Simplify. NFC.
new ff4217c Avoid duplicated 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:
ELF/LinkerScript.cpp | 5 ++---
ELF/OutputSections.h | 6 ++++++
ELF/Writer.cpp | 6 +-----
test/ELF/oformat-binary.s | 4 ++++
4 files changed, 13 insertions(+), 8 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 3b29557 * MAINTAINERS (Write After Approval): Add myself.
new 7dbfb42 * gcc.dg/debug/dwarf2/const-2b.c: Also compile for x86_64-*- [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/debug/dwarf2/const-2b.c | 3 +--
2 files changed, 6 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 lldb.
from 2726411 added environment variable-related Args gtests
new ec71ff1 fix DarwinLog no-info/no-debug case
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:
source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp | 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 gcc-6-branch
in repository gcc.
from 6f41bd34 2016-09-22 Richard Biener <rguenther(a)suse.de>
new a5fbcfd /cp 2016-09-22 Paolo Carlini <paolo.carlini(a)oracle.com>
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/cp/ChangeLog | 6 ++++++
gcc/cp/class.c | 5 +++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/pr71979.C | 15 +++++++++++++++
4 files changed, 29 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr71979.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.