OSDN Git Service

[llvm-mca][docs] Add instruction flow documentation. NFC.
[android-x86/external-llvm.git] / docs / MIRLangRef.rst
2018-06-15 Hiroshi Inoue[NFC] fix trivial typos in documents
2018-03-12 Puyan LotfiUpdating MIR Language Reference to include new syntax...
2018-01-10 Francis Visoiu Mistrih[MIR] Update MIRLangRef with documentation on bundled...
2018-01-09 Francis Visoiu Mistrih[MIR] Add support for the frame-destroy MachineInstr...
2017-12-19 Francis Visoiu Mistrih[CodeGen] Move printing MO_IntrinsicID operands to...
2017-12-19 Francis Visoiu Mistrih[CodeGen] Move printing MO_IntrinsicID operands to...
2017-12-19 Francis Visoiu Mistrih[CodeGen] Move printing MO_CFIIndex operands to Machine...
2017-12-14 Francis Visoiu Mistrih[CodeGen] Print MCSymbol operands as <mcsymbol sym...
2017-12-14 Francis Visoiu Mistrih[CodeGen] Print external symbols as $symbol in both...
2017-12-13 Francis Visoiu Mistrih[CodeGen] Print jump-table index operands as %jump...
2017-12-13 Francis Visoiu Mistrih[CodeGen] Print target index operands as target-index...
2017-12-13 Francis Visoiu Mistrih[CodeGen] Print constant pool index operands as %const...
2017-12-12 Geoff Berry[MachineOperand][MIR] Add isRenamable to MachineOperand.
2017-12-08 Francis Visoiu Mistrih[CodeGen] Move printing MO_Immediate operands to Machin...
2017-12-08 Francis Visoiu Mistrih[CodeGen] Move printing MO_CImmediate operands to Machi...
2017-12-04 Francis Visoiu Mistrih[CodeGen] Unify MBB reference format in both MIR and...
2017-05-05 Matthias BraunMIParser/MIRPrinter: Compute block successors if not...
2017-04-13 Matthias BraunMIRLangRef: Add a section on simplifying .mir tests
2017-04-13 Matthias BraunMIRLangRef: Simplify/update documentation
2016-07-20 Renato Golin[docs] Fixing Sphinx warnings to unclog the buildbot
2015-09-08 Alex LorenzMIRLangRef: Add documentation for the subregister indices.
2015-09-08 Alex LorenzMIRLangRef: Add documentation for the global value...
2015-08-21 Alex LorenzMIRLangRef: Add 'MIR Testing Guide' section.
2015-08-21 Alex LorenzMIRLangRef: Describe the syntax for the immediate opera...
2015-08-21 Alex LorenzMIRLangRef: Describe the syntax for machine instruction...
2015-08-15 Alex LorenzMIRLangRef: Describe the syntax that is used to represe...
2015-08-14 Alex LorenzUpdate MIRLangRef for MIR syntax change from r244982.
2015-08-06 Alex LorenzAdd initial documentation for the MIR serialization...