This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 96a5a1d378 Complete tdep move to convert_typed_floating
new 50300765aa Automatic date update in version.in
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:
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.
unknown user pushed a change to branch gdb-8.0-branch
in repository binutils-gdb.
from 0e450810d2 Automatic date update in version.in
new 5a0914e1c1 Automatic date update in version.in
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:
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.
unknown user pushed a change to branch binutils-2_29-branch
in repository binutils-gdb.
from 47b91aa9f5 Automatic date update in version.in
new a38a1d808d Automatic date update in version.in
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:
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.
unknown user pushed a change to branch master
in repository gcc.
from 5d65b7d0a66 gcc/ChangeLog:
new 579c97e1a3b [AArch64] PR71727 fix -mstrict-align
new 0173cb00983 jit: implement gcc_jit_function_get_address
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 | 7 +
gcc/config/aarch64/aarch64.c | 14 +-
gcc/jit/ChangeLog | 30 +
gcc/jit/docs/_build/texinfo/libgccjit.texi | 827 +++++++++++----------
gcc/jit/docs/cp/topics/expressions.rst | 9 +
gcc/jit/docs/topics/compatibility.rst | 7 +
gcc/jit/docs/topics/expressions.rst | 17 +
gcc/jit/jit-common.h | 1 +
gcc/jit/jit-playback.c | 14 +
gcc/jit/jit-playback.h | 3 +
gcc/jit/jit-recording.c | 77 +-
gcc/jit/jit-recording.h | 29 +
gcc/jit/libgccjit++.h | 9 +
gcc/jit/libgccjit.c | 20 +
gcc/jit/libgccjit.h | 15 +
gcc/jit/libgccjit.map | 5 +
gcc/testsuite/ChangeLog | 11 +
gcc/testsuite/jit.dg/all-non-failing-tests.h | 10 +
gcc/testsuite/jit.dg/test-returning-function-ptr.c | 143 ++++
19 files changed, 850 insertions(+), 398 deletions(-)
create mode 100644 gcc/testsuite/jit.dg/test-returning-function-ptr.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 users/palves/catch_exceptions
in repository binutils-gdb.
from bea0a5aeec zap catch_errors
new 2a015c47e1 zap catch_exceptions
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:
gdb/breakpoint.c | 35 ++------------------
gdb/breakpoint.h | 3 ++
gdb/exceptions.c | 81 -----------------------------------------------
gdb/gdb.h | 58 ---------------------------------
gdb/gdbthread.h | 2 ++
gdb/mi/mi-cmd-break.c | 13 ++++++--
gdb/mi/mi-cmd-catch.c | 1 -
gdb/mi/mi-interp.c | 72 +++++++++++++++++++----------------------
gdb/mi/mi-main.c | 49 ++++++++++++++++------------
gdb/remote-fileio.c | 37 +++++++++-------------
gdb/symfile-mem.c | 61 +++++++++++------------------------
gdb/thread.c | 88 ++-------------------------------------------------
12 files changed, 115 insertions(+), 385 deletions(-)
delete mode 100644 gdb/gdb.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 lldb.
from c08122766 Add support for running the lldb testsuite against an apple w [...]
new ca454dd2e Change build-llvm.py and build-lldb-llvm-clang's patching mec [...]
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:
scripts/Xcode/build-llvm.py | 2 +-
scripts/build-lldb-llvm-clang | 4 ++--
2 files changed, 3 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 hjl/pie/static
in repository glibc.
discards d006b425fe Don't use hidden visibility in libc.a with PIE on i386
discards f39009437f Add --enable-static-pie configure option to build static PIE
adds 2c7bbfaf4e hurd: Fix dirfd symbol exposition from ftw
adds 52a1f1814e hurd: Fix `revoke' symbol exposition from `unlockpt'
adds 64a4af28a6 hurd: Fix `seekdir' symbol exposition from `rewinddir'
adds 4009ddc692 hurd: Fix `getifaddrs' and `freeifaddrs' symbol exposition
new 3336d8e83b Add --enable-static-pie configure option to build static PIE
new 145075991c Don't use hidden visibility in libc.a with PIE on i386
new 844ff726d1 Add --enable-static-pie to build-many-glibcs.py
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 (d006b425fe)
\
N -- N -- N refs/heads/hjl/pie/static (844ff726d1)
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 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:
ChangeLog | 27 +++++++++++++++++++++++++++
dirent/dirfd.c | 3 ++-
include/dirent.h | 2 ++
include/ifaddrs.h | 5 +++++
include/unistd.h | 1 +
inet/check_pf.c | 4 ++--
inet/ifaddrs.c | 2 ++
io/ftw.c | 6 +++---
misc/revoke.c | 4 +++-
scripts/build-many-glibcs.py | 1 +
sysdeps/gnu/ifaddrs.c | 2 ++
sysdeps/mach/hurd/dirfd.c | 4 +++-
sysdeps/mach/hurd/revoke.c | 4 +++-
sysdeps/mach/hurd/rewinddir.c | 2 +-
sysdeps/mach/hurd/seekdir.c | 5 +++--
sysdeps/posix/dirfd.c | 4 +++-
sysdeps/unix/bsd/unlockpt.c | 2 +-
17 files changed, 64 insertions(+), 14 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 619b7697b9 [AVR] Update data layout to match current LLVM trunk
new ce3b2b06b6 [Preprocessor] Preserve #pragma clang assume_nonnull in prep [...]
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/clang/Lex/PPCallbacks.h | 18 ++++++++++++++++++
lib/Frontend/PrintPreprocessedOutput.cpp | 18 ++++++++++++++++++
lib/Lex/Pragma.cpp | 5 +++++
test/Preprocessor/pragma_assume_nonnull.c | 16 ++++++++++++++++
4 files changed, 57 insertions(+)
create mode 100644 test/Preprocessor/pragma_assume_nonnull.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 compiler-rt.
from 5b19f39ab Revert "Add support for custom loaders to symbolizer"
new bc4debffe ASan allocates a global data initialization array at the tail [...]
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/asan/asan_globals.cc | 4 ++++
test/asan/TestCases/Helpers/underflow.cc | 1 +
test/asan/TestCases/global-underflow.cc | 17 +++++++++++++++++
3 files changed, 22 insertions(+)
create mode 100644 test/asan/TestCases/Helpers/underflow.cc
create mode 100644 test/asan/TestCases/global-underflow.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.