This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lnt.
from 1a455b3 Print server log when error exit detected
new 32815a1 Log submission errors with warning level
new cb13766 Do not use %T in unittests anymore
new 6c021e9 Consistently indent shell scripts with 4 spaces
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:
lnt/server/ui/api.py | 7 +++--
lnt/server/ui/views.py | 6 ++--
tests/SharedInputs/mysql_wrapper.sh | 8 +++---
tests/SharedInputs/postgres_wrapper.sh | 4 +--
tests/SharedInputs/server_wrapper.sh | 50 +++++++++++++++++-----------------
tests/lnttool/admin.shtest | 23 ++++++++--------
tests/lnttool/submit.shtest | 23 ++++++++--------
7 files changed, 62 insertions(+), 59 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 zorg.
from f4639b5 Enable running 'lnt runtest test-suite' instead of 'lnt runtest nt'.
new 6b840ad [libFuzzer] test libFuzzer using -fsanitize=fuzzer/fuzzer-no-link
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:
zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh | 4 +---
1 file changed, 1 insertion(+), 3 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 openacc-gcc-7-branch
in repository gcc.
from 364a71efc4b Fix failures in libgomp.oacc-c/asyncwait-2.c
new 0eab7909b07 Adjust k80 hardware resources.
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:
libgomp/ChangeLog.openacc | 11 +++++++++++
libgomp/plugin/cuda/cuda.h | 2 ++
libgomp/plugin/plugin-nvptx.c | 37 ++++++++++++++++++++++++++++++++-----
3 files changed, 45 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 llvm.
from 88fcc3a2fb1 Add documentation for llvm-pdbutil.
new 4e00089e474 Revert r310716 (and r310735): [globalisel][tablegen] Suppor [...]
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/AArch64/AArch64InstructionSelector.cpp | 12 +--
test/CodeGen/AArch64/GlobalISel/select-bitcast.mir | 52 ----------
test/TableGen/GlobalISelEmitter.td | 7 --
utils/TableGen/GlobalISelEmitter.cpp | 115 +++++++++------------
4 files changed, 51 insertions(+), 135 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 9c0367e30fe [mips] clang-format MipsSubtarget.cpp.
new e3e384aef78 [LLD/PDB] Write actual records to the globals stream.
new 88fcc3a2fb1 Add documentation for llvm-pdbutil.
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:
docs/CommandGuide/index.rst | 1 +
docs/CommandGuide/llvm-pdbutil.rst | 585 +++++++++++++++++++++
.../CodeView/{TypeName.h => RecordName.h} | 10 +-
include/llvm/DebugInfo/CodeView/TypeDeserializer.h | 4 +-
include/llvm/DebugInfo/CodeView/TypeRecord.h | 4 +
.../llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h | 6 +
lib/DebugInfo/CodeView/CMakeLists.txt | 2 +-
.../CodeView/LazyRandomTypeCollection.cpp | 2 +-
.../CodeView/{TypeName.cpp => RecordName.cpp} | 81 ++-
lib/DebugInfo/CodeView/TypeTableCollection.cpp | 2 +-
lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp | 39 +-
11 files changed, 714 insertions(+), 22 deletions(-)
create mode 100644 docs/CommandGuide/llvm-pdbutil.rst
rename include/llvm/DebugInfo/CodeView/{TypeName.h => RecordName.h} (65%)
rename lib/DebugInfo/CodeView/{TypeName.cpp => RecordName.cpp} (76%)
--
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 0d2035be9 Avoid crash with local abs symbol.
new b43d277ce [LLD/PDB] Write actual records to the globals stream.
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:
COFF/PDB.cpp | 90 +++++-
test/COFF/Inputs/pdb-globals.yaml | 593 ++++++++++++++++++++++++++++++++++
test/COFF/pdb-comdat.test | 32 +-
test/COFF/pdb-global-gc.yaml | 20 +-
test/COFF/pdb-globals.test | 46 +++
test/COFF/pdb-import-gc.yaml | 18 +-
test/COFF/pdb-safeseh.yaml | 11 +-
test/COFF/pdb-secrel-absolute.yaml | 11 +-
test/COFF/pdb-symbol-types.yaml | 22 +-
test/COFF/pdb-type-server-simple.test | 22 +-
10 files changed, 809 insertions(+), 56 deletions(-)
create mode 100644 test/COFF/Inputs/pdb-globals.yaml
create mode 100644 test/COFF/pdb-globals.test
--
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/static
in repository glibc.
discards 6a41eb77cc Use hidden visibility for libc.a with PIC
discards db2e81b0bb Add _dl_relocate_static_pie
discards bff6385dd7 Define pie-default/default-pie-ldflag for --enable-static-pie
discards 65a3c646b5 x86-64: Check if linker supports static PIE
discards 66af3e71af Add --enable-static-pie
discards 319fc7c7e5 Check if -static and -pie work together
discards c5cf302529 Check if -static-pie works
discards add31350f0 Check if linker supports --no-dynamic-linker
discards 66ee1f78e0 i386: Add _startup_sbrk and _startup_fatal [BZ #21913]
adds d5afb38503 Fix missing redirects in testsuite targets
adds 7ee38e6040 benchtests: Use TEST_NAME instead of hardcoding memcpy
adds b115e819af benchtests: Allow selecting baseline for compare_string.py
adds dd3e86ad7c benchtests: Avoid a display error when running in text terminal
adds 8b1647877c Remove __long_double_t.
adds d9fee042e2 Consistently use uintN_t not u_intN_t everywhere.
adds cd65836b5f Fix XPG4.2 bits/sigaction.h namespace (bug 21899).
adds 852d631207 posix: Set p{read,write}v2 to return ENOTSUP (BZ#21780)
adds fc5ad7024c Don't use IFUNC resolver for longjmp or system in libpthread [...]
adds 086df229ee i386: Add <startup.h> [BZ #21913]
new 6b0157ed92 Enable hidden visibility in libc.a compiled with PIE
new a0b4aa3868 Check if linker supports --no-dynamic-linker
new d9a367fbd2 Check if -static-pie works
new 149c216028 Check if -static and -pie work together
new e0d40585e5 Add --enable-static-pie
new 081666e840 x86-64: Check if linker supports static PIE
new c73200509a Define pie-default/default-pie-ldflag for --enable-static-pie
new 83bafa4dc5 Add _dl_relocate_static_pie
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 (6a41eb77cc)
\
N -- N -- N refs/heads/hjl/pie/static (83bafa4dc5)
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 8 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 | 198 +++++++++++++++++++++++++
benchtests/bench-memcpy-large.c | 2 +-
benchtests/bench-memcpy-random.c | 2 +-
benchtests/bench-memcpy.c | 2 +-
benchtests/scripts/compare_strings.py | 30 ++--
bits/sigaction.h | 6 +-
catgets/catgets.c | 4 +-
catgets/catgetsinfo.h | 10 +-
csu/libc-tls.c | 10 +-
elf/Makefile | 2 +-
elf/dl-tunables.c | 7 +-
grp/Makefile | 2 +-
include/libc-symbols.h | 10 +-
inet/htontest.c | 4 +-
inet/inet_lnaof.c | 2 +-
inet/inet_net.c | 6 +-
inet/inet_netof.c | 2 +-
inet/rcmd.c | 8 +-
intl/Makefile | 10 +-
libio/Makefile | 2 +-
locale/loadlocale.c | 2 +-
locale/programs/locale-spec.c | 2 +-
localedata/ChangeLog | 5 +
localedata/Makefile | 4 +-
malloc/Makefile | 2 +-
misc/sys/cdefs.h | 1 -
nis/nis_findserv.c | 12 +-
nptl/Makefile | 2 +-
nptl/pt-longjmp.c | 31 ++--
nptl/pt-system.c | 24 +--
nss/test-netdb.c | 2 +-
posix/Makefile | 6 +-
resolv/inet_neta.c | 2 +-
resolv/ns_date.c | 6 +-
resolv/nss_dns/dns-network.c | 4 +-
resolv/res_comp.c | 8 +-
resolv/res_debug.c | 30 ++--
resolv/res_hconf.c | 8 +-
stdio-common/Makefile | 4 +-
stdio-common/printf_fp.c | 2 +-
stdlib/Makefile | 6 +-
stdlib/strfmon_l.c | 2 +-
sunrpc/clnt_tcp.c | 6 +-
sunrpc/clnt_udp.c | 4 +-
sunrpc/clnt_unix.c | 4 +-
sunrpc/pmap_rmt.c | 4 +-
sunrpc/rpc/auth.h | 4 +-
sunrpc/tst-udp-nonblocking.c | 2 +-
sunrpc/xdr_rec.c | 8 +-
sunrpc/xdr_stdio.c | 4 +-
sysdeps/generic/startup.h | 15 +-
sysdeps/posix/preadv2.c | 2 +-
sysdeps/posix/preadv64v2.c | 2 +-
sysdeps/posix/pwritev2.c | 2 +-
sysdeps/posix/pwritev64v2.c | 2 +-
sysdeps/unix/sysv/linux/alpha/bits/sigaction.h | 6 +-
sysdeps/unix/sysv/linux/bits/sigaction.h | 6 +-
sysdeps/unix/sysv/linux/errqueue.h | 14 +-
sysdeps/unix/sysv/linux/hppa/bits/sigaction.h | 6 +-
sysdeps/unix/sysv/linux/i386/Makefile | 4 -
sysdeps/unix/sysv/linux/i386/brk.c | 5 +
sysdeps/unix/sysv/linux/i386/startup.h | 6 +-
sysdeps/unix/sysv/linux/i386/startup_sbrk.c | 67 ---------
sysdeps/unix/sysv/linux/ia64/bits/sigaction.h | 6 +-
sysdeps/unix/sysv/linux/mips/bits/sigaction.h | 6 +-
sysdeps/unix/sysv/linux/preadv2.c | 4 +-
sysdeps/unix/sysv/linux/preadv64v2.c | 4 +-
sysdeps/unix/sysv/linux/pwritev2.c | 4 +-
sysdeps/unix/sysv/linux/pwritev64v2.c | 4 +-
sysdeps/unix/sysv/linux/s390/bits/sigaction.h | 8 +-
sysdeps/unix/sysv/linux/sparc/bits/sigaction.h | 18 ++-
sysdeps/unix/sysv/linux/tile/bits/sigaction.h | 8 +-
72 files changed, 422 insertions(+), 297 deletions(-)
delete mode 100644 sysdeps/unix/sysv/linux/i386/startup_sbrk.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 6ab32973063 [opt-viewer] Decode HTML bytes for Python 3
new 9c0367e30fe [mips] clang-format MipsSubtarget.cpp.
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/MipsSubtarget.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 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 hjl/pr81820/master
in repository gcc.
at a3751acbfea Replace frame pointer with stack pointer
This branch includes the following new commits:
new a3751acbfea Replace frame pointer with stack pointer
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 llvm.
from 51d5be37337 [opt-viewer] Use Python 3-compatible `intern()`
new b5a17e3f737 [opt-viewer] Use Python 3-compatible iteritems
new 6ab32973063 [opt-viewer] Decode HTML bytes for Python 3
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:
tools/opt-viewer/opt-viewer.py | 5 ++++-
tools/opt-viewer/optrecord.py | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.