This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_30-branch
in repository binutils-gdb.
from 5ae852c479 Automatic date update in version.in
new ecc6f32fc2 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 clang.
from dd36ea8e5a [Availability] Improve availability to consider functions ru [...]
new c7567683ca [ARM] Compute a target feature which corresponds to the ARM [...]
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/Targets/ARM.cpp | 11 +++++
test/CodeGen/arm-long-calls.c | 4 +-
test/CodeGen/arm-no-movt.c | 4 +-
test/CodeGen/arm-target-features.c | 73 ++++++++++++++++++++++------
test/CodeGen/arm-thumb-mode-target-feature.c | 8 +--
5 files changed, 78 insertions(+), 22 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 lnt.
from db4ffb6 Try to import parse_requirements from pip._internal.req too.
new 09f8ba3 Move requests to requirements.client.txt
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:
requirements.client.txt | 1 +
requirements.server.txt | 1 -
2 files 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 llvm.
from 603f108077e Revert "build: reserve `--color-diagnostics` for lld"
new 622b1d62efb [DebugInfo] Follow-up bug fix on "Fixing a couple of DI dup [...]
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/IR/DebugInfo.cpp | 2 --
.../debuginfofinder-imported-global-variable.ll | 41 ++++++++++++++++++++++
2 files changed, 41 insertions(+), 2 deletions(-)
create mode 100644 test/DebugInfo/Generic/debuginfofinder-imported-global-variable.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 clang.
from 3857ab3c9e Limit types of builtins that can be redeclared.
new dd36ea8e5a [Availability] Improve availability to consider functions ru [...]
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/Basic/DiagnosticSemaKinds.td | 4 +++
lib/Sema/SemaDecl.cpp | 15 ++++++++++
lib/Sema/SemaDeclAttr.cpp | 6 ++++
lib/Sema/SemaDeclObjC.cpp | 11 ++++++++
test/SemaObjC/unguarded-availability.m | 44 +++++++++++++++++++++++++++++-
5 files changed, 79 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 lldb.
from 7f1a8ffa3 Make sure deleting all breakpoints clears their sites first
new 02f603c54 [Commands] Expose statistics through the SBAPI.
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/API/SBStructuredData.h | 1 +
include/lldb/API/SBTarget.h | 2 ++
.../{frame_var_scope => stats_api}/Makefile | 0
.../functionalities/stats_api/TestStatisticsAPI.py | 28 ++++++++++++++++++++++
.../test/functionalities/stats_api/main.c | 3 +++
scripts/interface/SBTarget.i | 2 ++
source/API/SBTarget.cpp | 21 ++++++++++++++++
7 files changed, 57 insertions(+)
copy packages/Python/lldbsuite/test/functionalities/{frame_var_scope => stats_api} [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/stats_api/TestSt [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/stats_api/main.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 lld.
from 2d2a7cc2d [PDB] Correctly use the target machine when writing DBI stream.
new c9fad90f4 Revert r329960 "Do not keep shared symbols created from garba [...]
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/Driver.cpp | 13 -------------
test/ELF/as-needed-weak.s | 22 ----------------------
test/ELF/gc-sections-shared.s | 23 +++++++++++++++++++++++
3 files changed, 23 insertions(+), 35 deletions(-)
delete mode 100644 test/ELF/as-needed-weak.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 master
in repository lldb.
from 266174c3b [lldb-private] Mark a function as inline to prevent multiple [...]
new 7f1a8ffa3 Make sure deleting all breakpoints clears their sites first
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:
.../breakpoint_command/TestBreakpointCommand.py | 19 +++++++++++++++++++
.../breakpoint/breakpoint_command/main.c | 4 ++++
source/Breakpoint/BreakpointList.cpp | 12 +++++++-----
3 files changed, 30 insertions(+), 5 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 libcxxabi.
from 0df654b [demangler] NFC: Some refactoring to support partial demangling.
new b95ff2d [libc++abi] Replace __sync_* functions with __libcpp_atomic_* [...]
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:
src/cxa_default_handlers.cpp | 17 ++--
src/cxa_exception.cpp | 5 +-
src/cxa_handlers.cpp | 22 ++----
src/include/atomic_support.h | 181 +++++++++++++++++++++++++++++++++++++++++++
src/include/refstring.h | 9 ++-
5 files changed, 199 insertions(+), 35 deletions(-)
create mode 100644 src/include/atomic_support.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 152533c3236 build: reserve `--color-diagnostics` for lld
new 603f108077e Revert "build: reserve `--color-diagnostics` for lld"
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:
cmake/modules/HandleLLVMOptions.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.