1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +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 [RegAllocFast] Properly track the physical register definitions on calls. 2016-02-20 00:32:29 +00:00
builtin_longjmp.ll ARM: follow up improvements for SVN r263118 2016-03-10 16:26:37 +00:00
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 ARM: fix test for Windows division 2016-04-22 01:03:38 +00:00
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 Generate correct asm info for mingw and cygwin ARM targets. 2015-07-14 05:51:05 +00:00
libcalls.ll ARM: address WOA unsigned division overflow crash 2015-11-26 15:34:03 +00:00
long-calls.ll [MC] Use .p2align instead of .align 2016-01-26 00:03:25 +00:00
mangling.ll
memset.ll Revert "Change memcpy/memset/memmove to have dest and source alignments." 2015-11-19 05:56:52 +00:00
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 Generate correct asm info for mingw and cygwin ARM targets. 2015-07-14 05:51:05 +00:00
no-eabi.ll ARM: only emit EABI attributes on EABI targets 2015-12-13 05:27:45 +00:00
no-ehabi.ll
no-frame-register.ll ARM: tweak WoA frame lowering 2015-10-09 03:19:03 +00:00
pic.ll Generate correct asm info for mingw and cygwin ARM targets. 2015-07-14 05:51:05 +00:00
read-only-data.ll
stack-probe-non-default.ll
structors.ll Generate correct asm info for mingw and cygwin ARM targets. 2015-07-14 05:51:05 +00:00
tls.ll ARM: correct TLS access on WoA 2016-06-07 03:15:07 +00:00
trivial-gnu-object.ll ARM: add at least one real test for r242123. 2015-07-14 17:23:55 +00:00
vla.ll