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 b6f48cb022 Use std::vector in struct catch_syscall_inferior_data
new 5c2c0020fb 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 0cbaafaaf1 Automatic date update in version.in
new 4b326dbd97 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 a711075a13 Automatic date update in version.in
new 545c56b880 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 binutils-gdb.
from dbdda973f3 Automatic date update in version.in
new f746a15444 C++-ify break-catch-sig
new 4fa8aeac19 C++-ify break-catch-throw
new e12c9b7a0c Use std::vector in syscall_catchpoint
new b6f48cb022 Use std::vector in struct catch_syscall_inferior_data
The 4 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/ChangeLog | 52 +++++++++++++++
gdb/break-catch-sig.c | 159 ++++++++++++++++-----------------------------
gdb/break-catch-syscall.c | 162 +++++++++++++++-------------------------------
gdb/break-catch-throw.c | 40 ++++--------
4 files changed, 172 insertions(+), 241 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 zorg.
from ac59c77 [libFuzzer bot] ensure that no process runs for more than 1 hour
new 8781ead Fix X86-64 SDE builder config. Replace double quotes with sin [...]
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:
buildbot/osuosl/master/config/builders.py | 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 libcxx.
from d08ba82b0 [libcxx] [test] Update msvc_stdlib_force_include.hpp.
new bfa81b089 Fix grammar-o in comment.
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/__config | 4 ++--
1 file changed, 2 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 clang.
from f69d06e402 [NFC, documentation] Prefer the term expansion instead of ma [...]
new 2b574ef3f3 [Bash-autocompletion] Fixed typo and add '-' after -Wno
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/Basic/DiagnosticIDs.cpp | 2 +-
test/Driver/autocomplete.c | 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 master
in repository clang.
from a50011f98b [index] Set SymbolSubKind::Accessor[GS]etter on class methods
new f69d06e402 [NFC, documentation] Prefer the term expansion instead of ma [...]
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:
docs/InternalsManual.rst | 4 ++--
1 file changed, 2 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 2b52298eb28 Reland "[LLVM][llvm-objcopy] Added basic plumbing to get th [...]
new b627b5cf774 Revert "Reland "[LLVM][llvm-objcopy] Added basic plumbing t [...]
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/CMakeLists.txt | 1 -
test/tools/llvm-objcopy/basic-copy.test | 47 ----
test/tools/llvm-objcopy/empty-section.test | 55 -----
test/tools/llvm-objcopy/program-headers.test | 68 ------
tools/LLVMBuild.txt | 1 -
tools/llvm-objcopy/CMakeLists.txt | 9 -
tools/llvm-objcopy/LLVMBuild.txt | 21 --
tools/llvm-objcopy/Object.cpp | 341 ---------------------------
tools/llvm-objcopy/Object.h | 150 ------------
tools/llvm-objcopy/llvm-objcopy.cpp | 99 --------
tools/llvm-objcopy/llvm-objcopy.h | 32 ---
11 files changed, 824 deletions(-)
delete mode 100644 test/tools/llvm-objcopy/basic-copy.test
delete mode 100644 test/tools/llvm-objcopy/empty-section.test
delete mode 100644 test/tools/llvm-objcopy/program-headers.test
delete mode 100644 tools/llvm-objcopy/CMakeLists.txt
delete mode 100644 tools/llvm-objcopy/LLVMBuild.txt
delete mode 100644 tools/llvm-objcopy/Object.cpp
delete mode 100644 tools/llvm-objcopy/Object.h
delete mode 100644 tools/llvm-objcopy/llvm-objcopy.cpp
delete mode 100644 tools/llvm-objcopy/llvm-objcopy.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 llvm.
from a6f2bdc947f [X86] Add nopq instruction which is a rex encoded version o [...]
new 2b52298eb28 Reland "[LLVM][llvm-objcopy] Added basic plumbing to get th [...]
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/CMakeLists.txt | 1 +
test/tools/llvm-objcopy/basic-copy.test | 47 ++++
test/tools/llvm-objcopy/empty-section.test | 55 +++++
test/tools/llvm-objcopy/program-headers.test | 68 ++++++
tools/LLVMBuild.txt | 1 +
tools/llvm-objcopy/CMakeLists.txt | 9 +
tools/{ => llvm-objcopy}/LLVMBuild.txt | 44 +---
tools/llvm-objcopy/Object.cpp | 341 +++++++++++++++++++++++++++
tools/llvm-objcopy/Object.h | 150 ++++++++++++
tools/llvm-objcopy/llvm-objcopy.cpp | 99 ++++++++
tools/llvm-objcopy/llvm-objcopy.h | 32 +++
11 files changed, 808 insertions(+), 39 deletions(-)
create mode 100644 test/tools/llvm-objcopy/basic-copy.test
create mode 100644 test/tools/llvm-objcopy/empty-section.test
create mode 100644 test/tools/llvm-objcopy/program-headers.test
create mode 100644 tools/llvm-objcopy/CMakeLists.txt
copy tools/{ => llvm-objcopy}/LLVMBuild.txt (52%)
create mode 100644 tools/llvm-objcopy/Object.cpp
create mode 100644 tools/llvm-objcopy/Object.h
create mode 100644 tools/llvm-objcopy/llvm-objcopy.cpp
create mode 100644 tools/llvm-objcopy/llvm-objcopy.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.