This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 05bdd2e MachineScheduler: Export function to construct "default" scheduler. new d86b9f2 [DebugInfo] Add support for DW_AT_main_subprogram on subprograms new b54cba4 Improve error handling in YAML parsing
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/DebugInfoFlags.def | 3 +- include/llvm/IR/DebugInfoMetadata.h | 1 + include/llvm/Support/YAMLParser.h | 7 +++-- lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 3 ++ lib/Support/YAMLParser.cpp | 32 +++++++++++++++------- lib/Support/YAMLTraits.cpp | 11 +++----- .../Generic/{version.ll => mainsubprogram.ll} | 14 ++++++---- unittests/Support/YAMLIOTest.cpp | 8 ++++++ 8 files changed, 54 insertions(+), 25 deletions(-) copy test/DebugInfo/Generic/{version.ll => mainsubprogram.ll} (69%)