aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineOperand.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-12-14[CodeGen] Print external symbols as $symbol in both MIR and debug outputFrancis Visoiu Mistrih1-5/+11
2017-12-13[CodeGen] Print jump-table index operands as %jump-table.0 in both MIR and de...Francis Visoiu Mistrih1-1/+2
2017-12-13[CodeGen] Print target index operands as target-index(target-specific) + 8 in...Francis Visoiu Mistrih1-5/+22
2017-12-13[CodeGen] Print constant pool index operands as %const.0 + 8 in both MIR and ...Francis Visoiu Mistrih1-4/+12
2017-12-12[MachineOperand][MIR] Add isRenamable to MachineOperand.Geoff Berry1-2/+35
2017-12-08[CodeGen] Move printing MO_Immediate operands to MachineOperand::printFrancis Visoiu Mistrih1-0/+9
2017-12-08[CodeGen] Move printing MO_CImmediate operands to MachineOperand::printFrancis Visoiu Mistrih1-1/+1
2017-12-07[CodeGen] Use more getMFIfAvailableFrancis Visoiu Mistrih1-16/+8
2017-12-07[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih1-71/+87
2017-12-06[CodeGen] Fix formatting error from r319885Francis Visoiu Mistrih1-1/+1
2017-12-06[CodeGen] Better handling of detached MachineOperandsFrancis Visoiu Mistrih1-33/+39
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih1-1/+1
2017-12-02CodeGen: Fix pointer info in SplitVecOp_EXTRACT_VECTOR_ELT/SplitVecRes_INSERT...Yaxun Liu1-10/+5
2017-11-28[CodeGen] Fix doxygen \file comment styleFrancis Visoiu Mistrih1-1/+1
2017-11-28[CodeGen] Fix doxygenFrancis Visoiu Mistrih1-2/+1
2017-11-28[CodeGen] Separate MachineOperand implementation from MachineInstrFrancis Visoiu Mistrih1-0/+751