This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b2251b3e323 DebugInfo: Move addAddrBase from DwarfUnit to DwarfCompileUnit new 3cc32f95a30 [codeview] Add begin/endSymbolRecord helpers, NFC new b4b260e1797 DebugInfo: Avoid using split DWARF when the split unit woul [...]
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/CodeGen/AsmPrinter/CodeViewDebug.cpp | 211 ++++++++--------------- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 11 +- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 65 ++++--- lib/CodeGen/AsmPrinter/DwarfDebug.h | 2 + lib/CodeGen/AsmPrinter/DwarfFile.cpp | 11 +- test/DebugInfo/X86/fission-cu.ll | 40 ++--- test/DebugInfo/X86/fission-ranges.ll | 2 +- test/DebugInfo/X86/string-offsets-table-order.ll | 8 +- test/DebugInfo/X86/string-offsets-table.ll | 20 +-- 9 files changed, 164 insertions(+), 206 deletions(-)