This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6e490ef ARM: use callee-saved list in the order they're actually saved. new ef598a7 [codeview] Align class and print names of types
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/CVTypeVisitor.h | 29 +++--- include/llvm/DebugInfo/CodeView/CodeView.h | 88 +++-------------- include/llvm/DebugInfo/CodeView/TypeRecord.h | 101 ++++++++++--------- include/llvm/DebugInfo/CodeView/TypeRecords.def | 83 ++++++++-------- include/llvm/DebugInfo/CodeView/TypeTableBuilder.h | 4 +- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 2 +- lib/DebugInfo/CodeView/FieldListRecordBuilder.cpp | 10 +- lib/DebugInfo/CodeView/MethodListRecordBuilder.cpp | 2 +- lib/DebugInfo/CodeView/TypeDumper.cpp | 110 ++++++++++----------- lib/DebugInfo/CodeView/TypeRecordBuilder.cpp | 16 +-- lib/DebugInfo/CodeView/TypeTableBuilder.cpp | 28 +++--- test/DebugInfo/COFF/inlining.ll | 2 +- test/DebugInfo/PDB/pdbdump-headers.test | 2 +- test/tools/llvm-readobj/codeview-vftable.test | 6 +- 14 files changed, 210 insertions(+), 273 deletions(-)