This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 6df5701a03 [Basic] Detect Git submodule version in CMake
new ebe8bde593 Update use of llvm::CallingConv:X86_64_Win64 after LLVM comm [...]
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/CGCall.cpp | 2 +-
test/CodeGen/ms_abi.c | 6 +++---
test/CodeGenObjC/attr-callconv.m | 2 +-
3 files changed, 5 insertions(+), 5 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 compiler-rt.
from b5b7b0b8b [asan] Disable not working new test on Windows
new c8095ce74 Add MemoryMappedSection struct for two-level memory map iteration
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/sanitizer_procmaps.h | 18 ++++++++++-
lib/sanitizer_common/sanitizer_procmaps_mac.cc | 45 +++++++++++++++++++++-----
2 files changed, 54 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 glibc.
from 48145e1c7d hppa: Fix clone exit syscall argument passing (BZ#21512)
new ae5c498d93 Extend NSS test suite
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 | 15 +
nss/Makefile | 27 +-
nss/nss_test.h | 308 ++++++++++++++++++++
nss/nss_test.ver | 4 +
nss/nss_test1.c | 311 ++++++++++++++++-----
.../float128/float1282mpn.c => nss/nss_test2.c | 6 +-
nss/tst-nss-test1.c | 76 ++++-
nss/tst-nss-test2.c | 136 +++++++++
nss/tst-nss-test3.c | 150 ++++++++++
nss/tst-nss-test4.c | 137 +++++++++
nss/tst-nss-test5.c | 108 +++++++
shlib-versions | 1 +
12 files changed, 1184 insertions(+), 95 deletions(-)
create mode 100644 nss/nss_test.h
create mode 100644 nss/nss_test.ver
copy sysdeps/ieee754/float128/float1282mpn.c => nss/nss_test2.c (85%)
create mode 100644 nss/tst-nss-test2.c
create mode 100644 nss/tst-nss-test3.c
create mode 100644 nss/tst-nss-test4.c
create mode 100644 nss/tst-nss-test5.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 binutils-2_29-branch
in repository binutils-gdb.
from 274cdf7e10 Correct previous fix to ar, so that it now only comaplains a [...]
new 89f512d3ec x86-64: Limit PIC check to shared library build
new f2e7964c7e Support single digit GCC version
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:
bfd/ChangeLog | 6 ++++++
bfd/elf64-x86-64.c | 4 +---
ld/ChangeLog | 13 +++++++++++++
ld/testsuite/ld-selective/selective.exp | 3 ++-
ld/testsuite/ld-x86-64/pie3-nacl.d | 14 ++++++++++++++
ld/testsuite/ld-x86-64/pie3.d | 13 +++++++++++++
ld/testsuite/ld-x86-64/pie3.s | 5 +++++
ld/testsuite/ld-x86-64/x86-64.exp | 2 ++
8 files changed, 56 insertions(+), 4 deletions(-)
create mode 100644 ld/testsuite/ld-x86-64/pie3-nacl.d
create mode 100644 ld/testsuite/ld-x86-64/pie3.d
create mode 100644 ld/testsuite/ld-x86-64/pie3.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 lld.
from 9830900a3 [ELF] Introduce target specific inBranchRange() function
new 9d624081a [ELF] Use stable_sort for compareByFilePosition
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:
ELF/LinkerScript.cpp | 2 +-
1 file changed, 1 insertion(+), 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 c45ec17c07 A smarter linespec completer
new 8e85f840e1 Add missing ChangeLog entries for PR ld/21782 fix
new 89d249d2f2 i386: Add tests for PIE with undefined weak symbol
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:
bfd/ChangeLog | 6 ++++++
ld/ChangeLog | 15 +++++++++++++++
ld/testsuite/ld-i386/i386.exp | 2 ++
ld/testsuite/ld-i386/pie1-nacl.d | 18 ++++++++++++++++++
ld/testsuite/ld-i386/pie1.d | 17 +++++++++++++++++
ld/testsuite/{ld-x86-64/pie3.s => ld-i386/pie1.s} | 2 +-
6 files changed, 59 insertions(+), 1 deletion(-)
create mode 100644 ld/testsuite/ld-i386/pie1-nacl.d
create mode 100644 ld/testsuite/ld-i386/pie1.d
copy ld/testsuite/{ld-x86-64/pie3.s => ld-i386/pie1.s} (59%)
--
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 95c9b0155fc Backport from 2017-07-17 trunk r250258. PR 80929 * confi [...]
new afe6519d001 Backported from mainline 2017-06-30 Jakub Jelinek <jaku [...]
new 536f02af9e9 Backported from mainline 2017-07-04 Jakub Jelinek <jaku [...]
new 72edc2c02f8 Backported from mainline 2017-07-14 Jakub Jelinek <jaku [...]
new 7fda263a609 PR tree-optimization/81365 * tree-ssa-phiprop.c (propagat [...]
new a1eee5bb45b PR tree-optimization/81428 * match.pd (X / X -> one): Don [...]
The 5 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 | 26 +++++++++++++++
gcc/config/i386/sse.md | 24 ++++++++-----
gcc/cp/ChangeLog | 9 +++++
gcc/cp/parser.c | 10 ++++++
gcc/match.pd | 5 +--
gcc/testsuite/ChangeLog | 20 +++++++++++
gcc/testsuite/g++.dg/cpp1z/decomp21.C | 3 +-
gcc/testsuite/g++.dg/cpp1z/decomp30.C | 12 +++++++
gcc/testsuite/g++.dg/torture/pr81365.C | 39 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/fixed-point/pr81428.c | 9 +++++
gcc/testsuite/gcc.target/i386/pr81225.c | 14 ++++++++
gcc/tree-ssa-phiprop.c | 27 ++++++++++++++-
libsanitizer/ChangeLog | 11 ++++++
libsanitizer/sanitizer_common/sanitizer_linux.cc | 3 +-
libsanitizer/sanitizer_common/sanitizer_linux.h | 4 +--
.../sanitizer_stoptheworld_linux_libcdep.cc | 2 +-
libsanitizer/tsan/tsan_platform_linux.cc | 2 +-
17 files changed, 200 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp30.C
create mode 100644 gcc/testsuite/g++.dg/torture/pr81365.C
create mode 100644 gcc/testsuite/gcc.dg/fixed-point/pr81428.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr81225.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 binutils-gdb.
from be966d4207 Linespec lexing and C++ operators
new c45ec17c07 A smarter linespec completer
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 | 30 ++
gdb/completer.c | 79 +++--
gdb/completer.h | 28 ++
gdb/linespec.c | 628 +++++++++++++++++++++++++++++++--
gdb/linespec.h | 5 +
gdb/testsuite/ChangeLog | 6 +
gdb/testsuite/gdb.base/completion.exp | 2 +-
gdb/testsuite/gdb.linespec/ls-errs.exp | 9 +-
8 files changed, 722 insertions(+), 65 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 ebf3850de85 [ORC] Remove extraneous else.
new 98215808d6c Revert "Restore with fix "[ThinLTO] Ensure we always select [...]
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/IPO/FunctionImport.cpp | 18 ++------
.../FunctionImport/Inputs/funcimport_resolved1.ll | 34 ---------------
.../FunctionImport/Inputs/funcimport_resolved2.ll | 6 ---
.../FunctionImport/funcimport_resolved.ll | 48 ----------------------
4 files changed, 4 insertions(+), 102 deletions(-)
delete mode 100644 test/Transforms/FunctionImport/Inputs/funcimport_resolved1.ll
delete mode 100644 test/Transforms/FunctionImport/Inputs/funcimport_resolved2.ll
delete mode 100644 test/Transforms/FunctionImport/funcimport_resolved.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.