This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 62f717097f0 Fix typo in the MSVC Visualizer for SmallVector class
new 5312a9b038b [RegisterCoalescer] Delay live interval update work until 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:
lib/CodeGen/RegisterCoalescer.cpp | 63 +++++++++++++--
...{limit-split-cost.mir => late-remat-update.mir} | 94 +++++++---------------
2 files changed, 88 insertions(+), 69 deletions(-)
copy test/CodeGen/X86/{limit-split-cost.mir => late-remat-update.mir} (50%)
--
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 88bd421e20 [Fixed Point Arithmetic] Remove unused include.
new 4f423d6764 Force test/Driver/fuchsia.c(pp) to use 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:
test/Driver/fuchsia.c | 23 +++++++++++++++++------
test/Driver/fuchsia.cpp | 8 +++++---
2 files changed, 22 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.
unknown user pushed a change to branch master
in repository lldb.
from b6738d5e2 Fix offsetof usage that got lost when passing patches between [...]
new 67ed3cc74 Fix more offsetof issues.
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:
.../Plugins/Process/minidump/RegisterContextMinidump_ARM.cpp | 10 +++++-----
1 file changed, 5 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 lldb.
from f6cabcbf5 Add support for ARM and ARM64 breakpad generated minidump fil [...]
new b6738d5e2 Fix offsetof usage that got lost when passing patches between [...]
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:
.../Process/minidump/RegisterContextMinidump_ARM.cpp | 16 +++++++++-------
.../Process/minidump/RegisterContextMinidump_ARM64.cpp | 14 +++++++-------
2 files changed, 16 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 gcc.
from ba0f90e493b PR c++/86767 * constexpr.c (cxx_eval_statement_list): Han [...]
new 917dad34cb5 [PATCH] Diagnostic included-from loop
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:
gcc/ChangeLog | 5 +++++
gcc/diagnostic.c | 30 +++++++++++++++++-------------
2 files changed, 22 insertions(+), 13 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 569d6c184 Fix Mangled::Compare()
new f6cabcbf5 Add support for ARM and ARM64 breakpad generated minidump fil [...]
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/Target/Target.h | 30 +-
lldb.xcodeproj/project.pbxproj | 16 +
.../postmortem/minidump-new/TestMiniDumpNew.py | 155 ++++
.../postmortem/minidump-new/arm-linux.dmp | Bin 0 -> 588 bytes
.../postmortem/minidump-new/arm-macos.dmp | Bin 0 -> 588 bytes
.../postmortem/minidump-new/arm64-macos.dmp | Bin 0 -> 1016 bytes
source/Plugins/Process/minidump/CMakeLists.txt | 2 +
source/Plugins/Process/minidump/MinidumpParser.cpp | 26 +-
source/Plugins/Process/minidump/MinidumpParser.h | 1 +
.../Plugins/Process/minidump/ProcessMinidump.cpp | 14 +-
.../minidump/RegisterContextMinidump_ARM.cpp | 532 +++++++++++++
.../Process/minidump/RegisterContextMinidump_ARM.h | 95 +++
.../minidump/RegisterContextMinidump_ARM64.cpp | 836 +++++++++++++++++++++
.../minidump/RegisterContextMinidump_ARM64.h | 85 +++
source/Plugins/Process/minidump/ThreadMinidump.cpp | 24 +-
source/Target/Target.cpp | 22 +-
16 files changed, 1805 insertions(+), 33 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/minid [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/minid [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/minid [...]
create mode 100644 source/Plugins/Process/minidump/RegisterContextMinidump_ARM.cpp
create mode 100644 source/Plugins/Process/minidump/RegisterContextMinidump_ARM.h
create mode 100644 source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.cpp
create mode 100644 source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.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 clang.
from ad0147dac2 [AST] Remove unnecessary indirections in DeclarationNameTable
new 88bd421e20 [Fixed Point Arithmetic] Remove unused include.
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/FixedPoint.cpp | 1 -
1 file changed, 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 5b8a7e263c1 Fix raw_fd_ostream::write_impl hang due to an infinite loop [...]
new 62f717097f0 Fix typo in the MSVC Visualizer for SmallVector class
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:
utils/LLVMVisualizers/llvm.natvis | 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 1d1e4e257b [Fixed Point Arithmetic] Fix for FixedPointValueToString
new 0fb95938a3 [Fixed Point Arithmetic] Fixed Point Constant
new ad0147dac2 [AST] Remove unnecessary indirections in DeclarationNameTable
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/clang/AST/ASTContext.h | 5 +
include/clang/AST/DeclarationName.h | 108 ++++-
include/clang/Basic/FixedPoint.h | 138 +++++++
include/clang/Basic/TargetInfo.h | 8 +
lib/AST/ASTContext.cpp | 20 +
lib/AST/DeclarationName.cpp | 109 +----
lib/Basic/CMakeLists.txt | 1 +
lib/Basic/FixedPoint.cpp | 115 ++++++
lib/Sema/SemaExpr.cpp | 9 +-
test/Frontend/fixed_point_declarations.c | 16 +-
unittests/Basic/CMakeLists.txt | 2 +
unittests/Basic/FixedPointTest.cpp | 683 +++++++++++++++++++++++++++++++
12 files changed, 1091 insertions(+), 123 deletions(-)
create mode 100644 include/clang/Basic/FixedPoint.h
create mode 100644 lib/Basic/FixedPoint.cpp
create mode 100644 unittests/Basic/FixedPointTest.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.