llvm-6502/lib/Target/ARM/MCTargetDesc
Saleem Abdulrasool 8009754517 ARM IAS: support emitting constant values in target expressions
A 32-bit immediate value can be formed from a constant expression and loaded
into a register.  Add support to emit this into an object file.  Because this
value is a constant, a relocation must *not* be produced for it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199023 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-11 23:03:48 +00:00
..
ARMAddressingModes.h Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. 2013-05-24 22:23:49 +00:00
ARMArchName.def Recognize armv7a and friends as aliases for armv7-a etc. for the purpose 2013-12-26 11:50:28 +00:00
ARMArchName.h Recognize armv7a and friends as aliases for armv7-a etc. for the purpose 2013-12-26 11:50:28 +00:00
ARMAsmBackend.cpp Fix a bug with the ARM thumb2 CBNZ and CBNZ instructions that 2014-01-10 00:43:32 +00:00
ARMBaseInfo.h ARM: remove special cases for Darwin dynamic-no-pic mode. 2013-11-25 16:24:52 +00:00
ARMBuildAttrs.cpp ARM IAS: improve .eabi_attribute handling 2014-01-07 02:28:42 +00:00
ARMBuildAttrs.h ARM IAS: improve .eabi_attribute handling 2014-01-07 02:28:42 +00:00
ARMELFObjectWriter.cpp Add support for parsing ARM symbol variants on ELF targets 2013-12-04 22:43:20 +00:00
ARMELFStreamer.cpp Must not produce Tag_CPU_arch_profile for pre-ARMv7 cores (e.g. cortex-m0) 2014-01-10 16:42:55 +00:00
ARMFixupKinds.h Ensure conditional BL instructions for ARM are given the fixup fixup_arm_condbranch. 2012-03-30 09:15:32 +00:00
ARMMachObjectWriter.cpp Fixed a bug in getARMFixupKindMachOInfo() where three ARM fixup kinds 2013-12-13 22:46:54 +00:00
ARMMachORelocationInfo.cpp Re-sort all of the includes with ./utils/sort_includes.py so that 2014-01-07 11:48:04 +00:00
ARMMCAsmInfo.cpp Add support for parsing ARM symbol variants on ELF targets 2013-12-04 22:43:20 +00:00
ARMMCAsmInfo.h Add a MCAsmInfoELF class and factor some code into it. 2013-10-16 01:34:32 +00:00
ARMMCCodeEmitter.cpp ARM IAS: support emitting constant values in target expressions 2014-01-11 23:03:48 +00:00
ARMMCExpr.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
ARMMCExpr.h Add AArch64 as an experimental target. 2013-01-31 12:12:40 +00:00
ARMMCTargetDesc.cpp Clean up an inconsistency in v7s feature default. 2014-01-09 20:24:00 +00:00
ARMMCTargetDesc.h Add a MCTargetStreamer interface. 2013-10-08 13:08:17 +00:00
ARMUnwindOpAsm.cpp ARM: move ARMUnwindOp.h into Support 2014-01-06 00:15:00 +00:00
ARMUnwindOpAsm.h [arm] Fix an incorrect comment in ARMUnwindOpAsm.h. 2014-01-07 17:47:25 +00:00
CMakeLists.txt ARM IAS: improve .eabi_attribute handling 2014-01-07 02:28:42 +00:00
LLVMBuild.txt
Makefile