This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c89c2803c31 Fix minor innaccuracy in previous comment on ManagedStaticBase new 27775cd11be [codeview] Remove Type member from CVRecord new bd7054fe092 [X86] Remove CustomInserters for RDPKRU/WRPKRU. Use some cu [...] new fe2046590d7 [gn] Use "$link /lib" for archives instead of lib.exe
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: include/llvm/DebugInfo/CodeView/CVRecord.h | 29 ++++++---- .../llvm/DebugInfo/CodeView/RecordSerialization.h | 3 ++ include/llvm/DebugInfo/CodeView/SymbolSerializer.h | 4 +- include/llvm/DebugInfo/CodeView/TypeDeserializer.h | 10 ++-- .../CodeView/AppendingTypeTableBuilder.cpp | 9 +--- lib/DebugInfo/CodeView/CVSymbolVisitor.cpp | 4 +- lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 4 +- .../CodeView/ContinuationRecordBuilder.cpp | 20 +++---- lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp | 9 +--- lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp | 6 +-- lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp | 18 +++---- lib/DebugInfo/CodeView/SymbolDumper.cpp | 4 +- lib/DebugInfo/CodeView/TypeDumpVisitor.cpp | 4 +- lib/DebugInfo/CodeView/TypeRecordMapping.cpp | 12 ++--- lib/DebugInfo/CodeView/TypeTableCollection.cpp | 6 +-- lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp | 4 +- lib/ObjectYAML/CodeViewYAMLSymbols.cpp | 2 +- lib/ObjectYAML/CodeViewYAMLTypes.cpp | 4 +- lib/Target/X86/X86ISelLowering.cpp | 61 +++++++--------------- lib/Target/X86/X86ISelLowering.h | 6 +++ lib/Target/X86/X86InstrInfo.td | 9 ++++ lib/Target/X86/X86InstrSystem.td | 13 ++--- test/CodeGen/X86/pku.ll | 4 +- tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 2 +- tools/llvm-pdbutil/MinimalTypeDumper.cpp | 2 +- .../DebugInfo/CodeView/RandomAccessVisitorTest.cpp | 13 ++--- utils/gn/build/toolchain/BUILD.gn | 2 +- 27 files changed, 113 insertions(+), 151 deletions(-)