This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from e6e6622 Fix copy/paste buglet in comment
new bbf6993 Move getentropy/getrandom into own file
new abfcf32 Move string functions from miscfunc.cc to strfuncs.cc
new e2ab9b7 Don't assert on sum of iov_len overflowing an ssize_t
new 946cd7d check_iovec: Change test to be more robust against invalid io [...]
new 19f9a97 miscfuncs.cc: Drop unneeded includes and unused global variable
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:
winsup/cygwin/Makefile.in | 1 +
winsup/cygwin/libc/getentropy.cc | 70 ++++++++++
winsup/cygwin/miscfuncs.cc | 269 +--------------------------------------
winsup/cygwin/strfuncs.cc | 193 ++++++++++++++++++++++++++++
4 files changed, 268 insertions(+), 265 deletions(-)
create mode 100644 winsup/cygwin/libc/getentropy.cc
--
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 6e46026 Create _end symbol even if a .so defines it.
new 5e2c3f0 Also define 'end' if it is present in a .so.
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 | 2 +-
test/ELF/Inputs/resolution-end.s | 1 +
test/ELF/resolution-end.s | 13 ++++++-------
3 files changed, 8 insertions(+), 8 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 c2fa8be [ELF] Move createThunks() after scanRelocations()
new 6e46026 Create _end symbol even if a .so defines it.
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/SymbolTable.cpp | 2 +-
test/ELF/Inputs/resolution-end.s | 2 ++
test/ELF/resolution-end.s | 39 +++++++++++++++++++++++++++++++++++++++
3 files changed, 42 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/Inputs/resolution-end.s
create mode 100644 test/ELF/resolution-end.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 llvm.
from e1feb39 [libFuzzer] add two tests for experimenting with equivalence fuzzing
new 9e142cd Improve what can be promoted in LICM.
new 6610ca1 [libFuzzer] improve -minimize_crash: honor -artifact_prefix= [...]
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/Fuzzer/FuzzerDriver.cpp | 21 ++--
lib/Fuzzer/FuzzerLoop.cpp | 2 +-
lib/Fuzzer/test/CMakeLists.txt | 1 +
...ingleMemcmpTest.cpp => SingleByteInputTest.cpp} | 12 +-
lib/Fuzzer/test/minimize_crash.test | 8 +-
lib/Transforms/Scalar/LICM.cpp | 37 ++++++-
test/Transforms/LICM/scalar-promote-unwind.ll | 121 ++++++++++++++++++++-
7 files changed, 175 insertions(+), 27 deletions(-)
copy lib/Fuzzer/test/{SingleMemcmpTest.cpp => SingleByteInputTest.cpp} (62%)
--
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 d91b01b Add an interface to scale the frequencies of a set of blocks.
new e1feb39 [libFuzzer] add two tests for experimenting with equivalence fuzzing
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/FuzzerLoop.cpp | 3 +++
lib/Fuzzer/test/CMakeLists.txt | 2 ++
lib/Fuzzer/test/EquivalenceATest.cpp | 15 +++++++++++++++
lib/Fuzzer/test/EquivalenceBTest.cpp | 26 ++++++++++++++++++++++++++
4 files changed, 46 insertions(+)
create mode 100644 lib/Fuzzer/test/EquivalenceATest.cpp
create mode 100644 lib/Fuzzer/test/EquivalenceBTest.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 clang.
from 32236fa [Sema] Reword unused lambda capture warning
new 103c86b Module: Improve diagnostic message when cxx modules are disab [...]
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/clang/Basic/DiagnosticParseKinds.td | 5 ++++-
lib/Parse/ParseObjc.cpp | 5 ++++-
test/Modules/check-syntax.mm | 5 +++++
3 files changed, 13 insertions(+), 2 deletions(-)
create mode 100644 test/Modules/check-syntax.mm
--
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 3a66b2b Fix ARM fpu_control.h for assemblers requiring VFP insn names [...]
new 41389c4 Fix environment traversal when an envvar value is empty
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 | 6 ++++++
elf/dl-tunables.c | 4 ++--
stdlib/Makefile | 3 +++
stdlib/tst-empty-env.c | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 69 insertions(+), 2 deletions(-)
create mode 100644 stdlib/tst-empty-env.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 release_40
in repository llvm.
from 58af97a Merging r292244: -------------------------------------------- [...]
new ae77d22 Merging r292254 and r292280: -------------------------------- [...]
new 80d55d0 Merge r292420 in 4.0 Release: "[ThinLTO] Add a recursive step [...]
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/Bitcode/Reader/MetadataLoader.cpp | 21 ++++++--
lib/Transforms/Vectorize/LoopVectorize.cpp | 7 +++
test/ThinLTO/X86/lazyload_metadata.ll | 6 +--
.../LoopVectorize/X86/consecutive-ptr-uniforms.ll | 56 ++++++++++++++++++++++
4 files changed, 83 insertions(+), 7 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/X86/consecutive-ptr-uniforms.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 38e046e [X86][SSE] Improve comments describing combineTruncatedArithm [...]
new 02d80d3 [InstCombine] Simplify gep (gep p, a), (b-a)
new d91b01b Add an interface to scale the frequencies of a set of blocks.
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:
include/llvm/Analysis/BlockFrequencyInfo.h | 6 ++++
lib/Analysis/BlockFrequencyInfo.cpp | 22 +++++++++++++++
.../InstCombine/InstructionCombining.cpp | 32 +++++++++-------------
test/Transforms/InstCombine/getelementptr.ll | 27 ++++++++++++++++++
unittests/Analysis/BlockFrequencyInfoTest.cpp | 8 ++++++
5 files changed, 76 insertions(+), 19 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 90a89f0 [scudo] Refactor of CRC32 and ARM runtime CRC32 detection
new e1c28cd [Builtin] [ARM] Update CMake to support the build of armv6m
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:
cmake/base-config-ix.cmake | 1 +
cmake/builtin-config-ix.cmake | 2 +-
lib/builtins/CMakeLists.txt | 26 +++++++++++++++++++++++++-
3 files changed, 27 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.