This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 9b0f427 [CMake] Support LLDB_TEST_CLANG in check-lldb target(s)
new 02fea93 Fix crash in PseudoTerminal on Windows.
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/Utility/PseudoTerminal.cpp | 15 +++++++++------
1 file changed, 9 insertions(+), 6 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 0786e79 AMDGPU: Cleanup some xfailed tests
new 74a715d [lli/COFF] Set the correct alignment for common symbols
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/Object/COFF.h | 1 +
lib/Object/COFFObjectFile.cpp | 9 +++++++++
test/ExecutionEngine/MCJIT/coff-alignment.ll | 8 ++++++++
3 files changed, 18 insertions(+)
create mode 100644 test/ExecutionEngine/MCJIT/coff-alignment.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-tools-extra.
from 7b7f5ca Add a new clang-tidy check for cert-msc50-cpp (and cert-msc30 [...]
new a9f1dea [clang-tidy] Extend misc-use-after-move to support unique_ptr [...]
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/misc/UseAfterMoveCheck.cpp | 72 +++++++++++++++-----
docs/clang-tidy/checks/misc-use-after-move.rst | 14 ++--
test/clang-tidy/misc-use-after-move.cpp | 93 ++++++++++++++++++++++++--
3 files changed, 153 insertions(+), 26 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 864b18d Fix build due to missing definition.
new 0786e79 AMDGPU: Cleanup some xfailed tests
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:
.../AMDGPU/simplify-demanded-bits-build-pair.ll | 39 ----------------------
.../AMDGPU/split-vector-memoperand-offsets.ll | 20 +++++------
test/CodeGen/AMDGPU/store-global.ll | 3 +-
3 files changed, 10 insertions(+), 52 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/simplify-demanded-bits-build-pair.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 llvm.
from d773047 Add CodeViewRecordIO for reading and writing.
new 864b18d Fix build due to missing definition.
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/DebugInfo/CodeView/CodeViewRecordIO.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 lldb.
from 3e6fc19 Fix some warnings compiling with clang-cl on Windows.
new 7514b81 Find clang resource directory via *nix-style lookup
new 9b0f427 [CMake] Support LLDB_TEST_CLANG in check-lldb target(s)
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/lldb/Host/posix/HostInfoPosix.h | 3 +++
source/Host/macosx/HostInfoMacOSX.mm | 12 +++++----
source/Host/posix/HostInfoPosix.cpp | 46 +++++++++++++++++++++------------
test/CMakeLists.txt | 4 +++
4 files changed, 44 insertions(+), 21 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 4c12732 Fix Clang-tidy readability-redundant-string-cstr warnings
new 08f7b24 AMDGPU: Allow additional implicit operands on MOVRELS instructions
new d773047 Add CodeViewRecordIO for reading and writing.
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/llvm/DebugInfo/CodeView/CodeViewRecordIO.h | 135 +++++
include/llvm/DebugInfo/CodeView/TypeDeserializer.h | 101 +++-
include/llvm/DebugInfo/CodeView/TypeIndex.h | 1 +
include/llvm/DebugInfo/CodeView/TypeRecord.h | 621 +++++----------------
.../llvm/DebugInfo/CodeView/TypeRecordMapping.h | 46 ++
include/llvm/DebugInfo/MSF/StreamWriter.h | 9 +-
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 30 +-
lib/DebugInfo/CodeView/CMakeLists.txt | 2 +
lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 66 +--
lib/DebugInfo/CodeView/CodeViewRecordIO.cpp | 186 ++++++
lib/DebugInfo/CodeView/TypeDumper.cpp | 7 +-
lib/DebugInfo/CodeView/TypeRecord.cpp | 378 -------------
lib/DebugInfo/CodeView/TypeRecordMapping.cpp | 417 ++++++++++++++
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 9 +-
lib/DebugInfo/CodeView/TypeTableBuilder.cpp | 8 +-
lib/DebugInfo/MSF/StreamWriter.cpp | 20 +
lib/Target/AMDGPU/SIInstrInfo.cpp | 5 +-
test/CodeGen/MIR/AMDGPU/movrels-bug.mir | 31 +
test/DebugInfo/PDB/pdbdump-yaml-types.test | 278 ++++-----
tools/llvm-pdbdump/YamlTypeDumper.cpp | 28 +-
20 files changed, 1225 insertions(+), 1153 deletions(-)
create mode 100644 include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
create mode 100644 include/llvm/DebugInfo/CodeView/TypeRecordMapping.h
create mode 100644 lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
create mode 100644 lib/DebugInfo/CodeView/TypeRecordMapping.cpp
create mode 100644 test/CodeGen/MIR/AMDGPU/movrels-bug.mir
--
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 d6c5bc1 Fix for big-endian gcc.c-torture/execute/pr55750.c
new 89c329d rs6000: Disable shrink-wrap-separate for abi=spe (PR78168)
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 | 6 ++++++
gcc/config/rs6000/rs6000.c | 3 +++
2 files changed, 9 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 2420250 Remove TimeValue usage from two files
new 3e6fc19 Fix some warnings compiling with clang-cl on Windows.
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/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h | 5 ++---
source/Plugins/Process/minidump/MinidumpTypes.h | 2 +-
2 files changed, 3 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 glibc.
from 9032070 Fix warning from latest GCC in tst-printf.c
new 0cb9dcc Bug 20729: Fix build failures on ppc64 and other arches.
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 | 8 ++++++++
resolv/res_send.c | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.