llvm-6502/lib/Target/ARM/MCTargetDesc
Saleem Abdulrasool 0f1bf97d04 MC: address some comments in deprecation checks
Bob Wilson pointed out the unnecessary checks that had been committed to the
instruction check predicates.  The check was meant to ensure that the check was
not accidentally applied to non-ARM instructions.  This is better served as an
assertion rather than a condition check.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224825 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-24 18:40:42 +00:00
..
ARMAddressingModes.h Add aliases for VAND imm to VBIC ~imm 2014-09-25 11:31:24 +00:00
ARMArchName.def
ARMArchName.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
ARMAsmBackend.cpp ARMAsmBackend uses a factory method to generate binary file format specific 2014-09-16 09:18:23 +00:00
ARMAsmBackend.h ARMAsmBackend uses a factory method to generate binary file format specific 2014-09-16 09:18:23 +00:00
ARMAsmBackendDarwin.h ARMAsmBackend uses a factory method to generate binary file format specific 2014-09-16 09:18:23 +00:00
ARMAsmBackendELF.h ARMAsmBackend uses a factory method to generate binary file format specific 2014-09-16 09:18:23 +00:00
ARMAsmBackendWinCOFF.h ARMAsmBackend uses a factory method to generate binary file format specific 2014-09-16 09:18:23 +00:00
ARMBaseInfo.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
ARMELFObjectWriter.cpp test commit (spelling correction) 2014-12-11 08:33:36 +00:00
ARMELFStreamer.cpp Stop uppercasing build attribute data. 2014-11-27 12:13:56 +00:00
ARMFixupKinds.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
ARMMachObjectWriter.cpp MC: Bit pack MCSymbolData. 2014-10-11 15:07:21 +00:00
ARMMachORelocationInfo.cpp
ARMMCAsmInfo.cpp Allow target to specify prefix for labels 2014-12-04 00:06:57 +00:00
ARMMCAsmInfo.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
ARMMCCodeEmitter.cpp Add support for ARM modified-immediate assembly syntax. 2014-12-02 10:53:20 +00:00
ARMMCExpr.cpp
ARMMCExpr.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
ARMMCTargetDesc.cpp MC: address some comments in deprecation checks 2014-12-24 18:40:42 +00:00
ARMMCTargetDesc.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
ARMTargetStreamer.cpp
ARMUnwindOpAsm.cpp
ARMUnwindOpAsm.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
ARMWinCOFFObjectWriter.cpp
ARMWinCOFFStreamer.cpp
CMakeLists.txt
LLVMBuild.txt
Makefile