This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 110cf3e Add a comment.
new 3870fbf Update for llvm change.
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/ELFCreator.cpp | 6 ++----
ELF/OutputSections.cpp | 12 +++---------
2 files changed, 5 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 llvm.
from 06c72d0 Revert r283248. It caused failures in the hexagon buildbots.
new 296fa89 [cpu-detection] Copy simplified version of get_cpuid_max to r [...]
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/Support/Host.cpp | 42 +++++++++++++++++++++++++++++++++++++-----
1 file changed, 37 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 clang.
from c5894c7 clang-cl: Make /Fo apply also when using -flto
new a0ff5f0 Separate builtins for x84-64 and i386; implement __mulh and __umulh
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/BuiltinsX86_64.def | 25 +++++++++++++++++++++++++
include/clang/Basic/TargetBuiltins.h | 12 ++++++++----
lib/Basic/Targets.cpp | 24 ++++++++++++++++--------
lib/CodeGen/CGBuiltin.cpp | 24 ++++++++++++++++++++++++
lib/Headers/intrin.h | 9 +++------
test/CodeGen/ms-intrinsics.c | 7 ++++++-
test/Sema/implicit-ms-builtin-decl.c | 31 ++++++++++++++++++++++++++++---
7 files changed, 110 insertions(+), 22 deletions(-)
create mode 100644 include/clang/Basic/BuiltinsX86_64.def
--
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 40046c6 Fix the decorator of TestBreakpointCaseSensitivity
new 99311c0 xfailing tests for Minidump plugin
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/functionalities/postmortem/minidump-new/TestMiniDumpNew.py | 6 ++++++
1 file changed, 6 insertions(+)
--
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 b09a7e4 Adding a new Minidump post-mortem debugging plugin
new 40046c6 Fix the decorator of TestBreakpointCaseSensitivity
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_case_sensitivity/TestBreakpointCaseSensitivity.py | 6 ++----
1 file changed, 2 insertions(+), 4 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 libcxx.
from cc30c0b Mark #2759 as ready and #2755 as complete
new 8f972f6 [libcxx] [test] Guard __has_include usage with a macro
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/support/test_macros.h | 8 +++++++-
1 file changed, 7 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 clang-tools-extra.
from 43a0574 Fix some false-positives with cppcoreguidelines-pro-type-memb [...]
new 03ce153 Make building the clang-tidy VS extension less spammy.
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:
clang-tidy-vs/ClangTidy/ClangTidy.csproj | 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 lldb.
from 11d1a49 Improvements to testing blacklist
new b09a7e4 Adding a new Minidump post-mortem debugging plugin
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:
.../postmortem/{minidump => minidump-new}/Makefile | 0
.../postmortem/minidump-new/TestMiniDumpNew.py | 100 ++++++++
.../postmortem/minidump-new}/linux-x86_64.cpp | 0
.../postmortem/minidump-new}/linux-x86_64.dmp | Bin
.../minidump-new/linux-x86_64_not_crashed.cpp | 36 +++
.../minidump-new/linux-x86_64_not_crashed.dmp | Bin 38320 -> 42408 bytes
source/API/SystemInitializerFull.cpp | 4 +
source/Plugins/Process/minidump/CMakeLists.txt | 2 +
source/Plugins/Process/minidump/MinidumpParser.cpp | 52 +++-
source/Plugins/Process/minidump/MinidumpParser.h | 22 +-
source/Plugins/Process/minidump/MinidumpTypes.cpp | 17 +-
source/Plugins/Process/minidump/MinidumpTypes.h | 8 +-
.../Plugins/Process/minidump/ProcessMinidump.cpp | 263 +++++++++++++++++++++
source/Plugins/Process/minidump/ProcessMinidump.h | 103 ++++++++
source/Plugins/Process/minidump/ThreadMinidump.cpp | 102 ++++++++
source/Plugins/Process/minidump/ThreadMinidump.h | 52 ++++
unittests/Process/minidump/MinidumpParserTest.cpp | 26 +-
17 files changed, 766 insertions(+), 21 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/postmortem/{minidump => minidu [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/minid [...]
copy {unittests/Process/minidump/Inputs => packages/Python/lldbsuite/test/function [...]
copy {unittests/Process/minidump/Inputs => packages/Python/lldbsuite/test/function [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/minid [...]
copy unittests/Process/minidump/Inputs/linux-x86_64.dmp => packages/Python/lldbsui [...]
create mode 100644 source/Plugins/Process/minidump/ProcessMinidump.cpp
create mode 100644 source/Plugins/Process/minidump/ProcessMinidump.h
create mode 100644 source/Plugins/Process/minidump/ThreadMinidump.cpp
create mode 100644 source/Plugins/Process/minidump/ThreadMinidump.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 gcc.
from c2ab919 Implement P0091R2, Template argument deduction for class templates.
new a4360e5 PR c++/77775 - misoptimization of PMF comparison
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/cp/ChangeLog | 6 ++++++
gcc/cp/constexpr.c | 8 +++++++-
gcc/testsuite/g++.dg/cpp0x/constexpr-pmf1.C | 17 +++++++++++++++++
3 files changed, 30 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-pmf1.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 llvm.
from b60ab5d [Target] move reciprocal estimate settings from TargetOptions [...]
new 06c72d0 Revert r283248. It caused failures in the hexagon buildbots.
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/SafeStack.cpp | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.