This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 515de5651c1 [Hexagon] Implement frame pointer elimination with -fomit-f [...] new 478b1eca4d3 [codeview] Use the first valid source location at the top o [...] new d36e155be16 [llvm-pdbutil] Output the symbol offset when dumping.
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/CVSymbolVisitor.h | 2 + .../llvm/DebugInfo/CodeView/SymbolDeserializer.h | 4 + .../CodeView/SymbolVisitorCallbackPipeline.h | 8 ++ .../DebugInfo/CodeView/SymbolVisitorCallbacks.h | 6 +- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 22 +++- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 1 - lib/DebugInfo/CodeView/CVSymbolVisitor.cpp | 28 ++++- test/DebugInfo/COFF/lines-bb-start.ll | 97 +++++++++++++++ test/DebugInfo/COFF/local-variables.ll | 2 +- test/DebugInfo/PDB/pdbdump-headers.test | 100 ++++++++-------- tools/llvm-pdbutil/DumpOutputStyle.cpp | 6 +- tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 130 ++++++++++++++------- tools/llvm-pdbutil/MinimalSymbolDumper.h | 1 + 13 files changed, 299 insertions(+), 108 deletions(-) create mode 100644 test/DebugInfo/COFF/lines-bb-start.ll