This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to annotated tag linaro-snapshot-6.4-2018.04
in repository toolchain/gcc.
at 1078a4606ae (tag)
tagging c65fac3572f232be0dc53608549c66b57259048d (commit)
replaces linaro-snapshot-6.4-2018.01
tagged by TCWG Automation
on Thu Apr 26 13:59:21 2018 +0100
- Log -----------------------------------------------------------------
Linaro GCC Snapshot 6.4-2018.04
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new c65fac3572f Make Linaro GCC Snapshot 6.4-2018.04.
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.
--
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 bc5698ba250 [RISCV] Implement isLegalAddressingMode for RISC-V
new a3c21b0537b [NVPTX] Deduplicate code. No functionality change.
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/NVPTX/NVPTXISelLowering.cpp | 24 ++++++------------------
1 file changed, 6 insertions(+), 18 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 2beea61e4b6 2018-04-26 Richard Biener <rguenther(a)suse.de>
new 79c36228528 2018-04-26 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 | 10 +++++++
gcc/testsuite/ChangeLog | 8 ++++++
gcc/testsuite/gcc.dg/tree-ssa/copy-headers-2.c | 17 +++++++++++
gcc/testsuite/gcc.dg/tree-ssa/copy-headers-3.c | 19 ++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/copy-headers-4.c | 18 ++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/loadpre6.c | 2 +-
gcc/tree-ssa-loop-ch.c | 40 ++++++++++++++++++++------
7 files changed, 104 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/copy-headers-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/copy-headers-3.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/copy-headers-4.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 d2276970d84 [LoopInterchange] Ignore debug intrinsics during legality checks.
new bc5698ba250 [RISCV] Implement isLegalAddressingMode for RISC-V
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/RISCV/RISCVISelLowering.cpp | 26 ++++++++++++++++++++++++++
lib/Target/RISCV/RISCVISelLowering.h | 4 ++++
2 files changed, 30 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 binutils-gdb.
from e2195274d4 x86: fold various non-memory operand AVX512VL templates
new 02e169e2da Fix breakpoints in ifunc after inferior resolved it (@got.pl [...]
new a376e11d84 Fix calling ifunc functions when resolver has debug info and [...]
new 8388016d7f Calling ifunc functions when target has no debug info but re [...]
new ca31ab1d67 Calling ifunc functions when resolver has debug info, user s [...]
new 28f4fa4d05 Fix elf_gnu_ifunc_resolve_by_got buglet
new 3467ec66bc Fix setting breakpoints on ifunc functions after they're alr [...]
new 76af0f2635 Breakpoints, don't skip prologue of ifunc resolvers with debug info
new a0aca7b0e1 Eliminate find_pc_partial_function_gnu_ifunc
new 42ddae103c Factor out minsym_found/find_function_start_sal overload
new 1adeb82266 For PPC64: elf_gnu_ifunc_record_cache: handle plt symbols in [...]
new 20944a6e20 Fix stepping past GNU ifunc resolvers (introduce lookup_msym [...]
new f50776aad5 For PPC64/ELFv1: Introduce mst_data_gnu_ifunc
new bfa5bd2ab3 PPC64: always make synthetic .text symbols for GNU ifunc symbols
new c7075ad503 Extend GNU ifunc testcases
new 79188d8d27 Fix resolving GNU ifunc bp locations when inferior runs resolver
The 15 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:
bfd/ChangeLog | 5 +
bfd/elf64-ppc.c | 22 +-
gdb/ChangeLog | 124 ++++++
gdb/blockframe.c | 67 ++--
gdb/breakpoint.c | 31 +-
gdb/breakpoint.h | 8 +
gdb/c-exp.y | 25 +-
gdb/elfread.c | 95 +++--
gdb/eval.c | 25 +-
gdb/gdbtypes.c | 4 -
gdb/infcall.c | 66 ++--
gdb/infcall.h | 9 +-
gdb/linespec.c | 119 ++++--
gdb/minsyms.c | 108 +++---
gdb/minsyms.h | 28 +-
gdb/parse.c | 45 +--
gdb/symmisc.c | 1 +
gdb/symtab.c | 88 ++++-
gdb/symtab.h | 53 ++-
gdb/testsuite/ChangeLog | 24 ++
.../gdb.base/{sepdebug2.c => gnu-ifunc-final.c} | 4 +-
gdb/testsuite/gdb.base/gnu-ifunc-lib.c | 12 +-
gdb/testsuite/gdb.base/gnu-ifunc.c | 6 -
gdb/testsuite/gdb.base/gnu-ifunc.exp | 418 ++++++++++++++++-----
gdb/testsuite/gdb.compile/compile-ifunc.exp | 9 +-
25 files changed, 1008 insertions(+), 388 deletions(-)
copy gdb/testsuite/gdb.base/{sepdebug2.c => gnu-ifunc-final.c} (95%)
--
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 be4cc030a18 [AsmMatcher] Extend PredicateMethod with optional Diagnosti [...]
new d2276970d84 [LoopInterchange] Ignore debug intrinsics during legality checks.
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/Transforms/Scalar/LoopInterchange.cpp | 6 +--
test/Transforms/LoopInterchange/debuginfo.ll | 70 ++++++++++++++++++++++++++++
2 files changed, 73 insertions(+), 3 deletions(-)
create mode 100644 test/Transforms/LoopInterchange/debuginfo.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 gcc-7-branch
in repository gcc.
from b9fec6cadac Daily bump.
new 9b2c42ee2fe 2018-04-26 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 | 24 ++++++++++++++++++++++++
gcc/c-family/ChangeLog | 14 ++++++++++++++
gcc/c-family/c-gimplify.c | 4 +++-
gcc/testsuite/ChangeLog | 24 ++++++++++++++++++++++++
gcc/testsuite/c-c++-common/pr84873.c | 8 ++++++++
gcc/testsuite/gcc.dg/torture/pr85168.c | 30 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr85244-1.c | 19 +++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr85244-2.c | 8 ++++++++
gcc/testsuite/gcc.dg/torture/pr85284.c | 20 ++++++++++++++++++++
gcc/tree-dfa.c | 13 ++++++++++---
gcc/tree-ssa-loop-niter.c | 4 ++--
gcc/tree-ssa-sccvn.c | 5 ++++-
12 files changed, 166 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr84873.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr85168.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr85244-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr85244-2.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr85284.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 c5330c71212 [AArch64][SVE] Asm: Negative tests for all LD1 gather (scal [...]
new be4cc030a18 [AsmMatcher] Extend PredicateMethod with optional Diagnosti [...]
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/MC/MCParser/MCTargetAsmParser.h | 47 ++++++++++++++++++++++++++++
utils/TableGen/AsmMatcherEmitter.cpp | 14 ++++++---
2 files changed, 57 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.