llvm-6502/test/CodeGen
Saleem Abdulrasool 104e73dd34 ARM: correct assertion for long-calls on WoA
COFF/PE, so the relocation model is never static.  Loosen the assertion
accordingly.  The relocation can still be emitted properly, as it will be
converted to an IMAGE_REL_ARM_ADDR32 which will be resolved by the loader
taking the base relocation into account.  This is necessary to permit the
emission of long calls which can be controlled via the -mlong-calls option in
the driver.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210399 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-07 20:29:27 +00:00
..
AArch64 [AArch64] Add regression tests for the load/store optimizer which cover post-index update folding with sub rather than add. 2014-06-03 16:03:00 +00:00
ARM ARM: correct assertion for long-calls on WoA 2014-06-07 20:29:27 +00:00
CPP
Generic Add a new attribute called 'jumptable' that creates jump-instruction tables for functions marked with this attribute. 2014-06-05 19:29:43 +00:00
Hexagon
Inputs
Mips [mips] Modify long branch for NaCl: 2014-06-05 13:52:08 +00:00
MSP430
NVPTX Allow aliases to be unnamed_addr. 2014-06-06 01:20:28 +00:00
PowerPC [PPC64LE] Fix lowering of BUILD_VECTOR and SHUFFLE_VECTOR for little endian 2014-06-06 14:06:26 +00:00
R600 Allow aliases to be unnamed_addr. 2014-06-06 01:20:28 +00:00
SPARC
SystemZ
Thumb
Thumb2 ARM & AArch64: make use of common cmpxchg idioms after expansion 2014-05-30 10:09:59 +00:00
X86 X86: Don't turn shifts into ands if there's another use that may not check for equality. 2014-06-06 21:08:55 +00:00
XCore