llvm-project/llvm/lib/CodeGen/MIRParser
Alex Lorenz 54565cf02b MIR Serialization: Serialize simple MachineRegisterInfo attributes.
This commit serializes the 3 scalar boolean attributes from the
MachineRegisterInfo class: IsSSA, TracksRegLiveness, and
TracksSubRegLiveness. These attributes are serialized as part
of the machine function YAML mapping.

Reviewers: Duncan P. N. Exon Smith

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

llvm-svn: 240579
2015-06-24 19:56:10 +00:00
..
CMakeLists.txt MIR Serialization: Introduce a lexer for machine instructions. 2015-06-22 20:37:46 +00:00
LLVMBuild.txt
MILexer.cpp MIR Serialization: Serialize the null register operands. 2015-06-24 17:34:58 +00:00
MILexer.h MIR Serialization: Serialize the null register operands. 2015-06-24 17:34:58 +00:00
MIParser.cpp MIR Serialization: Serialize the null register operands. 2015-06-24 17:34:58 +00:00
MIParser.h MIR Serialization: Serialize machine instruction names. 2015-06-22 17:02:30 +00:00
MIRParser.cpp MIR Serialization: Serialize simple MachineRegisterInfo attributes. 2015-06-24 19:56:10 +00:00
Makefile