llvm-6502/lib/Target/ARM/MCTargetDesc
Saleem Abdulrasool 304512cf40 ARM IAS: support .inst directive
This adds support for the .inst directive.  This is an ARM specific directive to
indicate an instruction encoded as a constant expression.  The major difference
between .word, .short, or .byte and .inst is that the latter will be
disassembled as an instruction since it does not get flagged as data.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197657 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-19 05:17:58 +00:00
..
ARMAddressingModes.h
ARMArchName.def [arm] Implement ARM .arch directive. 2013-12-11 17:16:25 +00:00
ARMArchName.h [arm] Implement ARM .arch directive. 2013-12-11 17:16:25 +00:00
ARMAsmBackend.cpp
ARMBaseInfo.h
ARMELFObjectWriter.cpp Add support for parsing ARM symbol variants on ELF targets 2013-12-04 22:43:20 +00:00
ARMELFStreamer.cpp ARM IAS: support .inst directive 2013-12-19 05:17:58 +00:00
ARMFixupKinds.h
ARMMachObjectWriter.cpp Fixed a bug in getARMFixupKindMachOInfo() where three ARM fixup kinds 2013-12-13 22:46:54 +00:00
ARMMachORelocationInfo.cpp
ARMMCAsmInfo.cpp Add support for parsing ARM symbol variants on ELF targets 2013-12-04 22:43:20 +00:00
ARMMCAsmInfo.h
ARMMCCodeEmitter.cpp
ARMMCExpr.cpp
ARMMCExpr.h
ARMMCTargetDesc.cpp Correctly handle the degenerated triple "thumb". 2013-12-18 21:29:44 +00:00
ARMMCTargetDesc.h
ARMUnwindOp.h
ARMUnwindOpAsm.cpp
ARMUnwindOpAsm.h
CMakeLists.txt [CMake] Let add_public_tablegen_target responsible to provide dependency to CommonTableGen. 2013-11-28 17:04:04 +00:00
LLVMBuild.txt
Makefile