This is an automated email from the git hooks/post-receive script.
git pushed a change to branch master
in repository lldb.
from 78ca2edbc [CMake] Python bindings generation polishing
new f84ed8fe8 [Scalar] Simplify comparison operators and add coverage.
new 59a883204 [Driver] Some more cleanup. NFC
new 97dbc925c Fix symbols.enable-external-lookup description wording
new f7c24ace9 ProcessLaunchInfo: remove Debugger reference
new 203f62a96 ObjectFileBreakpad: Implement sections
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:
include/lldb/Target/ProcessLaunchInfo.h | 2 -
include/lldb/Target/Target.h | 4 +-
include/lldb/Utility/DataExtractor.h | 5 ++
.../Breakpad/Inputs/discontiguous-sections.syms | 5 ++
.../Breakpad/Inputs/sections-trailing-func.syms | 8 ++
lit/Modules/Breakpad/Inputs/sections.syms | 12 +++
lit/Modules/Breakpad/discontiguous-sections.test | 27 ++++++
lit/Modules/Breakpad/sections-trailing-func.test | 15 ++++
lit/Modules/Breakpad/sections.test | 89 ++++++++++++++++++++
source/Core/ModuleList.cpp | 8 +-
.../ObjectFile/Breakpad/ObjectFileBreakpad.cpp | 79 +++++++++++++++++-
source/Plugins/Platform/Linux/PlatformLinux.cpp | 4 +-
source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp | 4 +-
.../Plugins/Platform/Windows/PlatformWindows.cpp | 5 +-
.../gdb-server/PlatformRemoteGDBServer.cpp | 4 +-
source/Target/ProcessLaunchInfo.cpp | 8 --
source/Target/Target.cpp | 5 +-
source/Utility/Scalar.cpp | 95 +---------------------
tools/driver/Driver.cpp | 65 +++++++--------
tools/driver/Driver.h | 4 +-
unittests/Utility/ScalarTest.cpp | 18 ++++
21 files changed, 312 insertions(+), 154 deletions(-)
create mode 100644 lit/Modules/Breakpad/Inputs/discontiguous-sections.syms
create mode 100644 lit/Modules/Breakpad/Inputs/sections-trailing-func.syms
create mode 100644 lit/Modules/Breakpad/Inputs/sections.syms
create mode 100644 lit/Modules/Breakpad/discontiguous-sections.test
create mode 100644 lit/Modules/Breakpad/sections-trailing-func.test
create mode 100644 lit/Modules/Breakpad/sections.test
--
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.
git pushed a change to branch master
in repository compiler-rt.
from dd450bfaa [hwasan] Switch to 64 allocator with a dense size class map.
new af385a4d0 hwasan: Use system allocator to realloc and free untagged poi [...]
new 36ae1e98c hwasan: Implement lazy thread initialization for the intercep [...]
new 2f9635ee9 [sanitizer] Reduce stack depot size on Android.
new e40da12b5 Disable system-allocator-fallback.cc test on Android O and earlier.
new 8535ec19c Bring back the pthread_create interceptor, but only on non-aarch64.
new 73778fcc9 Revert "Revert "Switch Android from TLS_SLOT_TSAN(8) to TLS_S [...]
new 79d27782a [compiler-rt][Fuchsia] Replace _zx_vmar_allocate_old call
The 7 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/hwasan/hwasan.h | 2 +-
lib/hwasan/hwasan_allocator.cc | 41 ++++++++++++++--
lib/hwasan/hwasan_allocator.h | 6 +++
lib/hwasan/hwasan_interceptors.cc | 42 +++++------------
lib/hwasan/hwasan_linux.cc | 8 +++-
lib/hwasan/hwasan_new_delete.cc | 2 +-
lib/sanitizer_common/sanitizer_fuchsia.cc | 8 ++--
lib/sanitizer_common/sanitizer_linux.h | 10 ++--
lib/sanitizer_common/sanitizer_stackdepot.cc | 2 +-
lib/sanitizer_common/sanitizer_stackdepot.h | 2 +-
.../TestCases/Posix/system-allocator-fallback.cc | 54 ++++++++++++++++++++++
test/hwasan/lit.cfg | 6 ++-
test/lit.common.cfg | 2 +
13 files changed, 136 insertions(+), 49 deletions(-)
create mode 100644 test/hwasan/TestCases/Posix/system-allocator-fallback.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.
git pushed a change to branch master
in repository clang-tools-extra.
from 74aa5bb2 [clangd] Fix detecting atomics in stand-alone builds
new 8e9fa30d [Documentation] fix order of checks in checks/list.rst
new d019c35b [clangd] Disable BackgroundIndexTest.PeriodicalIndex
new e112a483 [clangd] Fix a regression issue caused by r348365.
The 3 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/GlobalCompilationDatabase.cpp | 12 +++++++++++-
docs/clang-tidy/checks/list.rst | 6 +++---
unittests/clangd/BackgroundIndexTests.cpp | 4 +++-
unittests/clangd/GlobalCompilationDatabaseTests.cpp | 11 +++++++----
4 files changed, 24 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.
git pushed a change to branch master
in repository lld.
from 997d79fe3 [test] Enable system-linker-elf feature on NetBSD [NFC]
new c05aaac56 [LLD][COFF] Fix file/line retrieval when a undefined symbol i [...]
new b986e5354 [LLD][COFF] Fix namespace compilation issue with a upcoming p [...]
new c39558c12 [LLD][COFF] PDB: Parallel sort publics
new 11fc40469 [MinGW] Expand comment for MinGW driver. NFC.
new c9d5567d3 [docs] Add a known limitation to the comment about lld suppor [...]
new e51e5f1ce [CodeView] More appropriate name and type for a Microsoft pre [...]
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:
COFF/InputFiles.h | 2 +-
COFF/PDB.cpp | 47 ++++++++------
MinGW/Driver.cpp | 24 ++++++-
docs/ReleaseNotes.rst | 5 +-
test/COFF/line-error.yaml | 160 ++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 213 insertions(+), 25 deletions(-)
create mode 100644 test/COFF/line-error.yaml
--
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.
git pushed a change to branch master
in repository glibc.
from 27c5e756a2 sysdeps/ieee754: prevent maybe-uninitialized errors with -O [...]
new 890461fe12 ChangeLog: Fix an obvious typo in the previous commit.
new b79dc8d0fe posix: Fix tst-spawn.c issue from commit 805334b26c
new 010fe23177 manual: Use @code{errno} instead of @var{errno} [BZ #24063]
new 7395f3a0ef en_US: define date_fmt (bug 24046)
new 2ef4271688 Only build libm with -fno-math-errno (bug 24024)
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:
ChangeLog | 45 +++++++++++++++++++++++++++++++-
Makeconfig | 6 +++--
localedata/locales/en_US | 3 +++
manual/arith.texi | 14 +++++-----
manual/filesys.texi | 6 ++---
manual/job.texi | 2 +-
manual/llio.texi | 4 +--
manual/math.texi | 2 +-
manual/message.texi | 18 ++++++-------
manual/nss.texi | 4 +--
manual/search.texi | 2 +-
manual/setjmp.texi | 4 +--
manual/time.texi | 2 +-
manual/users.texi | 4 +--
posix/tst-spawn.c | 4 +--
string/Makefile | 6 +++++
string/test-strerror-errno.c | 61 ++++++++++++++++++++++++++++++++++++++++++++
17 files changed, 151 insertions(+), 36 deletions(-)
create mode 100644 string/test-strerror-errno.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.
git pushed a change to branch master
in repository newlib.
from 34d9bb709 Cygwin: drop disabled O_TMPFILE POSIX unlink code
new 844a1b4fe Cygwin: path_conv: nobody cares if a path had symlinks after [...]
new 36ff506dd Cygwin: try_to_bin: fix typos in comments
new f72191ac0 Cygwin: return correct FH_PROCESSFD for files under /proc/PID [...]
new a3a5d52b3 Cygwin: introduce virt_fdsymlink to simplify /proc/PID/fd sym [...]
new 97d2fe269 Cygwin: pipe: use /proc/PID/fd/... or /proc/self/fd/... name
new c208ecd54 Cygwin: fhandler_base::open: allow to reopen file from handle
new 26d953689 Cygwin: path_conv: reorder private method declarations
new 91b264c76 Cygwin: path_conv: add serialization/deserialization facility
new c76468182 Cygwin: pinfo: add method to send a serialized path_conv and HANDLE
new 732613f30 Cygwin: implement /proc/PID/fd/DESCRIPTOR reopening by handle
new a1a750325 Cygwin: try_to_bin: allow to move O_TMPFILE files into bin
new 7dbe307e3 Cygwin: Move O_TMPFILE to bin and allow linkat by handle
new c90f4c0e2 Cygwin: Mark all O_TMPFILEs as deleted
new fde4eaa10 Cygwin: path_conv: decouple pathconv_flags from path_types
new c1023ee35 Cygwin: path_conv: decouple path_types from mount types
new ba12614f7 Cygwin: path_conv: add PATH_RESOLVE_PROCFD path_types flag
new 7aca27b4f Cygwin: introduce fhandler_process_fd and add stat(2) handling
new 8a17b1b2b Cygwin: document proc fd changes
new 9dae73edb Cygwin: fix regression in O_TMPFILE | O_EXCL case
new 4c33add5b Cygwin: drop redundant includes from fhandler_process_fd.cc
new 9db7f4d1d Cygwin: move fhandler_cygdrive methods into own source file
new 91ca95ae4 Cygwin: rename pipe.cc to fhandler_pipe.cc
The 22 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 | 4 +-
winsup/cygwin/dtable.cc | 4 +-
winsup/cygwin/fhandler.cc | 21 ++-
winsup/cygwin/fhandler.h | 32 +++++
winsup/cygwin/fhandler_cygdrive.cc | 158 ++++++++++++++++++++++
winsup/cygwin/fhandler_disk_file.cc | 137 -------------------
winsup/cygwin/{pipe.cc => fhandler_pipe.cc} | 81 ++---------
winsup/cygwin/fhandler_proc.cc | 12 +-
winsup/cygwin/fhandler_process.cc | 3 +-
winsup/cygwin/fhandler_process_fd.cc | 145 ++++++++++++++++++++
winsup/cygwin/include/{wait.h => cygwin/bits.h} | 10 +-
winsup/cygwin/include/cygwin/signal.h | 5 +-
winsup/cygwin/include/sys/mount.h | 44 +++---
winsup/cygwin/mount.cc | 17 +--
winsup/cygwin/path.cc | 173 +++++++++++++++++-------
winsup/cygwin/path.h | 151 ++++++++++-----------
winsup/cygwin/pinfo.cc | 41 +++++-
winsup/cygwin/pinfo.h | 4 +-
winsup/cygwin/release/2.12.0 | 8 ++
winsup/cygwin/syscalls.cc | 164 +++++++++++++++++-----
winsup/doc/new-features.xml | 5 +
winsup/utils/path.cc | 1 +
22 files changed, 795 insertions(+), 425 deletions(-)
create mode 100644 winsup/cygwin/fhandler_cygdrive.cc
rename winsup/cygwin/{pipe.cc => fhandler_pipe.cc} (86%)
create mode 100644 winsup/cygwin/fhandler_process_fd.cc
copy winsup/cygwin/include/{wait.h => cygwin/bits.h} (58%)
--
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.
git pushed a change to branch gdb-8.2-branch
in repository binutils-gdb.
from e5381fba7f Automatic date update in version.in
new d9b0cff96b Automatic date update in version.in
new f9174ab830 Automatic date update in version.in
new 6b9a24bad6 Automatic date update in version.in
The 3 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:
bfd/version.h | 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.
git pushed a change to branch binutils-2_31-branch
in repository binutils-gdb.
from 17fda593b8 Automatic date update in version.in
adds 49d511295b Automatic date update in version.in
adds b555b7045f Automatic date update in version.in
adds 89e8cd357e Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.