This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0141b9c91b1 2018-10-18 Paul Thomas <pault(a)gcc.gnu.org>
new 3f4b6b43d08 2018-10-18 Richard Biener <rguenther(a)suse.de>
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/ChangeLog | 8 ++++
gcc/config/i386/i386.c | 114 +++++++++++++++++++------------------------------
2 files changed, 53 insertions(+), 69 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 clang-tools-extra.
from f3efd159 [clang-tidy] Ignore a case where the fix of make_unique check [...]
new c2758dd1 [clangd] Encode Line/Column as a 32-bits integer.
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:
clangd/FindSymbols.cpp | 8 +++----
clangd/XRefs.cpp | 8 +++----
clangd/index/Index.cpp | 24 ++++++++++++++++++--
clangd/index/Index.h | 23 +++++++++++++++----
clangd/index/Serialization.cpp | 8 +++----
clangd/index/SymbolCollector.cpp | 4 ++--
clangd/index/YAMLSerialization.cpp | 37 +++++++++++++++++++++++++++----
unittests/clangd/FileIndexTests.cpp | 8 +++----
unittests/clangd/IndexTests.cpp | 23 +++++++++++++++----
unittests/clangd/SymbolCollectorTests.cpp | 30 ++++++++++++-------------
10 files changed, 126 insertions(+), 47 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 6bada676c0d 2018-10-18 Richard Biener <rguenther(a)suse.de>
new da6baba71d8 2018-10-18 Paul Thomas <pault(a)gcc.gnu.org>
new 0141b9c91b1 2018-10-18 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 13 ++++++++
gcc/fortran/trans-decl.c | 5 +--
gcc/fortran/trans-stmt.c | 7 ++--
gcc/testsuite/ChangeLog | 10 ++++++
gcc/testsuite/gfortran.dg/associate_45.f90 | 38 ++++++++++++++++++++++
.../gfortran.dg/deferred_character_30.f90 | 9 +++++
6 files changed, 75 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/associate_45.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_30.f90
--
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/2.28/master
in repository glibc.
from 5a74abda20 i386: Use _dl_runtime_[resolve|profile]_shstk for SHSTK [BZ #23716]
new 314e181dc9 Fix race in pthread_mutex_lock while promoting to PTHREAD_MU [...]
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 | 31 +++++++
nptl/Makefile | 8 +-
nptl/pthreadP.h | 12 ++-
nptl/pthread_mutex_consistent.c | 7 +-
nptl/pthread_mutex_destroy.c | 11 ++-
nptl/pthread_mutex_getprioceiling.c | 4 +-
nptl/pthread_mutex_init.c | 14 +--
nptl/pthread_mutex_lock.c | 28 ++++--
nptl/pthread_mutex_setprioceiling.c | 7 +-
nptl/pthread_mutex_timedlock.c | 17 +++-
nptl/pthread_mutex_trylock.c | 17 +++-
nptl/pthread_mutex_unlock.c | 17 +++-
nptl/tst-mutex10.c | 109 ++++++++++++++++++++++++
sysdeps/nptl/bits/thread-shared-types.h | 22 ++++-
sysdeps/unix/sysv/linux/powerpc/force-elision.h | 44 +++++++++-
sysdeps/unix/sysv/linux/s390/force-elision.h | 44 +++++++++-
sysdeps/unix/sysv/linux/x86/force-elision.h | 44 +++++++++-
17 files changed, 386 insertions(+), 50 deletions(-)
create mode 100644 nptl/tst-mutex10.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/2.27/master
in repository glibc.
from a127df9f3e Fix misreported errno on preadv2/pwritev2 (BZ#23579)
new 5bdb6897fc Fix race in pthread_mutex_lock while promoting to PTHREAD_MU [...]
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 | 31 +++++++
nptl/Makefile | 8 +-
nptl/pthreadP.h | 12 ++-
nptl/pthread_mutex_consistent.c | 7 +-
nptl/pthread_mutex_destroy.c | 11 ++-
nptl/pthread_mutex_getprioceiling.c | 4 +-
nptl/pthread_mutex_init.c | 14 +--
nptl/pthread_mutex_lock.c | 28 ++++--
nptl/pthread_mutex_setprioceiling.c | 7 +-
nptl/pthread_mutex_timedlock.c | 17 +++-
nptl/pthread_mutex_trylock.c | 17 +++-
nptl/pthread_mutex_unlock.c | 17 +++-
nptl/tst-mutex10.c | 109 ++++++++++++++++++++++++
sysdeps/nptl/bits/thread-shared-types.h | 22 ++++-
sysdeps/unix/sysv/linux/powerpc/force-elision.h | 44 +++++++++-
sysdeps/unix/sysv/linux/s390/force-elision.h | 44 +++++++++-
sysdeps/unix/sysv/linux/x86/force-elision.h | 44 +++++++++-
17 files changed, 386 insertions(+), 50 deletions(-)
create mode 100644 nptl/tst-mutex10.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 linux.
from 9bd871df56a7 Merge tag 'trace-v4.19-rc8' of git://git.kernel.org/pub/sc [...]
new c994b12945a6 test_ida: Fix lockdep warning
new a309d5db5879 idr: Change documentation license
new ca9f672f7c6b Merge branch 'ida-fixes-4.19-rc8' of git://git.infradead.o [...]
new 19e6420e4170 LICENSES: Remove CC-BY-SA-4.0 license text
new eb66ae030829 mremap: properly flush TLB before releasing the page
new 169b80339749 cachefiles: fix the race between cachefiles_bury_object() [...]
new 1ff22883b0b2 fscache: Fix incomplete initialisation of inline key space
new fa520c47eaa1 fscache: Fix out of bound read in long cookie keys
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:
Documentation/core-api/idr.rst | 2 +-
LICENSES/other/CC-BY-SA-4.0 | 397 -----------------------------------------
fs/cachefiles/namei.c | 2 +-
fs/fscache/cookie.c | 31 ++--
fs/fscache/internal.h | 1 -
fs/fscache/main.c | 4 +-
include/linux/huge_mm.h | 2 +-
lib/test_ida.c | 4 +-
mm/huge_memory.c | 10 +-
mm/mremap.c | 30 ++--
10 files changed, 33 insertions(+), 450 deletions(-)
delete mode 100644 LICENSES/other/CC-BY-SA-4.0
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.