1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/lib/CodeGen/MIRParser
Alex Lorenz b06d114835 MIR Serialization: Initial serialization of the machine operand target flags.
This commit implements the initial serialization of the machine operand target
flags. It extends the 'TargetInstrInfo' class to add two new methods that help
to provide text based serialization for the target flags.

This commit can serialize only the X86 target flags, and the target flags for
the other targets will be serialized in the follow-up commits.

Reviewers: Duncan P. N. Exon Smith
llvm-svn: 244185
2015-08-06 00:44:07 +00:00
..
CMakeLists.txt MIR Serialization: Introduce a lexer for machine instructions. 2015-06-22 20:37:46 +00:00
LLVMBuild.txt MIRParser/LLVMBuild.txt: Add MC for MCRegisterInfo::getDwarfRegNum(). 2015-07-24 01:12:36 +00:00
Makefile
MILexer.cpp MIR Serialization: Initial serialization of the machine operand target flags. 2015-08-06 00:44:07 +00:00
MILexer.h MIR Serialization: Initial serialization of the machine operand target flags. 2015-08-06 00:44:07 +00:00
MIParser.cpp MIR Serialization: Initial serialization of the machine operand target flags. 2015-08-06 00:44:07 +00:00
MIParser.h MIR Serialization: Serialize the unnamed basic block references. 2015-07-27 22:42:41 +00:00
MIRParser.cpp MIR Parser: Report an error when a jump table entry is redefined. 2015-07-31 23:13:23 +00:00