llvm-6502/test/CodeGen
Saleem Abdulrasool 682e019983 ARM: properly lower dllimport'ed global values
This completes the handling for DLL import storage symbols when lowering
instructions.  A DLL import storage symbol must have an additional load
performed prior to use.  This is applicable to variables and functions.

This is particularly important for non-function symbols as it is possible to
handle function references by emitting a thunk which performs the translation
from the unprefixed __imp_ symbol to the proper symbol (although, this is a
non-optimal lowering).  For a variable symbol, no such thunk can be
accommodated.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212431 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-07 05:18:35 +00:00
..
AArch64 [AArch64] Normalize all constants to build a vector. 2014-07-07 02:45:40 +00:00
ARM ARM: properly lower dllimport'ed global values 2014-07-07 05:18:35 +00:00
CPP
Generic
Hexagon
Inputs
Mips [mips] Add tests for the 'ret', 'call', and 'indirectbr' LLVM IR instruction. 2014-07-04 15:16:14 +00:00
MSP430
NVPTX
PowerPC llvm-readobj: fix MachO relocatoin printing a bit. 2014-07-04 10:57:56 +00:00
R600
SPARC
SystemZ
Thumb
Thumb2
X86 llvm/test/CodeGen/X86/vector-gep.ll: Appease to add -mtriple=i686-linux. 2014-07-04 11:55:40 +00:00
XCore llvm/test/CodeGen/XCore/dwarf_debug.ll: Fix not to be affected by *-win32. 2014-07-04 11:58:03 +00:00