This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8d28e34 Spelling mistakes in comments. NFCI.
new 0789890 [DAGCombiner] Add vector demanded elements support to compute [...]
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/llvm/Target/TargetLowering.h | 5 ++++-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 5 ++---
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 1 +
lib/Target/AArch64/AArch64ISelLowering.cpp | 2 +-
lib/Target/AArch64/AArch64ISelLowering.h | 3 ++-
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 +
lib/Target/ARM/ARMISelLowering.cpp | 1 +
lib/Target/ARM/ARMISelLowering.h | 1 +
lib/Target/PowerPC/PPCISelLowering.cpp | 1 +
lib/Target/PowerPC/PPCISelLowering.h | 1 +
lib/Target/Sparc/SparcISelLowering.cpp | 1 +
lib/Target/Sparc/SparcISelLowering.h | 1 +
lib/Target/X86/X86ISelLowering.cpp | 1 +
lib/Target/X86/X86ISelLowering.h | 1 +
lib/Target/XCore/XCoreISelLowering.cpp | 1 +
lib/Target/XCore/XCoreISelLowering.h | 1 +
17 files changed, 22 insertions(+), 7 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 ea2286d [LLDB][MIPS] Fix Core file Architecture and OS information.
new 9b2f5f6 [LLDB][MIPS] Core Dump Support.
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:
source/Core/ArchSpec.cpp | 2 +-
.../RegisterContextPOSIXProcessMonitor_mips64.h | 3 +
.../Linux/NativeRegisterContextLinux_mips64.cpp | 186 ++++-----------------
.../Utility/RegisterContextFreeBSD_mips64.cpp | 35 ++++
.../Utility/RegisterContextFreeBSD_mips64.h | 4 +
.../Process/Utility/RegisterContextLinux_mips.cpp | 86 ++++++++++
.../Process/Utility/RegisterContextLinux_mips.h | 4 +
.../Utility/RegisterContextLinux_mips64.cpp | 97 ++++++++++-
.../Process/Utility/RegisterContextLinux_mips64.h | 7 +-
.../Utility/RegisterContextPOSIX_mips64.cpp | 105 +++++++-----
.../Process/Utility/RegisterContextPOSIX_mips64.h | 13 +-
.../elf-core/RegisterContextPOSIXCore_mips64.cpp | 22 ++-
.../elf-core/RegisterContextPOSIXCore_mips64.h | 2 +
source/Plugins/Process/elf-core/ThreadElfCore.cpp | 83 +++++++++
source/Plugins/Process/elf-core/ThreadElfCore.h | 39 +----
15 files changed, 443 insertions(+), 245 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 c0e4be9 Fix MSVC 'not all control paths return a value' warning
new 8d28e34 Spelling mistakes in comments. NFCI.
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/Analysis/ScalarEvolution.cpp | 2 +-
lib/CodeGen/MachinePipeliner.cpp | 2 +-
unittests/ADT/StringMapTest.cpp | 2 +-
utils/TableGen/AsmMatcherEmitter.cpp | 2 +-
4 files changed, 4 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 lldb.
from 2d65d35 [LLDB][MIPS] Check if memory_info.GetName() is empty before f [...]
new ea2286d [LLDB][MIPS] Fix Core file Architecture and OS information.
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/elf-core/TestLinuxCore.py | 16 ++++++++++
...inux-i386.core => linux-mips64el-gnuabi64.core} | Bin 24576 -> 24576 bytes
.../elf-core/linux-mips64el-gnuabi64.out | Bin 0 -> 3576 bytes
...nux-i386.core => linux-mips64el-gnuabin32.core} | Bin 28672 -> 28672 bytes
.../elf-core/linux-mips64el-gnuabin32.out | Bin 0 -> 2792 bytes
...linux-i386.core => linux-mipsel-gnuabio32.core} | Bin 28672 -> 28672 bytes
.../postmortem/elf-core/linux-mipsel-gnuabio32.out | Bin 0 -> 2872 bytes
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 34 ++++++++++++++++++---
source/Plugins/Process/elf-core/ProcessElfCore.cpp | 19 ++++++++++--
9 files changed, 63 insertions(+), 6 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/{thread_cr [...]
create mode 100755 packages/Python/lldbsuite/test/functionalities/postmortem/elf-c [...]
copy packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/{linux-i38 [...]
create mode 100755 packages/Python/lldbsuite/test/functionalities/postmortem/elf-c [...]
copy packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/{linux-i38 [...]
create mode 100755 packages/Python/lldbsuite/test/functionalities/postmortem/elf-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 clang.
from 33daf6c Strip trailing whitespace
new 74b9bfc Spelling mistakes in comments. NFCI.
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/AST/ASTContext.h | 2 +-
include/clang/AST/Decl.h | 2 +-
lib/Sema/SemaChecking.cpp | 2 +-
3 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 lldb.
from d715155 Don't add a newline if the object description already has one.
new 2d65d35 [LLDB][MIPS] Check if memory_info.GetName() is empty before f [...]
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:
source/Core/DynamicLoader.cpp | 3 ++-
1 file changed, 2 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 llvm.
from 0cd81d8 Instsimplify: Adding shufflevector test. NFC.
new 347f894 Fix signed/unsigned warning
new c0e4be9 Fix MSVC 'not all control paths return a value' warning
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/MC/WasmObjectWriter.cpp | 2 +-
lib/Object/WasmObjectFile.cpp | 1 +
2 files changed, 2 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.
from 1c11542 [OpenCL] Do not generate "kernel_arg_type_qual" metadata for [...]
new 33daf6c Strip trailing whitespace
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/AST/ASTContext.h | 186 ++++++++++++++++++++---------------------
1 file changed, 93 insertions(+), 93 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 dd30a59 [msan] Turn off lifetime markers even when use after scope ch [...]
new 1c11542 [OpenCL] Do not generate "kernel_arg_type_qual" metadata for [...]
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/CodeGenFunction.cpp | 5 -----
test/CodeGenOpenCL/kernel-arg-info.cl | 13 +++++++------
2 files changed, 7 insertions(+), 11 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 96e80d6 Revert test added in r299152
new dd30a59 [msan] Turn off lifetime markers even when use after scope ch [...]
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/CodeGenFunction.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.