This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d8c387b1dd3 [llvm-mca] Rename Backend to Pipeline. NFC.
new f1fc2a32d73 [SelectionDAG] Remove debug locations from ConstantSD(FP)Nodes
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/SelectionDAGNodes.h | 12 +++++------
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 ++--
test/CodeGen/AArch64/machine-outliner-remarks.ll | 18 ++++++----------
.../ARM/single-constant-use-preserves-dbgloc.ll | 13 ++++++++---
.../Generic/constant-sdnodes-have-dbg-location.ll | 25 ----------------------
.../constantfp-sdnodes-have-dbg-location.ll | 23 --------------------
test/tools/llvm-objdump/AMDGPU/source-lines.ll | 8 +++----
7 files changed, 28 insertions(+), 75 deletions(-)
delete mode 100644 test/DebugInfo/Generic/constant-sdnodes-have-dbg-location.ll
delete mode 100644 test/DebugInfo/Generic/constantfp-sdnodes-have-dbg-location.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 2bbe301d4 [ELF] readobj -elf-output-style=GNU -> readelf
new 10e24b695 [ELF] Change test files for style consistency. 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/ELF/arm-exidx-sentinel-orphan.s | 2 +-
test/ELF/arm-plt-reloc.s | 8 +++---
test/ELF/linkerscript/non-alloc.s | 6 ++---
test/ELF/linkerscript/sections-keep.s | 36 +++++++++++++--------------
test/ELF/linkerscript/sections-sort.s | 2 +-
test/ELF/linkerscript/sort-non-script.s | 4 +--
test/ELF/linkerscript/synthetic-symbols4.test | 6 ++---
test/ELF/sort-norosegment.s | 6 ++---
test/ELF/visibility.s | 2 +-
test/ELF/x86-64-reloc-error.s | 2 +-
10 files changed, 37 insertions(+), 37 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 gcc-6-branch
in repository gcc.
from 358e12d2fee Backported from mainline 2017-12-19 Jakub Jelinek <jaku [...]
new d759e7209df Backported from mainline 2017-12-21 Jakub Jelinek <jaku [...]
new 3a806dc3089 Backported from mainline 2017-12-21 Jakub Jelinek <jaku [...]
new 070cfc40912 Backported from mainline 2017-12-21 Jakub Jelinek <jaku [...]
new 1e3c94cb9d5 Backported from mainline 2017-12-22 Jakub Jelinek <jaku [...]
new ef973c29d34 Backported from mainline 2017-12-23 Jakub Jelinek <jaku [...]
new cfabdabc94c Backported from mainline 2018-01-05 Jakub Jelinek <jaku [...]
new ac03708038b Backported from mainline 2018-01-09 Jakub Jelinek <jaku [...]
new 1bc74d87909 Backported from mainline 2018-01-18 Jakub Jelinek <jaku [...]
new 9fbac36b69f Backported from mainline 2018-01-20 Jakub Jelinek <jaku [...]
new 9075ed5ff4b Backported from mainline 2018-01-23 Jakub Jelinek <jaku [...]
new b834c610ac7 Backported from mainline 2018-01-27 Jakub Jelinek <jaku [...]
new 00991ea6f37 Backported from mainline 2018-01-29 Christoph Spiel <cs [...]
The 12 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 | 59 ++++++++++++++++++++
gcc/bb-reorder.c | 6 ++-
gcc/c/ChangeLog | 7 +++
gcc/c/c-decl.c | 16 +++---
gcc/cfgrtl.c | 3 ++
gcc/cp/ChangeLog | 18 +++++++
gcc/cp/parser.c | 81 +++++++++++++++++-----------
gcc/cp/tree.c | 10 ++++
gcc/fold-const.c | 41 +++++++++++---
gcc/gcc.c | 4 +-
gcc/gimple-ssa-strength-reduction.c | 4 ++
gcc/sched-deps.c | 4 +-
gcc/simplify-rtx.c | 3 +-
gcc/testsuite/ChangeLog | 45 ++++++++++++++++
gcc/testsuite/c-c++-common/dwarf2/pr83550.c | 10 ++++
gcc/testsuite/c-c++-common/torture/pr83553.c | 29 ++++++++++
gcc/testsuite/g++.dg/cpp0x/pr83824.C | 9 ++++
gcc/testsuite/g++.dg/tree-ssa/pr83523.C | 25 +++++++++
gcc/testsuite/g++.dg/ubsan/pr83987.C | 15 ++++++
gcc/testsuite/gcc.dg/pr80747.c | 18 +++++++
gcc/testsuite/gcc.dg/pr83512.c | 16 ++++++
gcc/testsuite/gcc.dg/pr83521.c | 10 ++++
gcc/testsuite/gcc.dg/pr83605.c | 20 +++++++
gcc/testsuite/gcc.dg/pr83930.c | 17 ++++++
gcc/tree-ssa-math-opts.c | 11 ++--
gcc/tree-ssa-phiopt.c | 8 ++-
libgomp/ChangeLog | 7 +++
libgomp/omp.h.in | 2 +-
28 files changed, 440 insertions(+), 58 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/dwarf2/pr83550.c
create mode 100644 gcc/testsuite/c-c++-common/torture/pr83553.c
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr83824.C
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr83523.C
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr83987.C
create mode 100644 gcc/testsuite/gcc.dg/pr80747.c
create mode 100644 gcc/testsuite/gcc.dg/pr83512.c
create mode 100644 gcc/testsuite/gcc.dg/pr83521.c
create mode 100644 gcc/testsuite/gcc.dg/pr83605.c
create mode 100644 gcc/testsuite/gcc.dg/pr83930.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.
from e0e097a759 [clang-format] Add a default format style that can be used b [...]
new 983e34e0d7 Use Triple::isMIPS() instead of enumerating all Triples. 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:
lib/Basic/Targets/Mips.cpp | 12 +++---------
lib/Basic/Targets/Mips.h | 5 +----
lib/Driver/ToolChains/Arch/Mips.cpp | 11 +----------
lib/Driver/ToolChains/Arch/Mips.h | 2 --
lib/Driver/ToolChains/CommonArgs.cpp | 5 +----
lib/Driver/ToolChains/FreeBSD.cpp | 19 ++++++-------------
lib/Driver/ToolChains/Gnu.cpp | 21 ++++++---------------
lib/Driver/ToolChains/Linux.cpp | 17 +++++++----------
lib/Driver/ToolChains/NetBSD.cpp | 7 +++----
lib/Driver/ToolChains/OpenBSD.cpp | 6 +++---
10 files changed, 31 insertions(+), 74 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 lld.
from 602065c3a [ELF] - ICF: add one more test case #3.
new 2bbe301d4 [ELF] readobj -elf-output-style=GNU -> readelf
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/ELF/dynsec-at-beginning.s | 2 +-
test/ELF/linkerscript/implicit-program-header.test | 5 ++---
test/ELF/linkerscript/no-space.s | 4 ++--
test/ELF/linkerscript/non-alloc-segment.s | 2 +-
test/ELF/linkerscript/non-alloc.s | 2 +-
test/ELF/linkerscript/orphan-phdrs.s | 2 +-
test/ELF/linkerscript/segment-none.s | 4 ++--
test/ELF/linkerscript/sort-non-script.s | 2 +-
test/ELF/lto/data-ordering-lto.s | 2 +-
test/ELF/lto/symbol-ordering-lto.s | 2 +-
test/ELF/pr34660.s | 2 +-
test/ELF/sort-norosegment.s | 2 +-
12 files changed, 15 insertions(+), 16 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 glibc.
from 318bad78b0 nscd restart: Use malloc instead of extend_alloca [BZ #18023]
new 2f9f0d182e nscd: Use struct scratch_buffer, not extend_alloca in most c [...]
new 6b7b2abac7 nscd: Switch to struct scratch_buffer in adhstaiX [BZ #18023]
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:
ChangeLog | 15 ++++++++++
nscd/aicache.c | 79 ++++++++++++++++++++++++++++++----------------------
nscd/grpcache.c | 57 +++++++++++++------------------------
nscd/hstcache.c | 58 +++++++++++++-------------------------
nscd/pwdcache.c | 56 ++++++++++++-------------------------
nscd/servicescache.c | 56 ++++++++++++-------------------------
6 files changed, 135 insertions(+), 186 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 1021d1cb12 Add a syntax table to dwarf-mode.el
new b7a08269ca gdb: Fix build on several hosts/ports
new 75cbc781e3 gdb: For macOS, s/thread_info/struct thread_info/
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:
gdb/ChangeLog | 37 +++++++++++++++++++++++++++++++++++++
gdb/aix-thread.c | 4 ++--
gdb/bsd-kvm.c | 2 +-
gdb/darwin-nat.c | 4 +++-
gdb/fbsd-nat.c | 5 +++--
gdb/gdbthread.h | 28 ++++++++++++++--------------
gdb/go32-nat.c | 1 -
gdb/inferior.h | 2 +-
gdb/procfs.c | 6 +++---
gdb/remote-sim.c | 1 -
gdb/windows-nat.c | 4 ++--
11 files changed, 66 insertions(+), 28 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 912f67e3595 Add experimental::sample and experimental::shuffle from N4531
new 4f7f0d6b2df * doc/xml/manual/status_cxx2017.xml: Document N4531 status.
new f9fa035577c PR libstdc++/86292 fix exception safety of std::vector<Inpu [...]
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:
libstdc++-v3/ChangeLog | 7 ++++
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 10 +++++
libstdc++-v3/include/bits/stl_vector.h | 19 ++++++----
.../resize/strong_guarantee.cc => cons/86292.cc} | 44 ++++++++++++----------
4 files changed, 53 insertions(+), 27 deletions(-)
copy libstdc++-v3/testsuite/23_containers/vector/{capacity/resize/strong_guarantee [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.