This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d0bfd6beebd C++: underline param in print_conversion_rejection (more PR [...]
new 5477dab8d8d 2018-08-29 Richard Biener <rguenther(a)suse.de>
new b87672f7d60 2018-08-29 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 | 20 +++++++++++++++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.dg/torture/pr87132.c | 18 +++++++++++++
gcc/tree-core.h | 3 +++
gcc/tree-into-ssa.c | 22 ++++++++++++++++
gcc/tree-ssa-alias.c | 27 ++++++++++++++++++-
gcc/tree-ssa-sccvn.c | 47 ----------------------------------
gcc/tree.h | 7 +++++
8 files changed, 101 insertions(+), 48 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr87132.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 e817129d2b1 [InstCombine] remove unnecessary shuffle undef folding
new 426e5c16103 [mips] Prevent shrink-wrap for BuildPairF64, ExtractElement [...]
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/Mips/MipsSEFrameLowering.cpp | 17 ++-
lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 12 ++
.../buildpairf64-extractelementf64-implicit-sp.ll | 32 +++++
.../shrink-wrap-buildpairf64-extractelementf64.mir | 150 +++++++++++++++++++++
4 files changed, 206 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/Mips/buildpairf64-extractelementf64-implicit-sp.ll
create mode 100644 test/CodeGen/Mips/shrink-wrap-buildpairf64-extractelementf64.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 newlib.
from 9e032fd93 RISC-V: Fix _sbrk, it's failed only when return value is -1.
new 2c245028a Use nanf("") instead of nanf(NULL)
new 088a45cdf Remove unused variable 'one' from sf_cos.c
new 82dfae9ab Use __inhibit_loop_to_libcall in all memset/memcpy implementations
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:
newlib/libc/machine/cris/memcpy.c | 2 ++
newlib/libc/machine/riscv/memcpy.c | 2 ++
newlib/libc/machine/spu/memcpy.c | 5 ++++-
newlib/libc/machine/spu/memcpy_ea.c | 2 ++
newlib/libc/machine/spu/memset_ea.c | 2 ++
newlib/libc/machine/visium/memcpy.c | 5 +++++
newlib/libc/machine/visium/memset.c | 6 +++++-
newlib/libc/machine/xscale/memcpy.c | 2 ++
newlib/libc/machine/xscale/memset.c | 2 ++
newlib/libc/stdio/nano-vfscanf_float.c | 2 +-
newlib/libc/stdio/vfscanf.c | 2 +-
newlib/libc/stdio/vfwscanf.c | 2 +-
newlib/libc/stdlib/strtod.c | 4 ++--
newlib/libc/stdlib/wcstod.c | 6 +++---
newlib/libc/string/memcpy.c | 2 ++
newlib/libm/math/sf_cos.c | 6 ------
16 files changed, 36 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 gcc.
from 77d6e740b4b doc: document -ftree-scev-cprop
new d0bfd6beebd C++: underline param in print_conversion_rejection (more PR [...]
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 | 8 +++++++
gcc/cp/call.c | 17 +++++++++------
gcc/testsuite/ChangeLog | 7 ++++++
.../g++.dg/diagnostic/param-type-mismatch-2.C | 25 +++++++++++++++++-----
4 files changed, 46 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 newlib.
from 03cd2c4ef Cygwin: Accommodate logon sessions on Windows 10
new 258996b69 RISC-V: Fixed return code in _times syscall.
new 9e032fd93 RISC-V: Fix _sbrk, it's failed only when return value is -1.
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:
libgloss/riscv/internal_syscall.h | 11 ++++++++---
libgloss/riscv/sys_sbrk.c | 8 ++++----
libgloss/riscv/sys_times.c | 4 ++--
3 files changed, 14 insertions(+), 9 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 e01f3f0722b Revert r340922 "[GVNHoist] Re-enable GVNHoist by default"
new e817129d2b1 [InstCombine] remove unnecessary shuffle undef folding
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/InstCombine/InstCombineVectorOps.cpp | 7 -------
test/Analysis/ConstantFolding/vector-undef-elts.ll | 8 ++++++++
2 files changed, 8 insertions(+), 7 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 fc1247272fa Revert r340921 "[NFC] Unify guards detection"
new e01f3f0722b Revert r340922 "[GVNHoist] Re-enable GVNHoist by default"
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/Passes/PassBuilder.cpp | 4 ++--
lib/Transforms/IPO/PassManagerBuilder.cpp | 4 ++--
test/Other/new-pm-defaults.ll | 15 +++++++++++----
test/Other/new-pm-thinlto-defaults.ll | 15 +++++++++++----
test/Other/opt-O2-pipeline.ll | 6 ------
test/Other/opt-O3-pipeline.ll | 6 ------
test/Other/opt-Os-pipeline.ll | 6 ------
7 files changed, 26 insertions(+), 30 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 azanella/bz20480
in repository glibc.
at 516ae423a2 Fix ifunc support with DT_TEXTREL segments (BZ#20480)
This branch includes the following new commits:
new 516ae423a2 Fix ifunc support with DT_TEXTREL segments (BZ#20480)
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 binutils-gdb.
from bd782c07b9 [MIPS] Add Loongson 3A2000/3A3000 proccessor support.
new 9108bc33b1 [MIPS] Add Loongson 2K1000 proccessor support.
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:
bfd/ChangeLog | 13 +++++++++++++
bfd/archures.c | 1 +
bfd/bfd-in2.h | 1 +
bfd/cpu-mips.c | 2 ++
bfd/elfxx-mips.c | 8 ++++++++
binutils/ChangeLog | 5 +++++
binutils/NEWS | 5 +++++
binutils/readelf.c | 1 +
elfcpp/ChangeLog | 4 ++++
elfcpp/mips.h | 1 +
gas/ChangeLog | 6 ++++++
gas/config/tc-mips.c | 5 ++++-
gas/doc/c-mips.texi | 1 +
gold/mips.cc | 7 +++++++
include/ChangeLog | 4 ++++
include/elf/mips.h | 1 +
include/opcode/mips.h | 1 +
ld/ChangeLog | 5 +++++
ld/testsuite/ld-mips-elf/mips-elf-flags.exp | 4 ++++
opcodes/ChangeLog | 4 ++++
opcodes/mips-dis.c | 5 +++++
21 files changed, 83 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 compiler-rt.
from e701be565 Introduce new type for inteceptors UINTMAX_T
new 813e6b2d3 Revert r340884 "Add a RingBuffer class to sanitizer_common"
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/sanitizer_common/CMakeLists.txt | 1 -
lib/sanitizer_common/sanitizer_ring_buffer.h | 80 ---------------------
lib/sanitizer_common/tests/CMakeLists.txt | 1 -
.../tests/sanitizer_ring_buffer_test.cc | 84 ----------------------
4 files changed, 166 deletions(-)
delete mode 100644 lib/sanitizer_common/sanitizer_ring_buffer.h
delete mode 100644 lib/sanitizer_common/tests/sanitizer_ring_buffer_test.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.