This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from 5fbb683 [libFuzzer bot] add one more benchmark
new ac59c77 [libFuzzer bot] ensure that no process runs for more than 1 hour
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 | 2 ++
1 file changed, 2 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 ce339bb5f Remove Bitrig: CompilerRT Changes
new f2d5726e3 [sanitizer_common] Move filesystem-related code out of saniti [...]
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/asan/asan_report.cc | 6 +-
lib/dfsan/dfsan.cc | 1 +
lib/sanitizer_common/CMakeLists.txt | 2 +
lib/sanitizer_common/sanitizer_common.cc | 141 -----------------
lib/sanitizer_common/sanitizer_common.h | 80 +---------
lib/sanitizer_common/sanitizer_common_libcdep.cc | 1 +
.../sanitizer_coverage_libcdep_new.cc | 1 +
lib/sanitizer_common/sanitizer_file.cc | 171 +++++++++++++++++++++
lib/sanitizer_common/sanitizer_file.h | 110 +++++++++++++
lib/sanitizer_common/sanitizer_linux_libcdep.cc | 1 +
lib/sanitizer_common/sanitizer_mac.cc | 1 +
lib/sanitizer_common/sanitizer_posix.cc | 1 +
.../sanitizer_stacktrace_printer.cc | 1 +
lib/sanitizer_common/sanitizer_suppressions.cc | 1 +
.../sanitizer_symbolizer_internal.h | 1 +
.../sanitizer_symbolizer_posix_libcdep.cc | 1 +
lib/sanitizer_common/sanitizer_win.cc | 1 +
.../tests/sanitizer_common_test.cc | 1 +
lib/sanitizer_common/tests/sanitizer_libc_test.cc | 1 +
lib/sanitizer_common/tests/sanitizer_linux_test.cc | 1 +
lib/stats/stats.cc | 1 +
lib/tsan/go/buildgo.sh | 1 +
lib/tsan/rtl/tsan_report.cc | 1 +
lib/tsan/rtl/tsan_rtl.cc | 1 +
24 files changed, 305 insertions(+), 223 deletions(-)
create mode 100644 lib/sanitizer_common/sanitizer_file.cc
create mode 100644 lib/sanitizer_common/sanitizer_file.h
--
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 b20dcc6a9c2 AMDGPU: Remove leftover td file
new 0765db21b88 [X86] Add register form of NOPL and NOPW for assembler/disa [...]
new a6f2bdc947f [X86] Add nopq instruction which is a rex encoded version o [...]
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:
lib/Target/X86/X86InstrInfo.td | 9 +++++++++
test/MC/Disassembler/X86/x86-32.txt | 6 ++++++
test/MC/Disassembler/X86/x86-64.txt | 6 ++++++
test/MC/X86/x86-32-coverage.s | 9 +++++++++
test/MC/X86/x86-64.s | 8 ++++++++
5 files changed, 38 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 zorg.
from d0944e6 [libFuzzer bot] remove stale code, promote to tests from warn [...]
new 5fbb683 [libFuzzer bot] add one more benchmark
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 | 1 +
1 file changed, 1 insertion(+)
--
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 5fa7d4aad2d Commit missing/empty test file from r308789
new b20dcc6a9c2 AMDGPU: Remove leftover td file
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/CIInstructions.td | 15 ---------------
lib/Target/AMDGPU/SIInstrInfo.td | 1 -
2 files changed, 16 deletions(-)
delete mode 100644 lib/Target/AMDGPU/CIInstructions.td
--
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 76509fc640 Add _startup_sbrk and _startup_fatal
discards 5094f18c49 i386: Define I386_USE_SYSENTER to 0 or 1 and check PIC
discards 9712df2613 i386: Check PIC in i386 multiarch functions
discards 9ef0ff3253 i386: Check PIC instead of SHARED in start.S
discards e6645591c3 Use hidden visibility for ENABLE_STATIC_PIE
discards 6cc544c111 Add _dl_relocate_static_pie
discards a0ba8ddafc Define pie-default/default-pie-ldflag for --enable-static-pie
discards d0079c616e x86-64: Check if linker supports static PIE
discards 9340f3ca8e Add --enable-static-pie
discards 1f7cf6a43d Check if -static-pie works
discards 300f39770f Check if linker supports --no-dynamic-linker
discards 95f848ad77 x86-64: Check PIC instead of SHARED in start.S
discards 509095e6ab x86: Remove assembly versions of HAS_CPU_FEATURE/HAS_ARCH_FEATURE
discards ba16d3befd i386: Convert IFUNC selectors to C
discards 994ed23d71 x86-64: Convert libmathvec IFUNC selectors to C
discards 87e74ea270 x86-64: Convert libm IFUNC selectors to C
discards be329c4840 i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791]
discards eec8437ce6 Avoid accessing corrupted stack from __stack_chk_fail [BZ #21752]
discards 55849e2728 tunables: Use direct syscall for access (BZ#21744)
omits a8757308cb Compile tst-prelink.c without PIE [BZ #21815]
adds 1740441b49 Correct nss/tst-nss-test5 configuration
new 4e616357a0 Compile tst-prelink.c without PIE [BZ #21815]
new ba748decd9 tunables: Use direct syscall for access (BZ#21744)
new 09ffe2436c Avoid accessing corrupted stack from __stack_chk_fail [BZ #21752]
new b7ef1ce037 i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791]
new c0fe5c7a0a x86-64: Convert libm IFUNC selectors to C
new f347d27a43 x86-64: Convert libmathvec IFUNC selectors to C
new 3a8af9336b i386: Convert IFUNC selectors to C
new 17d6b68a0a x86: Remove assembly versions of HAS_CPU_FEATURE/HAS_ARCH_FEATURE
new 8a2d2459a3 x86-64: Check PIC instead of SHARED in start.S
new e25269f0b1 Check if linker supports --no-dynamic-linker
new a08f2e06d0 Check if -static-pie works
new a5cc4892a3 Add --enable-static-pie
new a1a942cdb4 x86-64: Check if linker supports static PIE
new dacfa6dd23 Define pie-default/default-pie-ldflag for --enable-static-pie
new 8a569f52c8 Add _dl_relocate_static_pie
new 840845842a Use hidden visibility for ENABLE_STATIC_PIE
new 1c673e7c69 i386: Check PIC instead of SHARED in start.S
new 9497821aee i386: Check PIC in i386 multiarch functions
new 0dbc8246f4 i386: Define I386_USE_SYSENTER to 0 or 1 and check PIC
new 1325c9e854 Add _startup_sbrk and _startup_fatal
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 (76509fc640)
\
N -- N -- N refs/heads/hjl/pie/static (1325c9e854)
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 20 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 ++++
nss/tst-nss-test5.c | 2 +-
2 files changed, 5 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 llvm.
from 5ae0dfe6b22 [libFuzzer] reimplement experimental_len_control=1: bump th [...]
new f3c728a9f1c RA: Remove another assert on empty intervals
new 5fa7d4aad2d Commit missing/empty test file from r308789
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:
lib/CodeGen/InlineSpiller.cpp | 4 +--
test/CodeGen/AMDGPU/spill-empty-live-interval.mir | 34 +++++++++++++++++++++
test/tools/llvm-profdata/Inputs/compressed.profraw | Bin 0 -> 1632 bytes
3 files changed, 36 insertions(+), 2 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 e59b7e46c1b RA: Remove assert on empty live intervals
new 5ae0dfe6b22 [libFuzzer] reimplement experimental_len_control=1: bump th [...]
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/Fuzzer/FuzzerDriver.cpp | 2 --
lib/Fuzzer/FuzzerIO.cpp | 4 +++-
lib/Fuzzer/FuzzerInternal.h | 5 +++++
lib/Fuzzer/FuzzerLoop.cpp | 45 ++++++++++++++++++++++++++-------------------
4 files changed, 34 insertions(+), 22 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 49ee9db74 Don't crash on an empty section with an ALIGN.
new 758fe77a3 Handle a section being more aligned than a page size.
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/Writer.cpp | 3 ++-
test/ELF/linkerscript/align-section-offset.s | 10 ++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/linkerscript/align-section-offset.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 gcc.
from 5db6473a827 Add RDMA support to falkor port.
new 2c13943f9ad gcc/ChangeLog:
new fa10b63206c Daily bump.
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 | 14 ++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/altivec.md | 39 +++++++++++++++++++++++++++
gcc/config/rs6000/rs6000-builtin.def | 8 ++++++
gcc/config/rs6000/rs6000-c.c | 8 +++---
gcc/config/rs6000/rs6000.c | 2 ++
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gcc.target/powerpc/builtins-3.c | 8 +++---
8 files changed, 78 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.