This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 585f63458fb Fix structure alignment issue. new 80c83143318 [codeview] Fix sense of the assertion about hashtable insertion new 58e2c599eb3 Re-land r327620 "[CodeView] Initial support for emitting S_ [...]
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 | 149 +++++++++++++- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 38 +++- lib/MC/MCObjectStreamer.cpp | 1 + test/DebugInfo/COFF/lexicalblock.ll | 328 ++++++++++++++++++++++++++++++ test/DebugInfo/COFF/register-variables.ll | 14 +- 5 files changed, 515 insertions(+), 15 deletions(-) create mode 100644 test/DebugInfo/COFF/lexicalblock.ll