llvm-6502/lib/TableGen
Jim Grosbach 7aef99b677 ARM vldm and vstm VFP instructions can take a data type suffix.
It's ignored by the assembler when present, but is legal syntax. Other
instructions have something similar, but for some mnemonics it's
only sometimes not significant, so this quick check in the parser will
need refactored into something more robust soon-ish. This gets some
basics working in the meantime.

Partial for rdar://10435264

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144422 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-11 23:08:10 +00:00
..
CMakeLists.txt Revert r141079: tblgen: add preprocessor as a separate mode 2011-10-08 12:39:26 +00:00
Error.cpp Make SMDiagnostic a little more sane. Instead of passing around note/warning/error as a 2011-10-16 05:43:57 +00:00
LLVMBuild.txt build: Add initial cut at LLVMBuild.txt files. 2011-11-03 18:53:17 +00:00
Main.cpp Revert r141079: tblgen: add preprocessor as a separate mode 2011-10-08 12:39:26 +00:00
Makefile
Record.cpp ARM vldm and vstm VFP instructions can take a data type suffix. 2011-11-11 23:08:10 +00:00
TableGenBackend.cpp
TGLexer.cpp Implement Paste 2011-10-19 13:04:43 +00:00
TGLexer.h Implement Paste 2011-10-19 13:04:43 +00:00
TGParser.cpp Implement Paste 2011-10-19 13:04:43 +00:00
TGParser.h Process Defm Prefix as Init 2011-10-19 13:04:31 +00:00