1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/lib/CodeGen/MIRParser
Alex Lorenz 5ebdfda8d2 MIR Parser: Allow the dollar characters in all of the identifier tokens.
This commit modifies the machine instruction lexer so that it now accepts the
'$' characters in identifier tokens.

This change makes the syntax for unquoted global value tokens consistent with
the syntax for the global idenfitier tokens in the LLVM's assembly language.

llvm-svn: 242584
2015-07-17 22:48:04 +00:00
..
CMakeLists.txt MIR Serialization: Introduce a lexer for machine instructions. 2015-06-22 20:37:46 +00:00
LLVMBuild.txt
Makefile
MILexer.cpp MIR Parser: Allow the dollar characters in all of the identifier tokens. 2015-07-17 22:48:04 +00:00
MILexer.h MIR Serialization: Serialize the frame setup machine instruction flag. 2015-07-17 00:24:15 +00:00
MIParser.cpp MIR Serialization: Serialize the frame setup machine instruction flag. 2015-07-17 00:24:15 +00:00
MIParser.h MIR Serialization: Serialize the frame index machine operands. 2015-07-16 23:37:45 +00:00
MIRParser.cpp MIR Serialization: Serialize the frame index machine operands. 2015-07-16 23:37:45 +00:00