This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d92afbd [NVPTX] Don't (incorrectly) say that the NVVMReflect pass pre [...] new b9f7359 Objective-C Class Properties: Autoupgrade "Class Properties" [...] new 8cc1c5e [codeview] Use comdats for debug info describing comdat functions
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/IR/AutoUpgrade.h | 4 + lib/AsmParser/LLParser.cpp | 2 + lib/Bitcode/Reader/BitcodeReader.cpp | 2 + lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 51 ++++++-- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 18 ++- lib/IR/AutoUpgrade.cpp | 31 +++++ test/Bitcode/upgrade-module-flag.ll | 9 ++ test/DebugInfo/COFF/asm.ll | 2 + test/DebugInfo/COFF/comdat.ll | 196 +++++++++++++++++++++++++++++++ test/DebugInfo/COFF/multifile.ll | 2 + test/DebugInfo/COFF/multifunction.ll | 2 + test/DebugInfo/COFF/simple.ll | 2 + 12 files changed, 309 insertions(+), 12 deletions(-) create mode 100644 test/Bitcode/upgrade-module-flag.ll create mode 100644 test/DebugInfo/COFF/comdat.ll