This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from eca66d0b34e [IR] Remove getNumSuccessorsV/getSuccessorV/setSuccessorV f [...] new 11898c48c5c Fixed warning: dereferencing type-punned pointer will break [...] new 0e987124625 [ExtractGV] Fix the doxygen comment on the constructor and [...] new 12e8c2aeb5f [CFI] Remove LinkerSubsectionsViaSymbols. new 86c4763ad51 [llvm-pdbdump] Improve consistency among subcommands.
The 4 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/Object/COFFImportFile.cpp | 14 +- lib/Transforms/IPO/ExtractGV.cpp | 12 +- lib/Transforms/IPO/LowerTypeTests.cpp | 35 ++--- .../PDB/Inputs/cross-module-import-export.yaml | 24 --- ...imple-line-info.yaml => debug-subsections.yaml} | 28 +++- test/DebugInfo/PDB/cross-module-import-export.test | 60 -------- test/DebugInfo/PDB/pdb-minimal-construct.test | 22 +-- test/DebugInfo/PDB/pdb-yaml-symbols.test | 2 +- test/DebugInfo/PDB/pdbdump-debug-subsections.test | 162 +++++++++++++++++++++ test/DebugInfo/PDB/pdbdump-headers.test | 6 +- test/DebugInfo/PDB/pdbdump-readwrite.test | 4 +- test/DebugInfo/PDB/pdbdump-source-names.test | 4 +- test/DebugInfo/PDB/pdbdump-write.test | 6 +- .../DebugInfo/PDB/pdbdump-yaml-lineinfo-write.test | 71 --------- test/DebugInfo/PDB/pdbdump-yaml-lineinfo.test | 60 -------- test/Transforms/LowerTypeTests/simple.ll | 16 +- tools/llvm-pdbdump/LLVMOutputStyle.cpp | 36 +++-- tools/llvm-pdbdump/YAMLOutputStyle.cpp | 65 ++++----- tools/llvm-pdbdump/llvm-pdbdump.cpp | 118 +++++++++------ tools/llvm-pdbdump/llvm-pdbdump.h | 35 +++-- 20 files changed, 388 insertions(+), 392 deletions(-) delete mode 100644 test/DebugInfo/PDB/Inputs/cross-module-import-export.yaml rename test/DebugInfo/PDB/Inputs/{simple-line-info.yaml => debug-subsections.yaml} (67%) delete mode 100644 test/DebugInfo/PDB/cross-module-import-export.test create mode 100644 test/DebugInfo/PDB/pdbdump-debug-subsections.test delete mode 100644 test/DebugInfo/PDB/pdbdump-yaml-lineinfo-write.test delete mode 100644 test/DebugInfo/PDB/pdbdump-yaml-lineinfo.test