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
..
2014-07-07 05:18:35 +00:00
2014-04-14 16:53:50 +00:00
2014-05-30 10:09:59 +00:00
2014-05-30 10:09:59 +00:00
2014-05-30 08:59:55 +00:00
2014-05-16 18:26:53 +00:00
2014-05-30 10:09:59 +00:00
2014-05-30 10:09:59 +00:00
2014-05-30 08:59:55 +00:00
2014-05-30 10:09:59 +00:00
2014-05-30 08:59:55 +00:00
2014-05-30 10:09:59 +00:00
2014-05-14 11:13:31 +00:00
2014-05-27 10:43:38 +00:00
2014-05-09 16:20:53 +00:00
2014-06-03 02:41:57 +00:00
2014-05-30 10:09:59 +00:00
2014-06-13 16:45:52 +00:00
2014-06-13 14:24:07 +00:00
2014-05-30 14:41:51 +00:00
2014-06-13 14:24:07 +00:00
2014-06-13 14:24:07 +00:00
2014-04-29 10:13:10 +00:00
2014-05-13 16:44:30 +00:00
2014-05-12 11:19:20 +00:00
2014-06-23 18:05:53 +00:00
2014-06-16 09:17:30 +00:00
2014-06-01 09:30:52 +00:00
2014-05-14 16:59:44 +00:00
2014-05-14 16:59:44 +00:00
2014-05-12 22:13:07 +00:00
2014-05-27 13:30:21 +00:00
2014-05-30 10:09:59 +00:00
2014-06-13 14:24:07 +00:00
2014-06-13 16:45:52 +00:00
2014-05-12 11:19:20 +00:00
2014-05-30 10:09:59 +00:00
2014-05-06 20:43:01 +00:00
2014-05-06 20:43:01 +00:00
2014-06-24 20:10:27 +00:00
2014-06-30 17:17:35 +00:00
2014-04-10 22:58:43 +00:00
2014-05-07 07:49:34 +00:00
2014-05-14 16:38:30 +00:00
2014-05-14 16:37:32 +00:00
2014-05-07 07:49:34 +00:00
2014-05-30 13:23:06 +00:00
2014-05-30 10:09:59 +00:00
2014-05-18 04:12:52 +00:00
2014-05-08 22:45:07 +00:00
2014-06-11 06:44:53 +00:00
2014-05-09 14:01:47 +00:00
2014-04-25 17:24:24 +00:00
2014-05-30 10:09:59 +00:00
2014-04-14 16:56:19 +00:00
2014-05-30 10:09:59 +00:00
2014-04-29 10:06:05 +00:00
2014-05-30 10:09:59 +00:00
2014-05-30 13:23:06 +00:00
2014-07-03 16:00:41 +00:00
2014-05-09 21:52:48 +00:00
2014-04-25 17:51:25 +00:00
2014-06-05 21:40:13 +00:00
2014-06-16 18:49:36 +00:00
2014-06-09 22:42:55 +00:00
2014-05-08 14:06:24 +00:00
2014-05-08 14:06:24 +00:00
2014-05-30 10:09:59 +00:00
2014-05-16 14:24:22 +00:00
2014-06-20 10:08:11 +00:00
2014-06-20 10:08:11 +00:00
2014-06-20 10:08:11 +00:00
2014-05-30 10:09:59 +00:00
2014-04-12 04:47:04 +00:00
2014-05-06 16:51:25 +00:00
2014-05-06 16:51:25 +00:00
2014-05-30 13:23:06 +00:00
2014-06-20 15:30:38 +00:00
2014-04-12 00:59:48 +00:00
2014-05-30 10:09:59 +00:00
2014-05-06 20:43:01 +00:00
2014-05-22 13:03:43 +00:00
2014-05-30 10:09:59 +00:00
2014-04-23 01:09:29 +00:00
2014-05-06 16:51:25 +00:00
2014-05-30 10:09:59 +00:00
2014-05-08 14:06:24 +00:00
2014-04-15 21:30:06 +00:00
2014-05-30 10:09:59 +00:00
2014-05-22 04:46:46 +00:00
2014-05-30 08:59:55 +00:00
2014-05-12 11:19:20 +00:00
2014-04-22 10:10:09 +00:00
2014-05-30 10:09:59 +00:00
2014-05-19 13:12:38 +00:00
2014-05-30 08:59:55 +00:00
2014-05-14 21:14:37 +00:00