This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 367e62b5396 [Verifier] Check that GEP indexes has correct types new d398775f54e [CodeGen] Print external symbols as $symbol in both MIR and [...] new 3f63013fb46 [CodeGen] Print global addresses as @foo in both MIR and de [...] new f6cd582907a [CodeGen] Print live-out register lists as liveout(...) in [...] new f726becf7ca [CodeGen] Move printing MO_Metadata operands to MachineOper [...] new ee30ab7184f [CodeGen] Print MCSymbol operands as <mcsymbol sym> in both [...]
The 5 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 | 30 ++++- include/llvm/CodeGen/MachineOperand.h | 2 + lib/CodeGen/MIRPrinter.cpp | 103 +-------------- lib/CodeGen/MachineOperand.cpp | 110 +++++++++++++--- lib/Target/ARM/ARMBaseInstrInfo.cpp | 2 +- lib/Target/PowerPC/PPCAsmPrinter.cpp | 42 +++--- lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 4 +- lib/Target/PowerPC/PPCInstrInfo.cpp | 2 +- test/CodeGen/AArch64/loh.mir | 72 +++++------ test/CodeGen/ARM/Windows/vla-cpsr.ll | 2 +- test/CodeGen/ARM/misched-int-basic-thumb2.mir | 2 +- .../PowerPC/2009-07-16-InlineAsm-M-Operand.ll | 2 +- test/CodeGen/X86/inline-asm-fpstack.ll | 4 +- test/CodeGen/X86/stack-protector-weight.ll | 8 +- unittests/CodeGen/MachineOperandTest.cpp | 141 ++++++++++++++++++++- 15 files changed, 341 insertions(+), 185 deletions(-)