This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a39b1ce Verifier: Disallow a line number without a file in DISubprogram new 5e55477 MachineRegionInfo: Fix pass initialization new 787e150 OptDiag: Decouple backend diagnostics from debug info metadata
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/CodeGen/MachineBasicBlock.h | 2 +- include/llvm/IR/DiagnosticInfo.h | 163 ++++++++++++++++------------ lib/Analysis/OptimizationDiagnosticInfo.cpp | 17 ++- lib/CodeGen/CodeGen.cpp | 1 + lib/CodeGen/MachineBasicBlock.cpp | 2 +- lib/CodeGen/MachineRegionInfo.cpp | 20 ++-- lib/IR/DiagnosticInfo.cpp | 84 +++++++------- test/CodeGen/X86/machine-region-info.mir | 86 +++++++++++++++ 8 files changed, 244 insertions(+), 131 deletions(-) create mode 100644 test/CodeGen/X86/machine-region-info.mir