This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dfccb77250a [InstCombine] Preserve access-group metadata. new 959a4129de6 [CodeView] Emit global variables within lexical scopes to l [...]
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: lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 201 +++++++++++++--------- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 29 +++- test/DebugInfo/COFF/global_visibility.ll | 276 +++++++++++++++++++++++++++++++ test/DebugInfo/COFF/type-quals.ll | 82 ++++----- 4 files changed, 468 insertions(+), 120 deletions(-) create mode 100644 test/DebugInfo/COFF/global_visibility.ll