llvm-6502/include
Alex Lorenz 2f801faafb MIR Serialization: Serialize machine instruction names.
This commit implements initial machine instruction serialization. It
serializes machine instruction names. The instructions are represented
using a YAML sequence of string literals and are a part of machine
basic block YAML mapping.

This commit introduces a class called 'MIParser' which will be used to
parse the machine instructions and operands.

Reviewers: Duncan P. N. Exon Smith

Differential Revision: http://reviews.llvm.org/D10481


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240295 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-22 17:02:30 +00:00
..
llvm MIR Serialization: Serialize machine instruction names. 2015-06-22 17:02:30 +00:00
llvm-c Update LLVM bindings after r239940. Apparently these aren't included in 2015-06-18 11:51:16 +00:00