llvm-6502/test/CodeGen/MIR
Alex Lorenz 310bd3c747 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242584 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-17 22:48:04 +00:00
..
X86 MIR Parser: Allow the dollar characters in all of the identifier tokens. 2015-07-17 22:48:04 +00:00
basic-blocks.mir MIR Serialization: Serialize machine basic block operands. 2015-06-26 16:46:11 +00:00
expected-eof-after-successor-mbb.mir MIR Serialization: Serialize MBB successors. 2015-06-30 18:16:42 +00:00
expected-mbb-reference-for-successor-mbb.mir MIR Serialization: Serialize MBB successors. 2015-06-30 18:16:42 +00:00
frame-info.mir MIR Serialization: Serialize the simple MachineFrameInfo attributes. 2015-07-09 19:55:27 +00:00
function-missing-machine-function.mir MIR Serialization: Connect the machine function analysis pass to the MIR parser. 2015-06-15 20:30:22 +00:00
invalid-jump-table-kind.mir MIR Serialization: Serialize the jump table info. 2015-07-15 23:31:07 +00:00
lit.local.cfg Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format). 2015-05-27 18:02:19 +00:00
llvm-ir-error-reported.mir MIR Serialization: Connect the machine function analysis pass to the MIR parser. 2015-06-15 20:30:22 +00:00
llvmIR.mir MIR Parser: Report an error when parsing machine function with an empty body. 2015-07-09 21:21:33 +00:00
llvmIRMissing.mir MIR Parser: Report an error when parsing machine function with an empty body. 2015-07-09 21:21:33 +00:00
machine-basic-block-redefinition-error.mir MIR Serialization: Serialize machine basic block operands. 2015-06-26 16:46:11 +00:00
machine-basic-block-unknown-name.mir MIR Parser: Use source locations for MBB naming errors. 2015-07-08 20:22:20 +00:00
machine-function-missing-body-error.mir MIR Parser: Report an error when parsing machine function with an empty body. 2015-07-09 21:21:33 +00:00
machine-function-missing-function.mir MIR Parser: Report an error when parsing machine function with an empty body. 2015-07-09 21:21:33 +00:00
machine-function-missing-name.mir MIR Parser: Report an error when parsing machine function with an empty body. 2015-07-09 21:21:33 +00:00
machine-function-redefinition-error.mir MIR Serialization: Report an error when machine functions have the same name. 2015-06-15 22:23:23 +00:00
machine-function.mir MIR Parser: Report an error when parsing machine function with an empty body. 2015-07-09 21:21:33 +00:00
register-info.mir MIR Parser: Report an error when parsing machine function with an empty body. 2015-07-09 21:21:33 +00:00
successor-basic-blocks.mir MIR Serialization: Serialize MBB successors. 2015-06-30 18:16:42 +00:00