This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from bcae17d 2017-03-21 Richard Biener <rguenther(a)suse.de>
new 5d4e017 2017-03-21 Brad Spengler <spender(a)grsecurity.net>
new 539ccb1 Fix dg-error for a test
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 | 8 ++++++++
gcc/plugin.c | 24 +++++++++++++++++++-----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr65044.c | 2 +-
4 files changed, 33 insertions(+), 6 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 binutils-gdb.
from 5badf10 Decode properly flags of %ccr register on sparc64.
new 75d7d29 Update support for GNU BUILD notes so that version notes can [...]
new 645d334 arc/nps400: Add cp16/cp32 instructions to opcodes library
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:
binutils/ChangeLog | 9 ++
binutils/objcopy.c | 2 +-
binutils/readelf.c | 60 +++++---
gas/ChangeLog | 5 +
gas/testsuite/gas/arc/nps400-11.d | 303 +++++++++++++++++++++++++++++++++++++
gas/testsuite/gas/arc/nps400-11.s | 308 ++++++++++++++++++++++++++++++++++++++
include/ChangeLog | 4 +
include/opcode/arc.h | 1 +
opcodes/ChangeLog | 9 ++
opcodes/arc-nps400-tbl.h | 191 +++++++++++++++++++++++
opcodes/arc-opc.c | 82 +++++++++-
11 files changed, 946 insertions(+), 28 deletions(-)
create mode 100644 gas/testsuite/gas/arc/nps400-11.d
create mode 100644 gas/testsuite/gas/arc/nps400-11.s
--
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 c2eb9ef [GlobalISel] Move isTriviallyDead to Utils. NFC.
new 1ec8346 NFC. InstCombiner::visitFAdd extract LHSIntVal/RHSIntVal loca [...]
new 26b9b43 [DebugInfo][X86] Teach Optimize LEAs pass to handle debug values
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/X86/X86OptimizeLEAs.cpp | 18 ++--
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 20 ++--
test/CodeGen/X86/lea-opt-with-debug.mir | 122 +++++++++++++++++++++++
3 files changed, 144 insertions(+), 16 deletions(-)
create mode 100644 test/CodeGen/X86/lea-opt-with-debug.mir
--
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 2170171 ld: check overflow only for allocated sections.
new 5badf10 Decode properly flags of %ccr register on sparc64.
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:
gdb/ChangeLog | 7 ++
gdb/sparc-tdep.h | 1 +
gdb/sparc64-tdep.c | 47 ++++++++---
gdb/testsuite/ChangeLog | 6 ++
gdb/testsuite/gdb.arch/sparc64-regs.S | 136 ++++++++++++++++++++++++++++++++
gdb/testsuite/gdb.arch/sparc64-regs.exp | 118 +++++++++++++++++++++++++++
6 files changed, 304 insertions(+), 11 deletions(-)
create mode 100644 gdb/testsuite/gdb.arch/sparc64-regs.S
create mode 100644 gdb/testsuite/gdb.arch/sparc64-regs.exp
--
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 6a3153a Fix search_line_fast for aarch64/ILP32
new 7d9dfee 2017-03-21 Richard Biener <rguenther(a)suse.de>
new bcae17d 2017-03-21 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 | 16 +++++
gcc/gimplify.c | 15 ++---
gcc/testsuite/ChangeLog | 10 +++
gcc/testsuite/g++.dg/opt/pr80032.C | 120 +++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr80122.c | 52 ++++++++++++++
gcc/tree-inline.c | 8 ++-
gcc/tree-inline.h | 2 +-
7 files changed, 211 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr80032.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr80122.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 gcc.
from 67dd55b /cp 2017-03-21 Paolo Carlini <paolo.carlini(a)oracle.com>
new 120816e Skip gcc.dg/pic-2.c and gcc.dg/pie-2.c for MIPS.
new 6a3153a Fix search_line_fast for aarch64/ILP32
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pic-2.c | 1 +
gcc/testsuite/gcc.dg/pie-2.c | 1 +
libcpp/ChangeLog | 6 ++++++
libcpp/lex.c | 2 +-
5 files changed, 14 insertions(+), 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 binutils-gdb.
from cee59b3 Fix break on Python 2
new 2170171 ld: check overflow only for allocated sections.
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:
ld/ChangeLog | 5 +++++
ld/ldlang.c | 29 +++++++++++++++--------------
2 files changed, 20 insertions(+), 14 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 92b0e9b [DAGTypeLegalizer] Handle widening truncate to vector of i1.
new c2eb9ef [GlobalISel] Move isTriviallyDead to Utils. 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:
include/llvm/CodeGen/GlobalISel/Utils.h | 4 ++++
lib/CodeGen/GlobalISel/InstructionSelect.cpp | 23 -----------------------
lib/CodeGen/GlobalISel/Utils.cpp | 21 +++++++++++++++++++++
3 files changed, 25 insertions(+), 23 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 8b2132a [ConstantFolding] Fix to prevent constant folding having to r [...]
new 92b0e9b [DAGTypeLegalizer] Handle widening truncate to vector of i1.
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/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 22 +++++++++++++-
test/CodeGen/SystemZ/vec-trunc-to-i1.ll | 37 +++++++++++++++++++++++
2 files changed, 58 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/SystemZ/vec-trunc-to-i1.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 2eaf983 PR sanitizer/78158 * tsan.c (instrument_builtin_call): If t [...]
new 67dd55b /cp 2017-03-21 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/name-lookup.c | 9 +++++++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/cpp0x/initlist85.C | 6 ++----
gcc/testsuite/g++.dg/cpp0x/initlist97.C | 7 +++++++
5 files changed, 30 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist97.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.