This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7119563f064 Fix -Wunused-variable warnings after r364464 new 3aa859711c2 [MachineFunction] Base support for call site info tracking
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: docs/MIRLangRef.rst | 7 +++ include/llvm/CodeGen/MIRYamlMapping.h | 64 ++++++++++++++++++++++++++ include/llvm/CodeGen/MachineFunction.h | 30 ++++++++++++ lib/CodeGen/MIRParser/MIRParser.cpp | 47 +++++++++++++++++++ lib/CodeGen/MIRPrinter.cpp | 37 +++++++++++++++ lib/CodeGen/MachineVerifier.cpp | 4 ++ test/CodeGen/MIR/X86/call-site-info-error1.mir | 23 +++++++++ test/CodeGen/MIR/X86/call-site-info-error2.mir | 23 +++++++++ test/CodeGen/MIR/X86/call-site-info-error3.mir | 23 +++++++++ test/CodeGen/MIR/X86/call-site-info-error4.mir | 23 +++++++++ 10 files changed, 281 insertions(+) create mode 100644 test/CodeGen/MIR/X86/call-site-info-error1.mir create mode 100644 test/CodeGen/MIR/X86/call-site-info-error2.mir create mode 100644 test/CodeGen/MIR/X86/call-site-info-error3.mir create mode 100644 test/CodeGen/MIR/X86/call-site-info-error4.mir