1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 21:13:02 +02:00
llvm-mirror/test/CodeGen/ARM/Windows
Saleem Abdulrasool def9e129ca ARM: correct TLS access on WoA
TLS access requires an offset from the TLS index.  The index itself is the
section-relative distance of the symbol.  For ARM, the relevant relocation
(IMAGE_REL_ARM_SECREL) is applied as a constant.  This means that the value may
not be an immediate and must be lowered into a constant pool.  This offset will
not be base relocated.  We were previously emitting the actual address of the
symbol which would be base relocated and would therefore be the vaue offset by
the ImageBase + TLS Offset.

llvm-svn: 271974
2016-06-07 03:15:07 +00:00
..
aapcs.ll
alloca.ll
builtin_longjmp.ll
chkstk-movw-movt-isel.ll ARM: fix __chkstk Frame Setup on WoA 2016-04-24 20:12:48 +00:00
chkstk.ll ARM: fix __chkstk Frame Setup on WoA 2016-04-24 20:12:48 +00:00
dbzchk.ll ARM: fix __chkstk Frame Setup on WoA 2016-04-24 20:12:48 +00:00
division.ll
dllexport.ll ARM: support export directives for Windows 2016-05-14 18:58:34 +00:00
dllimport.ll
frame-register.ll
global-minsize.ll
hard-float.ll
libcalls.ll
long-calls.ll
mangling.ll
memset.ll
mov32t-bundling.ll
movw-movt-relocations.ll
no-aeabi.ll ARM: fix __chkstk Frame Setup on WoA 2016-04-24 20:12:48 +00:00
no-arm-mode.ll
no-eabi.ll
no-ehabi.ll
no-frame-register.ll
pic.ll
read-only-data.ll
stack-probe-non-default.ll
structors.ll
tls.ll ARM: correct TLS access on WoA 2016-06-07 03:15:07 +00:00
trivial-gnu-object.ll
vla.ll