This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9cb26abb0fb [X86] Allow fake unary unpckhpd and movhlps to be commuted [...]
new f58835b3b61 [MS Demangler] Resolve back-references lazily.
new c6b30d1f129 Use %.*s instead of %*s when formatting strings with explic [...]
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:
lib/Demangle/MicrosoftDemangle.cpp | 197 ++++++++++++++++++++-----------------
1 file changed, 108 insertions(+), 89 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 4943d94a937 PR target/86813 * config/stormy16/stormy16.c (TARGET_HAVE [...]
new 5ad4bc86448 arm - correctly handle denormal results during softfp subtraction
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:
libgcc/ChangeLog | 7 +++++++
libgcc/config/arm/ieee754-df.S | 9 +++++----
libgcc/config/arm/ieee754-sf.S | 11 ++++++-----
3 files changed, 18 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 llvm.
from 00c90457120 [SLC] Refactor simplification of pow() (NFC)
new 9cb26abb0fb [X86] Allow fake unary unpckhpd and movhlps to be commuted [...]
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/Target/X86/X86InstrInfo.cpp | 27 +++++++++
test/CodeGen/X86/sse_partial_update.ll | 2 +-
test/CodeGen/X86/var-permute-128.ll | 2 +-
test/CodeGen/X86/vec_extract.ll | 4 +-
test/CodeGen/X86/vec_fp_to_int.ll | 32 +++++-----
test/CodeGen/X86/vector-reduce-fadd.ll | 90 ++++++++++++++--------------
test/CodeGen/X86/vector-reduce-fmul.ll | 86 +++++++++++++-------------
test/CodeGen/X86/vector-shuffle-128-v2.ll | 2 +-
test/CodeGen/X86/vector-shuffle-combining.ll | 4 +-
9 files changed, 138 insertions(+), 111 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 003d39feb Add byte counting mechanism to LLDB's Stream class.
new 09a2bd256 Add support for ARM and ARM64 breakpad generated minidump files
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 +
.../xcshareddata/xcschemes/desktop.xcscheme | 2 +-
.../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/MinidumpParser.cpp | 140 ++--
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 | 23 +-
source/Target/Target.cpp | 22 +-
16 files changed, 1860 insertions(+), 91 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 lldb.
from 2f3f42c2d Move ClangHighlighter.cpp to hopefully better place in Xcode [...]
new 003d39feb Add byte counting mechanism to LLDB's Stream 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:
include/lldb/Core/StreamAsynchronousIO.h | 3 +-
include/lldb/Core/StreamBuffer.h | 12 ++--
include/lldb/Core/StreamFile.h | 2 +-
include/lldb/Utility/Stream.h | 25 +++++++-
include/lldb/Utility/StreamString.h | 3 +-
include/lldb/Utility/StreamTee.h | 46 +++++++-------
source/Core/StreamAsynchronousIO.cpp | 2 +-
source/Core/StreamFile.cpp | 2 +-
source/Utility/StreamString.cpp | 7 ++-
unittests/Utility/StreamTeeTest.cpp | 4 +-
unittests/Utility/StreamTest.cpp | 101 +++++++++++++++++++++++++++++++
11 files changed, 168 insertions(+), 39 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 87aefa4312 Try to make builtin address space declarations not useless
new 1d631d4f58 [analyzer] Make RegionVector use const reference
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/StaticAnalyzer/Core/BugReporterVisitors.cpp | 17 +++++++----------
1 file changed, 7 insertions(+), 10 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 ac2b393f4f5 [nvptx] Ignore c++ exceptions
new 4943d94a937 PR target/86813 * config/stormy16/stormy16.c (TARGET_HAVE [...]
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 | 8 ++++++++
gcc/config/stormy16/stormy16.c | 3 +++
2 files changed, 11 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 gcc.
from 26771b45cec PR target/86803 * config/rx/rx.c (TARGET_HAVE_SPECULATION [...]
new af6206140b7 PR target/86810 * config/v850/v850.c (TARGET_HAVE_SPECULA [...]
new ac2b393f4f5 [nvptx] Ignore c++ exceptions
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 | 12 ++++++++++++
gcc/common/config/nvptx/nvptx-common.c | 9 +++++++++
gcc/config/nvptx/nvptx.c | 3 +++
gcc/config/v850/v850.c | 3 +++
libgomp/ChangeLog | 11 +++++++++++
libgomp/testsuite/libgomp.oacc-c++/routine-1-auto.C | 2 --
libgomp/testsuite/libgomp.oacc-c++/routine-1-template-auto.C | 2 --
.../routine-1-template-trailing-return-type.C | 2 --
libgomp/testsuite/libgomp.oacc-c++/routine-1-template.C | 2 --
.../libgomp.oacc-c++/routine-1-trailing-return-type.C | 2 --
libgomp/testsuite/libgomp.oacc-c-c++-common/routine-1.c | 2 --
11 files changed, 38 insertions(+), 12 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 glibc.
from f6dcefbe60 Fix math/test-misc.c for undefined fenv.h macros.
new 506d7fb1d4 Do not define various fenv.h macros for MIPS soft-float (bug [...]
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:
ChangeLog | 31 +++++++++++++++++++++++++++++
sysdeps/mips/bits/fenv.h | 42 +++++++++++++++++++++++++++++----------
sysdeps/mips/mips64/sfp-machine.h | 9 ++++-----
sysdeps/mips/nofpu/fesetenv.c | 8 ++++++++
sysdeps/mips/nofpu/feupdateenv.c | 8 ++++++++
5 files changed, 82 insertions(+), 16 deletions(-)
create mode 100644 sysdeps/mips/nofpu/fesetenv.c
create mode 100644 sysdeps/mips/nofpu/feupdateenv.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 79b60e464bf [X86][SSE] Add uniform/non-uniform exact sdiv vector tests [...]
new 00c90457120 [SLC] Refactor simplification of pow() (NFC)
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/Transforms/Utils/SimplifyLibCalls.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.