This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3964940ceb1 [InstCombine] add reflection fold for tan(-x) new e90d44039a6 [x86/MIR] Implement support for pre- and post-instruction s [...]
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 | 13 ++- include/llvm/CodeGen/MachineInstr.h | 14 ++-- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 8 ++ lib/CodeGen/MIRParser/MILexer.cpp | 51 ++++++++++++ lib/CodeGen/MIRParser/MILexer.h | 3 + lib/CodeGen/MIRParser/MIParser.cpp | 67 +++++++++++++++- lib/CodeGen/MIRPrinter.cpp | 18 +++++ lib/CodeGen/MachineInstr.cpp | 92 ++++++++++++++++------ .../X86/instr-symbols-and-mcsymbol-operands.mir | 82 +++++++++++++++++++ test/CodeGen/X86/instr-symbols.mir | 74 +++++++++++++++++ 10 files changed, 380 insertions(+), 42 deletions(-) create mode 100644 test/CodeGen/MIR/X86/instr-symbols-and-mcsymbol-operands.mir create mode 100644 test/CodeGen/X86/instr-symbols.mir