This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9ab4c272cb6 [COFF] Implement constructor priorities
new e58aca6a434 [SCEV][NFC] More efficient caching in CompareValueComplexity
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/Analysis/ScalarEvolution.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 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 757ec8863 [COFF] Interpret a period as a separator for section suffix j [...]
new 7ed89852c Fix shared library builds of lld, broken in SVN r319138
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:
Common/CMakeLists.txt | 1 +
ELF/CMakeLists.txt | 1 -
2 files 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 topic/ssp
in repository newlib.
discards caa2a9b8f cygwin: create libssp compatibility import library
discards 36e36a620 cygwin: export SSP functions
discards 6c503f9c1 ssp: add build infrastructure
discards 79849a989 ssp: add Object Size Checking for unistd.h functions, part 1
discards 8a7fa320e ssp: add Object Size Checking for stdio.h functions, part 1
new c281892b0 ssp: add Object Size Checking for stdio.h functions, part 1
new 1acfb5849 ssp: add Object Size Checking for unistd.h functions, part 1
new d071d8af9 ssp: add build infrastructure
new cc8d29e2e cygwin: export SSP functions
new 93678f13f cygwin: create libssp compatibility import library
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 (caa2a9b8f)
\
N -- N -- N refs/heads/topic/ssp (93678f13f)
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 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:
newlib/libc/include/ssp/stdio.h | 8 ++++----
newlib/libc/include/stdio.h | 2 ++
2 files changed, 6 insertions(+), 4 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 gcc.
from ba26823a5d9 rs6000: Improve comparison rtx_cost (PR81288)
new 6bfdb1fced0 * MAINTAINERS (write after approval): Add myself.
new 433afb522bc 2017-11-28 Richard Biener <rguenther(a)suse.de>
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:
ChangeLog | 4 ++++
MAINTAINERS | 1 +
gcc/ChangeLog | 6 ++++++
gcc/tree-vrp.c | 9 ++++++---
4 files changed, 17 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 master
in repository llvm.
from 413ec67db63 [SCEV][NFC] More efficient caching in CompareSCEVComplexity
new 9ab4c272cb6 [COFF] Implement constructor priorities
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/TargetLoweringObjectFileImpl.cpp | 37 ++++++++++++++++++++++------
test/CodeGen/X86/constructor.ll | 27 +++++++++++++++++++-
2 files changed, 55 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 lld.
from 024001793 Factor out common code to Common/Strings.cpp.
new 757ec8863 [COFF] Interpret a period as a separator for section suffix j [...]
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/Writer.cpp | 5 +++++
test/COFF/ctors_dtors_priority.s | 30 ++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
create mode 100644 test/COFF/ctors_dtors_priority.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 f7019c8d319 [GVN] Prevent ScalarPRE from hoisting across instructions t [...]
new 413ec67db63 [SCEV][NFC] More efficient caching in CompareSCEVComplexity
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/Analysis/ScalarEvolution.cpp | 17 +++++++++--------
1 file changed, 9 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 topic/ssp
in repository newlib.
discards 57e6939fa cygwin: create libssp compatibility import library
discards c9ef00f46 cygwin: export SSP functions
discards 16f7a68df ssp: install headers
discards 00aa6538d ssp: add build infrastructure
discards b93bad5fb ssp: document _FORTIFY_SOURCE with the feature test macros
discards ac8694725 ssp: add Object Size Checking for basic unistd.h functions
discards 9cd3bdfe6 ssp: add Object Size Checking for basic stdio.h functions
discards 5cc58804e ssp: add Object Size Checking for strings.h functions
discards 8d47641e5 ssp: add Object Size Checking for string.h functions
discards a91ddc66c ssp: add APIs for Stack Smashing Protection
adds 1f42dc2bc Make ffsl() and ffsll() BSD-visible
adds 1c50e0d1a Fix two bugs in the limit of large numbers of sockets:
adds 2640628b0 cygwin: add socket bugfix to release notes
adds 2e989b212 cygwin: fix stray semicolon
adds 46702f92e cygwin: pread() returns non-zero if read beyond EOF
adds c983aa487 cygwin: fhandler_disk_file::pread: always print debug info on return
adds 181fe5d2e cygwin: pread: Remove incorrect comment
adds b1a388799 newlib/.../getreent.c: Allow to be provided by host and do so [...]
adds 9cf0c4a01 newlib/libc/stdlib/realloc.c: fix variable name
adds f94fe74aa Cygwin: open: cleanup code in preparation of O_TMPFILE
adds 0aa99373c Cygwin: fcntl.h: Define O_TMPFILE and implement it
adds f9d071aaf Cygwin: fcntl.h: Define O_NOATIME
adds baaceb8f3 Cygwin: fcntl.h: Use test macros to guard non-standard open flags
adds ce0b11f9c Cygwin: Bump DLL version to 2.10.0, bump API minor to 319
adds 0b0b2b96f Cygwin: link: Simplify an expression
adds 0d57ef9de Cygwin: open: Remove unused code to handle HIDDEN and SYSTEM files
adds 0f88d21e4 Cygwin: Add FAQ How do I fix find_fast_cwd warnings?
adds 57732f9b4 Cygwin: pipe_data_available: cleanup code
adds 0e3e37537 RTEMS: Add missing functions to crt0
adds 6480987f3 RTEMS: Add missing __getreent() to crt0
adds 569d048c8 Add the Aarch64 SVE specific HWCAP_SVE define
adds 9789cdffd cygwin: cleanup fhandler_socket::release_events
adds bc14f1c17 cygwin: improve tags generation
adds 76f06705b cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__
new df6bb3a21 ssp: add APIs for Stack Smashing Protection
new 18ddd0d39 ssp: add Object Size Checking common code
new 735025eab ssp: add Object Size Checking for string.h functions
new 30feb5c49 ssp: add Object Size Checking for strings.h functions
new 8a7fa320e ssp: add Object Size Checking for stdio.h functions, part 1
new 79849a989 ssp: add Object Size Checking for unistd.h functions, part 1
new 6c503f9c1 ssp: add build infrastructure
new 36e36a620 cygwin: export SSP functions
new caa2a9b8f cygwin: create libssp compatibility import library
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 (57e6939fa)
\
N -- N -- N refs/heads/topic/ssp (caa2a9b8f)
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 9 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:
newlib/configure.host | 4 +-
newlib/libc/include/elf.h | 1 +
newlib/libc/include/ssp/ssp.h | 27 +---
newlib/libc/include/ssp/stdio.h | 11 +-
newlib/libc/include/ssp/string.h | 12 +-
newlib/libc/include/ssp/unistd.h | 2 +
newlib/libc/include/stdio.h | 2 +-
newlib/libc/include/string.h | 2 +-
newlib/libc/include/strings.h | 6 +-
newlib/libc/include/sys/_default_fcntl.h | 20 ++-
newlib/libc/include/sys/features.h | 13 +-
newlib/libc/include/sys/unistd.h | 9 +-
newlib/libc/reent/getreent.c | 8 +
newlib/libc/ssp/stack_protector.c | 3 +-
newlib/libc/stdlib/realloc.c | 2 +-
newlib/libc/sys/rtems/crt0.c | 16 +-
winsup/cygwin/Makefile.in | 5 +-
winsup/cygwin/autoload.cc | 8 +-
winsup/cygwin/dcrt0.cc | 10 +-
winsup/cygwin/dlfcn.cc | 4 +-
winsup/cygwin/dll_init.cc | 10 +-
winsup/cygwin/dll_init.h | 4 +-
winsup/cygwin/environ.cc | 2 +-
winsup/cygwin/exception.h | 6 +-
winsup/cygwin/exceptions.cc | 4 +-
winsup/cygwin/external.cc | 2 +-
winsup/cygwin/fcntl.cc | 8 +-
winsup/cygwin/fhandler.cc | 29 ++--
winsup/cygwin/fhandler_disk_file.cc | 66 +++++++--
winsup/cygwin/fhandler_socket.cc | 27 ++--
winsup/cygwin/globals.cc | 8 +-
winsup/cygwin/grp.cc | 8 +-
winsup/cygwin/include/a.out.h | 2 +-
winsup/cygwin/include/cygwin/grp.h | 2 +-
winsup/cygwin/include/cygwin/stat.h | 2 +-
winsup/cygwin/include/cygwin/version.h | 9 +-
winsup/cygwin/include/sys/cygwin.h | 6 +-
winsup/cygwin/include/sys/dirent.h | 8 +-
winsup/cygwin/lib/_cygwin_crt0_common.cc | 4 +-
winsup/cygwin/miscfuncs.cc | 2 +-
winsup/cygwin/mmap.cc | 8 +-
winsup/cygwin/passwd.cc | 8 +-
winsup/cygwin/path.cc | 8 +-
winsup/cygwin/release/{2.9.1 => 2.10.0} | 5 +
winsup/cygwin/sec_acl.cc | 28 ++--
winsup/cygwin/security.h | 2 +-
winsup/cygwin/select.cc | 67 +++++----
winsup/cygwin/syscalls.cc | 246 ++++++++++++++++++-------------
winsup/cygwin/uinfo.cc | 24 +--
winsup/cygwin/winsup.h | 4 +-
winsup/doc/faq-using.xml | 50 +++++++
51 files changed, 512 insertions(+), 312 deletions(-)
rename winsup/cygwin/release/{2.9.1 => 2.10.0} (64%)
--
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-tools-extra.
from d0bf766a Add an option to misc-move-const-arg to not diagnose on trivi [...]
new 91c4b98a run-clang-tidy: Use check_call instead of check_output
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:
clang-tidy/tool/run-clang-tidy.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 master
in repository llvm.
from 965e7876c31 Revert "Add opt-viewer testing"
new f7019c8d319 [GVN] Prevent ScalarPRE from hoisting across instructions t [...]
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/Scalar/GVN.cpp | 14 ++++
test/Transforms/GVN/PRE/local-pre.ll | 125 +++++++++++++++++++++++++++++++++++
2 files changed, 139 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.