llvm/lib/CodeGen/MIRParser
Alex Lorenz baf422e9ec MIR Serialization: Serialize defined registers that require 'def' register flag.
The defined registers are already serialized - they are represented by placing
them before the '=' in a machine instruction. However, certain instructions like
INLINEASM can have defined register operands after the '=', so this commit
introduces the 'def' register flag for such operands.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245480 91177308-0d34-0410-b5e6-96231b3b80d8
2015-08-19 18:55:47 +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: Serialize defined registers that require 'def' register flag. 2015-08-19 18:55:47 +00:00
MILexer.h MIR Serialization: Serialize defined registers that require 'def' register flag. 2015-08-19 18:55:47 +00:00
MIParser.cpp MIR Serialization: Serialize defined registers that require 'def' register flag. 2015-08-19 18:55:47 +00:00
MIParser.h MIR Serialization: Serialize MMI's variable debug information. 2015-08-19 00:13:25 +00:00
MIRParser.cpp MIR Serialization: Serialize MMI's variable debug information. 2015-08-19 00:13:25 +00:00