llvm-6502/lib/Target/ARM/AsmParser
Bill Wendling ef4a68badb Add parsing for the Thumb t_addrmode_s4 addressing mode. This can almost
certainly be made more generic. But it does allow us to parse something like:

          ldr     r3, [r2, r4]

correctly in Thumb mode.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120408 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-30 07:44:32 +00:00
..
ARMAsmLexer.cpp Added an AsmLexer for the ARM target, which uses 2010-04-07 20:29:34 +00:00
ARMAsmParser.cpp Add parsing for the Thumb t_addrmode_s4 addressing mode. This can almost 2010-11-30 07:44:32 +00:00
CMakeLists.txt Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." 2010-09-13 23:59:48 +00:00
Makefile Fix LLVM build when the user specifies CPPFLAGS on the make command line. 2010-03-12 21:42:14 +00:00