This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ece158a580d * doc/xml/manual/documentation_hacking.xml: Adjust link to [...]
new 692de7464d8 * doc/xml/api.xml: www.fsf.org has moved to https. Also om [...]
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:
libstdc++-v3/ChangeLog | 9 +++++++++
libstdc++-v3/doc/xml/api.xml | 2 +-
libstdc++-v3/doc/xml/faq.xml | 2 +-
libstdc++-v3/doc/xml/manual/appendix_free.xml | 2 +-
libstdc++-v3/doc/xml/manual/intro.xml | 2 +-
libstdc++-v3/doc/xml/manual/spine.xml | 2 +-
libstdc++-v3/doc/xml/spine.xml | 2 +-
7 files changed, 15 insertions(+), 6 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 529810de89c Fix UBSAN in regrename.c (PR rtl-optimization/84635).
new ece158a580d * doc/xml/manual/documentation_hacking.xml: Adjust link to [...]
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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/doc/xml/manual/documentation_hacking.xml | 2 +-
2 files changed, 6 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 c8f23a2d217 [SelectionDAG] Don't default the SelectionDAG* parameter to [...]
new 2c4e9afb584 [AArch64] Fix a few InstRWs in the A53 scheduler model and [...]
new 258e9b19646 [Mips] Remove duplicate lines from MipsScheduleP5600.td and [...]
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/AArch64/AArch64SchedA53.td | 11 ++++-------
lib/Target/Mips/MipsScheduleP5600.td | 21 ---------------------
2 files changed, 4 insertions(+), 28 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 gcc-6-branch
in repository gcc.
from bda9a8c0d6e Daily bump.
new d4caecc35c2 Backport from mainline 2016-12-11 John David Anglin <da [...]
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 | 9 +++++++++
gcc/config/pa/pa.c | 19 ++++++++++++++++++-
gcc/config/pa/pa.opt | 4 ++++
gcc/doc/invoke.texi | 10 +++++++++-
4 files changed, 40 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 27bdb27dad7 [TableGen] When trying to reuse a scheduler class for instr [...]
new c8f23a2d217 [SelectionDAG] Don't default the SelectionDAG* parameter to [...]
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/llvm/CodeGen/SelectionDAGNodes.h | 14 ++++++++++++--
1 file changed, 12 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 zack/wip-check-localplt-2
in repository glibc.
at c9534679ad WIP finer-grained, more aggressive local PLT call check
This branch includes the following new commits:
new c9534679ad WIP finer-grained, more aggressive local PLT call check
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 lldb.
from 5019796a7 Fix the Windows build after r327750
new 44814864c DWARFUnit split out of DWARFCompileUnit
new 83c7af5bc Move the codebase to use: DWARFCompileUnit -> DWARFUnit
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/lldb/Expression/DWARFExpression.h | 16 +-
source/Expression/DWARFExpression.cpp | 20 +-
source/Plugins/SymbolFile/DWARF/CMakeLists.txt | 1 +
source/Plugins/SymbolFile/DWARF/DIERef.cpp | 6 +-
.../SymbolFile/DWARF/DWARFASTParserJava.cpp | 4 +-
source/Plugins/SymbolFile/DWARF/DWARFAttribute.cpp | 6 +-
source/Plugins/SymbolFile/DWARF/DWARFAttribute.h | 8 +-
.../Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp | 476 +---------------
source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h | 108 +---
source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp | 6 +-
source/Plugins/SymbolFile/DWARF/DWARFDIE.h | 20 +-
.../Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp | 4 +-
source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp | 32 +-
source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h | 19 +-
.../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 82 +--
.../Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h | 66 +--
source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp | 16 +-
source/Plugins/SymbolFile/DWARF/DWARFFormValue.h | 12 +-
source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 630 +++++++++++++++++++++
source/Plugins/SymbolFile/DWARF/DWARFUnit.h | 161 ++++++
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 56 +-
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 14 +-
.../SymbolFile/DWARF/SymbolFileDWARFDwo.cpp | 12 +-
.../Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h | 14 +-
.../SymbolFile/DWARF/SymbolFileDWARFDwoDwp.cpp | 4 +-
.../SymbolFile/DWARF/SymbolFileDWARFDwoDwp.h | 2 +-
.../SymbolFile/DWARF/SymbolFileDWARFDwp.cpp | 2 +-
.../Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.h | 2 +-
28 files changed, 1017 insertions(+), 782 deletions(-)
create mode 100644 source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
create mode 100644 source/Plugins/SymbolFile/DWARF/DWARFUnit.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 gcc.
from b229bdf2140 2018-03-18 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 529810de89c Fix UBSAN in regrename.c (PR rtl-optimization/84635).
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 | 6 ++++++
gcc/regrename.c | 18 +++++++++++-------
2 files changed, 17 insertions(+), 7 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 sthibaul/hurd-builds
in repository glibc.
discards f9d70afb29 htl: remove _IO_ name aliases
discards ae5680fdb2 Drop deprecated glibc option
discards da4de247fb hurd: Add libphread.so ABI file
discards f772108f8b t/gsync-libc From: Agustina Arzille <avarzille(a)riseup.net> S [...]
discards fcd7086300 Revert signal disposition, not in glibc's cvs yet
discards d19e12d126 plug htl subdir to the build, hackish for now
discards 4c2d0099b8 Until posix thread signal distribution is commited
discards 4ac5b663b7 Hack htl build failures
discards 8cfb30ea59 Import Hurd libpthread git snapshot 55c35d62a3a6
discards c628ededbd t/tls-threadvar
discards ccee05fbb4 t2.26/sched_param
discards 78462ad394 t2.25/tls
discards f03acb7dd2 t/tls
discards 42c4aaa587 t/posix_thread
discards 9d4b9202d0 t/libpthread_depends
adds 6dbe9dcae5 hurd: Fix coding style
adds dd28d4ba97 x86_64: Fix build with RTLD_PRIVATE_ERRNO defined to 1
adds 9a37922ee0 hurd: Add missing include
adds 542c20a171 hurd: Rewrite __libc_cleanup_*
adds fb4cc8a0c2 hurd: Reimplement libc locks using mach's gsync
adds 55325314bf hurd: Fix copyright years
adds 489999cc9c hurd: Fix O_NOFOLLOW
adds 72103e73c9 hurd: Fix O_DIRECTORY | O_NOFOLLOW
adds aa2189295e hurd: Fix boot with statically-linked exec server
adds 20bc801b3d hurd: Add mlockall support
adds 72e7ffc37f Hurd: fix port leak in TLS
adds e54554ca62 hurd: fix build
new 8f046f851f t/libpthread_depends
new 526505d29d t/posix_thread
new 2d1cc62d13 t/tls
new 925a630337 t2.25/tls
new 6433d22c74 t2.26/sched_param
new f91518a378 t/tls-threadvar
new 6ff87eb971 Import Hurd libpthread git snapshot 55c35d62a3a6
new 53c3c097b0 Hack htl build failures
new 5049fabcfa Until posix thread signal distribution is commited
new 4150db2f89 plug htl subdir to the build, hackish for now
new 797492f876 Revert signal disposition, not in glibc's cvs yet
new 0cff6f1fc2 hurd: Add libphread.so ABI file
new 6ba2f9a086 Drop deprecated glibc option
new 7c324f3927 htl: remove _IO_ name aliases
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 (f9d70afb29)
\
N -- N -- N refs/heads/sthibaul/hurd-builds (7c324f3927)
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 14 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 | 83 ++++++++++++++++++++++++++++++++
hurd/hurd/signal.h | 2 +-
hurd/hurd/threadvar.h | 2 +-
hurd/hurdlock.c | 20 ++++----
hurd/hurdlock.h | 35 +++++++-------
hurd/hurdlookup.c | 2 +-
hurd/lookup-retry.c | 38 +++++++++------
mach/lock-intern.h | 18 +++----
mach/lowlevellock.h | 21 ++++----
mach/setup-thread.c | 4 +-
resolv/gai_notify.c | 2 -
sysdeps/mach/hurd/i386/init-first.c | 2 +-
sysdeps/mach/hurd/i386/tls.h | 35 ++++++++------
{misc => sysdeps/mach/hurd}/mlockall.c | 18 +++++--
{misc => sysdeps/mach/hurd}/munlockall.c | 18 +++++--
sysdeps/mach/libc-lock.h | 8 +--
sysdeps/unix/sysv/linux/x86_64/sysdep.h | 7 ++-
17 files changed, 212 insertions(+), 103 deletions(-)
copy {misc => sysdeps/mach/hurd}/mlockall.c (73%)
copy {misc => sysdeps/mach/hurd}/munlockall.c (70%)
--
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 newlib.
from 3ce38df8d Reduce qsort stack consumption
new 1f41bc16f Cygwin: tags: drop _EXFUN regex
new 60ca1c135 Cygwin: AF_UNIX: Use spinlock rather than SRWLOCKs
new 848d5b70d Cygwin: AF_UNIX: Add state_lock to guard manipulating shared [...]
new a366a8fc4 Cygwin: ntdll.h: Define FSCTL_PIPE_PEEK and NtWaitForSingleObject
new 4fe086c84 Cygwin: AF_UNIX: Redesign various aspects
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 | 2 -
winsup/cygwin/fhandler.h | 160 ++++++----
winsup/cygwin/fhandler_socket_unix.cc | 537 ++++++++++++++++++++++++----------
winsup/cygwin/ntdll.h | 5 +-
4 files changed, 494 insertions(+), 210 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.