This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 5057bf9 Don't pass Dot to every callback.
new 18cadbe [ELF] Propely handle .eh_frame in linker scripts
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/OutputSections.cpp | 7 +------
ELF/SyntheticSections.cpp | 2 ++
ELF/SyntheticSections.h | 3 ++-
ELF/Writer.cpp | 25 +++++++++++++++++++++++++
test/ELF/linkerscript/eh-frame.s | 19 +++++++++++++++++++
5 files changed, 49 insertions(+), 7 deletions(-)
create mode 100644 test/ELF/linkerscript/eh-frame.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 topic/forkables
in repository newlib.
discards 23cb494 forkables: inline dll_list::forkables_supported
discards 29e4a49 forkables: simplify disabling via shm
discards 0e9aa43 forkables: use dynloaded dll's IndexNumber as dirname
discards 1755bcb forkables: Document hardlink creation at forktime.
discards 1861bf9 forkables: Keep hardlinks disabled via shared mem.
discards f4e2372 forkables: On fork failure, retry with hardlinks.
discards 3e41daf forkables: Create forkable hardlinks, yet unused.
discards aec8054 dll_list: Track main executable and cygwin1.dll.
discards d7b28ac dll_list: Store dll file name as full NT path.
adds 88443b0 cwdstuff: Don't leave from setting the CWD prematurely on init
adds 49505a9 Cygwin: pthread_cond_wait: Do as Linux and BSD do.
adds eed33fa Document pthread_cond_wait change in release notes
adds b9498f1 Export timingsafe_bcmp and timingsafe_memcmp
adds 994a4b7 Cygwin: Emit correct errno EAGAIN if we can't create another thread
adds 51a993c yield: Don't lower thread priority, it leads to starvation
adds c8432a0 Implement dladdr() (partially)
adds f2e6553 Drop redundant brackets in call to _reclaim_reent
adds 44b1746 errno: Stop using _impure_ptr->_errno completely
adds 35d344b _dll_crt0: Drop incorrect check for being started from parent [...]
adds 48755fb fork: Don't copy _main_tls->local_clib from *_impure_ptr
adds 45d0d75 Drop now unused child_info_fork::from_main
adds c9e4b69 Belatedly bump Cygwin DLL version to 2.8.0
new fb94410 dll_list: Store dll file name as full NT path.
new ceb5807 dll_list: Track main executable and cygwin1.dll.
new 9b09e15 forkables: Create forkable hardlinks, yet unused.
new 9afaad3 forkables: On fork failure, retry with hardlinks.
new fe071dc forkables: Keep hardlinks disabled via shared mem.
new 011f0ad forkables: Document hardlink creation at forktime.
new cf80505 forkables: use dynloaded dll's IndexNumber as dirname
new df13bb9 forkables: simplify disabling via shm
new e4b0802 forkables: inline dll_list::forkables_supported
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 (23cb494)
\
N -- N -- N refs/heads/topic/forkables (e4b0802)
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:
winsup/cygwin/child_info.h | 3 +-
winsup/cygwin/common.din | 3 ++
winsup/cygwin/cygerrno.h | 4 +--
winsup/cygwin/dcrt0.cc | 2 +-
winsup/cygwin/dlfcn.cc | 34 +++++++++++++++++++++++
winsup/cygwin/environ.cc | 3 +-
winsup/cygwin/errno.cc | 4 +--
winsup/cygwin/fork.cc | 9 ++----
winsup/cygwin/include/cygwin/version.h | 8 ++++--
winsup/cygwin/include/dlfcn.h | 18 ++++++++++++
winsup/cygwin/miscfuncs.cc | 13 +++++----
winsup/cygwin/path.cc | 50 ++++++++++++++++++++++++++++------
winsup/cygwin/release/2.7.1 | 16 -----------
winsup/cygwin/release/2.8.0 | 25 +++++++++++++++++
winsup/cygwin/thread.cc | 29 ++++----------------
winsup/doc/new-features.xml | 30 ++++++++++++++++++++
winsup/doc/posix.xml | 6 ++++
17 files changed, 186 insertions(+), 71 deletions(-)
delete mode 100644 winsup/cygwin/release/2.7.1
create mode 100644 winsup/cygwin/release/2.8.0
--
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 ab0e0e2 Rename PT_NOTE namespace name used in AMDGPUPTNote.h
new 38890eb [AMDGPU] Split R600/SI getFrameIndexReference and emit stack [...]
new a328a46 Refactor the PSI to extract getCallSiteCount and remove check [...]
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/ProfileSummaryInfo.h | 4 +-
lib/Analysis/ProfileSummaryInfo.cpp | 53 ++++------
lib/Target/AMDGPU/AMDGPUFrameLowering.cpp | 36 -------
lib/Target/AMDGPU/AMDGPUFrameLowering.h | 3 -
lib/Target/AMDGPU/R600FrameLowering.cpp | 36 +++++++
lib/Target/AMDGPU/R600FrameLowering.h | 2 +
lib/Target/AMDGPU/SIFrameLowering.cpp | 8 ++
lib/Target/AMDGPU/SIFrameLowering.h | 2 +
.../AMDGPU/variable-locations-dwarf-v1.ll | 92 +++++++++++++++++
test/DebugInfo/AMDGPU/variable-locations.ll | 111 +++++++++++++++++++++
unittests/Analysis/ProfileSummaryInfoTest.cpp | 6 --
11 files changed, 275 insertions(+), 78 deletions(-)
create mode 100644 test/DebugInfo/AMDGPU/variable-locations-dwarf-v1.ll
create mode 100644 test/DebugInfo/AMDGPU/variable-locations.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 newlib.
from c8432a0 Implement dladdr() (partially)
new f2e6553 Drop redundant brackets in call to _reclaim_reent
new 44b1746 errno: Stop using _impure_ptr->_errno completely
new 35d344b _dll_crt0: Drop incorrect check for being started from parent [...]
new 48755fb fork: Don't copy _main_tls->local_clib from *_impure_ptr
new 45d0d75 Drop now unused child_info_fork::from_main
new c9e4b69 Belatedly bump Cygwin DLL version to 2.8.0
The 6 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/child_info.h | 3 +--
winsup/cygwin/cygerrno.h | 4 ++--
winsup/cygwin/dcrt0.cc | 2 +-
winsup/cygwin/environ.cc | 3 +--
winsup/cygwin/errno.cc | 4 ++--
winsup/cygwin/fork.cc | 9 ++-------
winsup/cygwin/include/cygwin/version.h | 4 ++--
winsup/cygwin/release/{2.7.1 => 2.8.0} | 3 +++
winsup/cygwin/thread.cc | 2 +-
winsup/doc/new-features.xml | 30 ++++++++++++++++++++++++++++++
10 files changed, 45 insertions(+), 19 deletions(-)
rename winsup/cygwin/release/{2.7.1 => 2.8.0} (73%)
--
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 27b5bfd [GlobalISel] Translate insertelement and extractelement
new ab0e0e2 Rename PT_NOTE namespace name used in AMDGPUPTNote.h
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/AMDGPUPTNote.h | 2 +-
lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp | 16 ++++++++--------
lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h | 3 ++-
3 files changed, 11 insertions(+), 10 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 lldb.
from 9c3a5ac Add a distinction in an apple accelerator table between IsVal [...]
new 9bf1bf1 Simplify & correct the patch I wrote in r297441, after thinki [...]
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/lldb/Core/MappedHash.h | 4 ----
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 24 +++++++++++-----------
2 files changed, 12 insertions(+), 16 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.
from 4dfcf06 [mips][msa] Remove range checks for non-immediate sld.[bhwd] [...]
new f597840 Attempt to fix Windows buildbot.
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:
test/Modules/dependency-dump-dependent-module.m | 2 ++
test/Modules/dependency-dump.m | 2 ++
2 files changed, 4 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 fw/out_buffer
in repository glibc.
at ddd21a2 WIP struct out_buffer
This branch includes the following new commits:
new ddd21a2 WIP struct out_buffer
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 gcc.
from 7ea97fb 2017-03-10 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new a02fe18 Add missing punctuation to message (PR driver/79875)
new b97c2c6 Build crt*vr.S with AltiVec enabled
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 | 6 ++++++
gcc/opts.c | 2 +-
libgcc/ChangeLog | 5 +++++
libgcc/config/rs6000/crtrestvr.S | 1 +
libgcc/config/rs6000/crtsavevr.S | 1 +
5 files changed, 14 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.