MIR Parser: wrap 'MBBSlots' from the MI parsing functions in a struct. NFC.
[oota-llvm.git] / lib / CodeGen / MIRParser / MIParser.cpp
2015-07-07 Alex LorenzMIR Parser: wrap 'MBBSlots' from the MI parsing functio...
2015-07-07 Alex LorenzMIR Parser: Verify the implicit machine register operands.
2015-07-06 Alex LorenzMIR Serialization: Serialize the implicit register...
2015-06-30 Alex LorenzMIR Serialization: Serialize MBB successors.
2015-06-30 Alex LorenzMIR Parser: make the machine instruction parsing interf...
2015-06-29 Alex LorenzMIR Serialization: Serialize the register mask machine...
2015-06-26 Alex LorenzMIR Serialization: Serialize global address machine...
2015-06-26 Alex LorenzMIR Serialization: Serialize machine basic block operands.
2015-06-24 Alex LorenzMIR Serialization: Serialize the null register operands.
2015-06-23 Alex LorenzMIR Serialization: Serialize immediate machine operands.
2015-06-23 Alex LorenzMIR Serialization: Serialize physical register machine...
2015-06-22 Alex LorenzMIR Serialization: Introduce a lexer for machine instru...
2015-06-22 Alex LorenzMIR Serialization: Serialize machine instruction names.