This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 1e7b944ea [Cfi] Compiling cfi library on FreeBSD and NetBSD
new f3e4c7dde Unbreak linux cfi build
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/cfi/cfi.cc | 1 +
1 file changed, 1 insertion(+)
--
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 b47810926d8 [PDB] Add support for dumping Typedef records.
new cdda304902d [AMDGPU] Fixed SIInstrInfo::getOpSize to handle subregs
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/AMDGPU/SIInstrInfo.h | 5 +++++
1 file changed, 5 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 compiler-rt.
from e0f342021 [NFC] Fix `-Wcast-qual` warnings in Darwin `internal_sysctl(. [...]
new 1e7b944ea [Cfi] Compiling cfi library on FreeBSD and NetBSD
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/cfi/CMakeLists.txt | 2 +-
lib/cfi/cfi.cc | 39 +++++++++++++++++++++++++++++++++------
test/cfi/cross-dso/lit.local.cfg | 2 +-
test/lit.common.cfg | 2 +-
4 files changed, 36 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 lnt.
from 1ca9920 Fix fallout caused by YAML files ordering.
new d24da1d tests/SharedInputs/mysql_wrapper.sh: Hide output from dropdb
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:
tests/SharedInputs/mysql_wrapper.sh | 5 +++--
1 file changed, 3 insertions(+), 2 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 2e04af78a2d [WebAssembly] Fixed AsmParser not allowing instructions with /
new 429bce6ae9f MIRParser: Check that instructions only reference DILocatio [...]
new a93560b336f [PDB] Add support for parsing VFTable Shape records.
new b47810926d8 [PDB] Add support for dumping Typedef records.
The 3 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:
.../llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h | 43 +++++++++++++++++
.../llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h | 42 +++++++++++++++++
.../llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h | 46 ++++++++++++++++++
include/llvm/DebugInfo/PDB/Native/SymbolCache.h | 23 +++++++++
lib/CodeGen/MIRParser/MIParser.cpp | 2 +
lib/DebugInfo/PDB/CMakeLists.txt | 3 ++
lib/DebugInfo/PDB/Native/NativeEnumGlobals.cpp | 55 ++++++++++++++++++++++
lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp | 4 ++
lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp | 3 +-
lib/DebugInfo/PDB/Native/NativeTypeTypedef.cpp | 27 +++++++++++
lib/DebugInfo/PDB/Native/NativeTypeVTShape.cpp | 35 ++++++++++++++
lib/DebugInfo/PDB/Native/SymbolCache.cpp | 51 +++++++++++++++++++-
test/CodeGen/MIR/X86/invalid-debug-location.mir | 15 ++++++
test/DebugInfo/PDB/Native/pdb-native-typedefs.test | 33 +++++++++++++
test/tools/llvm-pdbdump/type-qualifiers.test | 2 +-
tools/llvm-pdbutil/PrettyFunctionDumper.cpp | 12 +++--
tools/llvm-pdbutil/PrettyTypeDumper.cpp | 16 ++++++-
tools/llvm-pdbutil/PrettyTypeDumper.h | 2 +
tools/llvm-pdbutil/PrettyTypedefDumper.cpp | 6 ++-
tools/llvm-pdbutil/llvm-pdbutil.cpp | 13 ++++-
tools/llvm-pdbutil/llvm-pdbutil.h | 1 +
21 files changed, 423 insertions(+), 11 deletions(-)
create mode 100644 include/llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h
create mode 100644 include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h
create mode 100644 include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h
create mode 100644 lib/DebugInfo/PDB/Native/NativeEnumGlobals.cpp
create mode 100644 lib/DebugInfo/PDB/Native/NativeTypeTypedef.cpp
create mode 100644 lib/DebugInfo/PDB/Native/NativeTypeVTShape.cpp
create mode 100644 test/CodeGen/MIR/X86/invalid-debug-location.mir
create mode 100644 test/DebugInfo/PDB/Native/pdb-native-typedefs.test
--
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 f0bd8cc3086 [X86] Enable load folding in the test shrinking code
new 2e04af78a2d [WebAssembly] Fixed AsmParser not allowing instructions with /
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:
.../WebAssembly/AsmParser/WebAssemblyAsmParser.cpp | 37 ++++++++++++++++------
test/MC/WebAssembly/basic-assembly.s | 8 ++++-
2 files changed, 35 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 lldb.
from 562f7da3b Fix build with GCC < 5.0 (PR39131)
new cc4530b4d Fix tests affected by printing 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:
packages/Python/lldbsuite/test/lang/mixed/TestMixedLanguages.py | 2 +-
packages/Python/lldbsuite/test/settings/TestSettings.py | 2 +-
2 files changed, 2 insertions(+), 2 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 d54526877 Attempt to fix aligned allocation configuration under clang-cl
new 2bcd409cf Remove redundant null pointer check in operator delete
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:
src/new.cpp | 8 +++-----
1 file changed, 3 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 lnt.
from 326a675 Install missing files.
new 1ca9920 Fix fallout caused by YAML files ordering.
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:
tests/server/ui/V4Pages.py | 14 +++++++-------
tests/server/ui/test_api.py | 6 +++---
tests/server/ui/test_matrix_page.py | 6 +++---
3 files changed, 13 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 c442198d91f [X86][Btver2] Fix BT(C|R|S)mr & BT(C|R|S)mi schedule latenc [...]
new b023cfc60d2 [X86] Improve test instruction shrinking when the sign flag [...]
new f0bd8cc3086 [X86] Enable load folding in the test shrinking code
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/Target/X86/X86ISelDAGToDAG.cpp | 57 ++++++++++++++++------
test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll | 3 +-
test/CodeGen/X86/test-shrink.ll | 49 ++++++-------------
3 files changed, 59 insertions(+), 50 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.