summaryrefslogtreecommitdiffstats
path: root/docs/MIRLangRef.rst
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Move printing MO_IntrinsicID operands to MachineOperand::printFrancis Visoiu Mistrih2017-12-191-0/+12
* [CodeGen] Move printing MO_IntrinsicID operands to MachineOperand::printFrancis Visoiu Mistrih2017-12-191-0/+11
* [CodeGen] Move printing MO_CFIIndex operands to MachineOperand::printFrancis Visoiu Mistrih2017-12-191-1/+21
* [CodeGen] Print MCSymbol operands as <mcsymbol sym> in both MIR and debug outputFrancis Visoiu Mistrih2017-12-141-0/+13
* [CodeGen] Print external symbols as $symbol in both MIR and debug outputFrancis Visoiu Mistrih2017-12-141-2/+15
* [CodeGen] Print jump-table index operands as %jump-table.0 in both MIR and de...Francis Visoiu Mistrih2017-12-131-2/+35
* [CodeGen] Print target index operands as target-index(target-specific) + 8 in...Francis Visoiu Mistrih2017-12-131-1/+15
* [CodeGen] Print constant pool index operands as %const.0 + 8 in both MIR and ...Francis Visoiu Mistrih2017-12-131-2/+47
* [MachineOperand][MIR] Add isRenamable to MachineOperand.Geoff Berry2017-12-121-0/+3
* [CodeGen] Move printing MO_Immediate operands to MachineOperand::printFrancis Visoiu Mistrih2017-12-081-0/+29
* [CodeGen] Move printing MO_CImmediate operands to MachineOperand::printFrancis Visoiu Mistrih2017-12-081-1/+5
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-2/+14
* MIParser/MIRPrinter: Compute block successors if not explicitely specifiedMatthias Braun2017-05-051-0/+2
* MIRLangRef: Add a section on simplifying .mir testsMatthias Braun2017-04-131-0/+47
* MIRLangRef: Simplify/update documentationMatthias Braun2017-04-131-15/+16
* [docs] Fixing Sphinx warnings to unclog the buildbotRenato Golin2016-07-201-22/+20
* MIRLangRef: Add documentation for the subregister indices.Alex Lorenz2015-09-081-2/+19
* MIRLangRef: Add documentation for the global value machine operands.Alex Lorenz2015-09-081-1/+22
* MIRLangRef: Add 'MIR Testing Guide' section.Alex Lorenz2015-08-211-0/+63
* MIRLangRef: Describe the syntax for the immediate operands, register values,Alex Lorenz2015-08-211-6/+133
* MIRLangRef: Describe the syntax for machine instruction names and flags.Alex Lorenz2015-08-211-1/+40
* MIRLangRef: Describe the syntax that is used to represent machine basic blocks.Alex Lorenz2015-08-151-2/+111
* Update MIRLangRef for MIR syntax change from r244982.Alex Lorenz2015-08-141-16/+11
* Add initial documentation for the MIR serialization format.Alex Lorenz2015-08-061-0/+124