llvm-6502/include
2012-01-19 19:24:37 +00:00
..
llvm Add a new form of MCOperand, for representing sub-instructions. This is intended for supporting bundles through the MC layer, rather than lowering them pre-MC as we currently do for Thumb2 IT blocks. Since these sub-instruction operands hold pointers to the sub-instructions, it is the responsibility of the target's AsmPrinter to provide storage for them for the duration of the EmitInstruction() call. 2012-01-19 19:24:37 +00:00
llvm-c Add support to add named metadata operand. 2011-12-20 19:29:36 +00:00