Reid Kleckner 980c4df037 Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code models"
Don't try to generate large PIC code for non-ELF targets. Neither COFF
nor MachO have relocations for large position independent code, and
users have been using "large PIC" code models to JIT 64-bit code for a
while now. With this change, if they are generating ELF code, their
JITed code will truly be PIC, but if they target MachO or COFF, it will
contain 64-bit immediates that directly reference external symbols. For
a JIT, that's perfectly fine.

llvm-svn: 337740
2018-07-23 21:14:35 +00:00
..
2018-04-07 19:50:09 +00:00
2018-02-07 13:28:23 +00:00
2018-02-28 22:57:23 +00:00
2018-02-28 22:57:23 +00:00
2018-07-13 20:54:24 +00:00
2018-01-14 19:07:41 +00:00
2017-12-11 16:47:21 +00:00
2018-03-26 21:07:59 +00:00
2018-02-06 18:18:49 +00:00
2018-01-19 06:08:15 +00:00
2018-03-26 21:07:59 +00:00
2018-07-23 20:19:10 +00:00
2018-04-13 11:37:06 +00:00
2018-02-11 13:12:50 +00:00
2018-01-08 13:21:24 +00:00
2018-01-17 22:19:31 +00:00
2018-05-10 07:26:05 +00:00
2018-05-10 07:26:05 +00:00
2018-01-19 12:05:58 +00:00
2018-06-07 10:13:09 +00:00
2018-06-07 10:13:09 +00:00
2018-06-07 10:13:09 +00:00
2018-04-20 16:46:58 +00:00
2018-07-09 20:52:07 +00:00