llvm-project/llvm/lib/CodeGen/MIRParser
Alex Lorenz 0d009645a1 MIR Serialization: Change syntax for the call entry pseudo source values.
The global IR values in machine memory operands should use the global value
'@<name>' syntax instead of the current '%ir.<name>' syntax.

However, the global value call entry pseudo source values use the global value
syntax already. Therefore, the syntax for the call entry pseudo source values
has to be changed so that the global values and call entry global value PSVs
can be parsed without ambiguities.

llvm-svn: 245526
2015-08-20 00:12:57 +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
MILexer.cpp MIR Serialization: Change syntax for the call entry pseudo source values. 2015-08-20 00:12:57 +00:00
MILexer.h MIR Serialization: Change syntax for the call entry pseudo source values. 2015-08-20 00:12:57 +00:00
MIParser.cpp MIR Serialization: Change syntax for the call entry pseudo source values. 2015-08-20 00:12:57 +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
Makefile