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-28 22:57:23 +00:00
2018-02-28 22:57:23 +00:00
2018-07-13 20:54:24 +00:00
2018-03-26 21:07:59 +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-05-10 07:26:05 +00:00
2018-05-10 07:26:05 +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
2017-08-02 00:28:10 +00:00