summaryrefslogtreecommitdiff
path: root/docs/MIRLangRef.rst
AgeCommit message (Expand)Author
2017-12-19[CodeGen] Move printing MO_IntrinsicID operands to MachineOperand::printFrancis Visoiu Mistrih
2017-12-19[CodeGen] Move printing MO_IntrinsicID operands to MachineOperand::printFrancis Visoiu Mistrih
2017-12-19[CodeGen] Move printing MO_CFIIndex operands to MachineOperand::printFrancis Visoiu Mistrih
2017-12-14[CodeGen] Print MCSymbol operands as <mcsymbol sym> in both MIR and debug outputFrancis Visoiu Mistrih
2017-12-14[CodeGen] Print external symbols as $symbol in both MIR and debug outputFrancis Visoiu Mistrih
2017-12-13[CodeGen] Print jump-table index operands as %jump-table.0 in both MIR and de...Francis Visoiu Mistrih
2017-12-13[CodeGen] Print target index operands as target-index(target-specific) + 8 in...Francis Visoiu Mistrih
2017-12-13[CodeGen] Print constant pool index operands as %const.0 + 8 in both MIR and ...Francis Visoiu Mistrih
2017-12-12[MachineOperand][MIR] Add isRenamable to MachineOperand.Geoff Berry
2017-12-08[CodeGen] Move printing MO_Immediate operands to MachineOperand::printFrancis Visoiu Mistrih
2017-12-08[CodeGen] Move printing MO_CImmediate operands to MachineOperand::printFrancis Visoiu Mistrih
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-05-05MIParser/MIRPrinter: Compute block successors if not explicitely specifiedMatthias Braun
2017-04-13MIRLangRef: Add a section on simplifying .mir testsMatthias Braun
2017-04-13MIRLangRef: Simplify/update documentationMatthias Braun
2016-07-20[docs] Fixing Sphinx warnings to unclog the buildbotRenato Golin
2015-09-08MIRLangRef: Add documentation for the subregister indices.Alex Lorenz
2015-09-08MIRLangRef: Add documentation for the global value machine operands.Alex Lorenz
2015-08-21MIRLangRef: Add 'MIR Testing Guide' section.Alex Lorenz
2015-08-21MIRLangRef: Describe the syntax for the immediate operands, register values,Alex Lorenz
2015-08-21MIRLangRef: Describe the syntax for machine instruction names and flags.Alex Lorenz
2015-08-15MIRLangRef: Describe the syntax that is used to represent machine basic blocks.Alex Lorenz
2015-08-14Update MIRLangRef for MIR syntax change from r244982.Alex Lorenz
2015-08-06Add initial documentation for the MIR serialization format.Alex Lorenz