This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 73322d5ff6 x86: Add IBT/SHSTK bits to cpu-features
new 9fa7449b35 _dl_fini: Remove internal_function attribute
new 630bf4916f _dl_start: Remove internal_function attribute
new b3f85fd2e4 _dl_init: Remove internal_function attribute
new fbdc1e3e8d i386: Do not set internal_function
The 4 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 | 24 ++++++++++++++++++++++++
config.h.in | 10 ----------
elf/dl-fini.c | 1 -
elf/dl-init.c | 1 -
elf/rtld.c | 2 +-
sysdeps/generic/ldsodefs.h | 4 ++--
sysdeps/i386/configure | 3 ---
sysdeps/i386/configure.ac | 2 --
sysdeps/i386/dl-machine.h | 15 ++++++++++-----
9 files changed, 37 insertions(+), 25 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 dbc303ef76 Fix spelling mistake in fr.po
new 73322d5ff6 x86: Add IBT/SHSTK bits to cpu-features
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 | 11 +++++++++++
sysdeps/x86/cpu-features.h | 8 ++++++++
sysdeps/x86/cpu-tunables.c | 2 ++
3 files changed, 21 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 compiler-rt.
from 7c74cefba Enable profile on NetBSD
new 1c85aaf50 [llvm-cov] Fix compiler-rt tests failing in build bots after [...]
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/profile/Linux/coverage_ctors.cpp | 2 +-
test/profile/Linux/coverage_dtor.cpp | 2 +-
test/profile/Linux/coverage_test.cpp | 6 +++---
test/profile/Linux/instrprof-comdat.test | 2 +-
4 files changed, 6 insertions(+), 6 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 973e4051f [ELF] - LTO: Try to be option compatible with the gold plugin.
new d02c3a3b4 [ELF] - Ignore --plugin-opt=mcpu= and --plugin-opt=thinlto.
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/Driver.cpp | 4 +++-
1 file changed, 3 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 gcc-6-branch
in repository gcc.
from 825eb500df6 Daily bump.
new d8bb65534f3 /cp 2017-08-14 Paolo Carlini <paolo.carlini(a)oracle.com>
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 | 6 ++++++
gcc/cp/lambda.c | 5 ++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice17.C | 12 ++++++++++++
4 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice17.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 05713200d0e [DAGCombine] Do not try to deduplicate commutative operatio [...]
new ef4534aee52 Reland "[mips][mt][6/7] Add support for mftr, mttr instructions."
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 | 219 +++++++++++++++++++++
.../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 15 ++
lib/Target/Mips/MipsMTInstrFormats.td | 21 ++
lib/Target/Mips/MipsMTInstrInfo.td | 110 +++++++++++
lib/Target/Mips/MipsSchedule.td | 4 +
lib/Target/Mips/MipsScheduleGeneric.td | 4 +-
lib/Target/Mips/MipsTargetStreamer.h | 3 +
test/MC/Disassembler/Mips/mt/valid-r2-el.txt | 21 +-
test/MC/Disassembler/Mips/mt/valid-r2.txt | 21 +-
test/MC/Mips/mt/invalid-wrong-error.s | 4 +
test/MC/Mips/mt/invalid.s | 41 ++--
.../mt/mftr-mttr-aliases-invalid-wrong-error.s | 18 ++
test/MC/Mips/mt/mftr-mttr-aliases-invalid.s | 23 +++
test/MC/Mips/mt/mftr-mttr-aliases.s | 47 +++++
test/MC/Mips/mt/mftr-mttr-reserved-valid.s | 8 +
test/MC/Mips/mt/valid.s | 42 ++--
16 files changed, 574 insertions(+), 27 deletions(-)
create mode 100644 test/MC/Mips/mt/invalid-wrong-error.s
create mode 100644 test/MC/Mips/mt/mftr-mttr-aliases-invalid-wrong-error.s
create mode 100644 test/MC/Mips/mt/mftr-mttr-aliases-invalid.s
create mode 100644 test/MC/Mips/mt/mftr-mttr-aliases.s
create mode 100644 test/MC/Mips/mt/mftr-mttr-reserved-valid.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 zorg.
from 6b840ad [libFuzzer] test libFuzzer using -fsanitize=fuzzer/fuzzer-no-link
new 76071ad Another attempt to fix the env issue for the avx512-sde bot
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:
buildbot/osuosl/master/config/builders.py | 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 gcc-7-branch
in repository gcc.
from 0ac053b43f1 2017-08-14 Richard Biener <rguenther(a)suse.de>
new 24120da73d2 PR libstdc++/53984 handle exceptions in basic_istream::sentry
new 40e7a48cedf PR libstdc++/81751 don't call fflush(NULL)
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 | 25 ++++++++++
libstdc++-v3/config/io/basic_file_stdio.cc | 6 ++-
libstdc++-v3/include/bits/basic_ios.h | 4 +-
libstdc++-v3/include/bits/istream.tcc | 50 +++++++++++---------
libstdc++-v3/include/std/istream | 12 ++---
.../basic_fstream/53984.cc} | 55 +++++++++++++---------
.../basic_istream/sentry/char/53984.cc} | 18 +++----
.../1.cc => stdio_filebuf/char/79820.cc} | 17 +++----
.../69301.cc => ext/stdio_filebuf/char/81751.cc} | 50 +++++++++-----------
9 files changed, 142 insertions(+), 95 deletions(-)
copy libstdc++-v3/testsuite/{ext/pb_ds/regression/priority_queue_binary_heap-62045 [...]
copy libstdc++-v3/testsuite/{23_containers/queue/77528.cc => 27_io/basic_istream/s [...]
copy libstdc++-v3/testsuite/ext/{shared_ptr/1.cc => stdio_filebuf/char/79820.cc} (75%)
copy libstdc++-v3/testsuite/{29_atomics/atomic/69301.cc => ext/stdio_filebuf/char/ [...]
--
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 hjl/pie/hidden
in repository glibc.
discards 50aeff5eb2 Add hidden visibility to internal function prototypes
discards 5fdf678724 Mark internal functions with attribute_hidden
discards 3ea8e24842 Enable hidden visibility in libc.a compiled with PIE
omits 545a42f7bf Don't compile non-lib modules as lib modules [BZ #21864]
adds 1b0bfc6946 __fortify_fail: Remove internal_function attribute
adds b22974092d NSS: Do not use internal_function for functions with hidden aliases
adds c4d767f7f3 __libc_rpc_getport: Remove internal_function attribute
adds c4ce038287 __netlink_assert_response: Remove internal_function attribute
adds e1d2ae8d21 NPTL: Remove internal_function from stack marking functions
adds 52bcdf267b Remove internal_function attribute from string-to-float functions
adds 3012cfb0d2 ld.so: Remove internal_function attribute from various functions
adds dbc303ef76 Fix spelling mistake in fr.po
new bd4323227d Don't compile non-lib modules as lib modules [BZ #21864]
new d704af3005 Enable hidden visibility in libc.a compiled with PIE
new 31f7cff393 Mark internal functions with attribute_hidden
new 9a77cc70db Add hidden visibility to internal function prototypes
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (50aeff5eb2)
\
N -- N -- N refs/heads/hjl/pie/hidden (9a77cc70db)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 4 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 | 77 +++++++++++++++++++++++
debug/fortify_fail.c | 4 +-
elf/dl-addr.c | 1 -
elf/dl-error-skeleton.c | 4 --
elf/dl-open.c | 1 -
elf/dl-support.c | 3 +-
elf/dl-tls.c | 3 -
grp/grp-merge.c | 2 -
grp/grp-merge.h | 6 +-
include/dlfcn.h | 3 +-
include/libc-symbols.h | 4 +-
include/rpc/pmap_clnt.h | 3 +-
include/stdio.h | 5 +-
include/stdlib.h | 22 +++----
inet/getnetgrent_r.c | 3 -
inet/netgroup.h | 9 +--
nptl/allocatestack.c | 1 -
nptl/pthreadP.h | 3 +-
nss/XXX-lookup.c | 6 +-
nss/getXXbyYY_r.c | 3 +-
nss/getXXent_r.c | 3 +-
nss/nsswitch.h | 3 +-
po/fr.po | 4 +-
stdlib/strtod_nan_main.c | 1 -
sunrpc/pm_getport.c | 1 -
sysdeps/generic/ldsodefs.h | 23 +++----
sysdeps/mach/hurd/dl-execstack.c | 1 -
sysdeps/mach/hurd/i386/____longjmp_chk.S | 2 +
sysdeps/unix/sysv/linux/dl-execstack.c | 1 -
sysdeps/unix/sysv/linux/i386/____longjmp_chk.S | 2 +
sysdeps/unix/sysv/linux/netlink_assert_response.c | 1 -
sysdeps/unix/sysv/linux/netlinkaccess.h | 3 +-
32 files changed, 122 insertions(+), 86 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 dbcaf591424 [SelectionDAG] combine vextract (v1iX extract_subvector(vNi [...]
new 05713200d0e [DAGCombine] Do not try to deduplicate commutative operatio [...]
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/SelectionDAG/DAGCombiner.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.