This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3d50c64 [Stack Protection] Add diagnostic information for why stack p [...]
new b57bf30 [AMDGPU] Fix read-undef flags when schedule is reverted
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/AMDGPU/GCNSchedStrategy.cpp | 27 +++++++++++++++------------
1 file changed, 15 insertions(+), 12 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 release/2.25/master
in repository glibc.
from 5852098 Fix getting tunable values on big-endian (BZ #21109)
new 045e368 sunrpc: Avoid use-after-free read access in clntudp_call [BZ #21115]
new 93cf93e sunrpc: Improvements for UDP client timeout handling [BZ #20257]
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 | 31 ++++
NEWS | 2 +
inet/Makefile | 8 +-
inet/deadline.c | 122 +++++++++++++
inet/net-internal.h | 89 ++++++++++
inet/tst-deadline.c | 188 ++++++++++++++++++++
sunrpc/Makefile | 11 +-
sunrpc/clnt_udp.c | 129 ++++++++------
sunrpc/tst-udp-error.c | 62 +++++++
sunrpc/tst-udp-garbage.c | 104 +++++++++++
sunrpc/tst-udp-nonblocking.c | 333 +++++++++++++++++++++++++++++++++++
sunrpc/tst-udp-timeout.c | 402 +++++++++++++++++++++++++++++++++++++++++++
12 files changed, 1421 insertions(+), 60 deletions(-)
create mode 100644 inet/deadline.c
create mode 100644 inet/tst-deadline.c
create mode 100644 sunrpc/tst-udp-error.c
create mode 100644 sunrpc/tst-udp-garbage.c
create mode 100644 sunrpc/tst-udp-nonblocking.c
create mode 100644 sunrpc/tst-udp-timeout.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 b49e8ef 2017-02-28 Richard Biener <rguenther(a)suse.de>
new 510bda9 PR target/79729 * config/i386/i386.c (ix86_print_operand) < [...]
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 | 6 ++++++
gcc/config/i386/i386.c | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr79729.c | 8 ++++++++
4 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr79729.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 7569719 [mips] Fix 64bit slt/sltu/nor with immediates
new 3d50c64 [Stack Protection] Add diagnostic information for why stack p [...]
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/IR/DiagnosticInfo.h | 77 +++++++++++++-----------
lib/CodeGen/StackProtector.cpp | 26 ++++++++-
lib/IR/DiagnosticInfo.cpp | 17 +++++-
test/CodeGen/X86/stack-protector-remarks.ll | 91 +++++++++++++++++++++++++++++
4 files changed, 176 insertions(+), 35 deletions(-)
create mode 100644 test/CodeGen/X86/stack-protector-remarks.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 llvm.
from 1e598cb Revert r296474 - [globalisel] Change LLT constructor string i [...]
new 7569719 [mips] Fix 64bit slt/sltu/nor with immediates
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/AsmParser/MipsAsmParser.cpp | 22 ++
lib/Target/Mips/Mips64InstrInfo.td | 14 +
lib/Target/Mips/MipsInstrInfo.td | 13 +-
.../Mips/mips64-instalias-imm-expanding-broken.s | 106 -------
test/MC/Mips/mips64-instalias-imm-expanding.s | 326 +++++++++++++++++++++
5 files changed, 369 insertions(+), 112 deletions(-)
delete mode 100644 test/MC/Mips/mips64-instalias-imm-expanding-broken.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 glibc.
from cf0bd2f sunrpc: Improvements for UDP client timeout handling [BZ #20257]
new d2583c0 Add scripts/backport-support.sh
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:
ChangeLog | 4 ++
scripts/backport-support.sh | 110 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 114 insertions(+)
create mode 100644 scripts/backport-support.sh
--
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-tools-extra.
from 9aa5429 Misspelled checker description (argument comment)
new 9172f2f [clang-tidy] Fix a false positive on modernize-use-nullptr check.
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:
clang-tidy/modernize/UseNullptrCheck.cpp | 4 +++-
test/clang-tidy/modernize-use-nullptr.cpp | 16 ++++++++++++++++
2 files changed, 19 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 gcc.
from eadc184 runtime: fix sigfwd to not allocate memory
new 1caf9cb * config/i386/i386.c: Include intl.h. (ix86_option_override [...]
new e6b87ca 2017-02-28 Richard Biener <rguenther(a)suse.de>
new b49e8ef 2017-02-28 Richard Biener <rguenther(a)suse.de>
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 | 28 +++++++++
gcc/c/ChangeLog | 9 +++
gcc/c/c-parser.c | 21 +++----
gcc/config/i386/i386.c | 86 +++++++++++++++-------------
gcc/config/nvptx/nvptx.c | 4 +-
gcc/coverage.c | 4 +-
gcc/cp/ChangeLog | 14 +++++
gcc/cp/call.c | 4 +-
gcc/cp/decl.c | 16 +++---
gcc/cp/init.c | 4 +-
gcc/cp/parser.c | 11 ++--
gcc/fold-const.c | 6 +-
gcc/fortran/ChangeLog | 7 +++
gcc/fortran/match.c | 4 +-
gcc/fortran/parse.c | 4 +-
gcc/fortran/scanner.c | 18 +++---
gcc/gcov.c | 5 +-
gcc/omp-offload.c | 7 ++-
gcc/testsuite/ChangeLog | 10 ++++
gcc/testsuite/c-c++-common/torture/pr79731.c | 18 ++++++
gcc/testsuite/gcc.dg/torture/pr79740.c | 19 ++++++
gcc/tree-ssa-pre.c | 10 +++-
gcc/tree-ssa-sccvn.c | 21 ++++++-
23 files changed, 239 insertions(+), 91 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/torture/pr79731.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr79740.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 bfdb3f2 In visitSTORE, always use FindBetterChain, rather than only w [...]
new 1e598cb Revert r296474 - [globalisel] Change LLT constructor string i [...]
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/LowLevelType.h | 190 +++++++++++++++++++++++++--
include/llvm/Support/LowLevelTypeImpl.h | 202 -----------------------------
lib/CodeGen/GlobalISel/IRTranslator.cpp | 24 ++--
lib/CodeGen/LowLevelType.cpp | 55 ++++++--
lib/Support/CMakeLists.txt | 1 -
lib/Support/LowLevelType.cpp | 47 -------
lib/Target/AArch64/AArch64CallLowering.cpp | 4 +-
lib/Target/AMDGPU/AMDGPUCallLowering.cpp | 2 +-
lib/Target/X86/X86CallLowering.cpp | 5 +-
unittests/CodeGen/LowLevelTypeTest.cpp | 6 +-
10 files changed, 246 insertions(+), 290 deletions(-)
delete mode 100644 include/llvm/Support/LowLevelTypeImpl.h
delete mode 100644 lib/Support/LowLevelType.cpp
--
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 45d3296 Add 2.7.1 release file
new 226f694 Preserve order of dlopen'd modules in dll_list::topsort
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:
winsup/CONTRIBUTORS | 1 +
winsup/cygwin/dll_init.cc | 53 ++++++++++++++++++++++++++++++++++++++++-----
winsup/cygwin/release/2.7.1 | 2 ++
3 files changed, 51 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.