1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib
Lang Hames 30fea694b9 [MCJIT] Defer application of AArch64 MachO GOT relocations until resolve time.
On AArch64, GOT references are page relative (ADRP + LDR), so they can't be
applied until we know exactly where, within a page, the GOT entry will be in
the target address space.

Fixes <rdar://problem/18693976>.

llvm-svn: 220347
2014-10-21 23:41:15 +00:00
..
Analysis Add minnum / maxnum intrinsics 2014-10-21 23:00:20 +00:00
AsmParser
Bitcode IR: Reorder metadata bitcode serialization, NFC 2014-10-21 22:27:47 +00:00
CodeGen Add minnum / maxnum codegen 2014-10-21 23:01:01 +00:00
DebugInfo Constify input argument of RelocVisitor and DWARFContext constructors. NFC. 2014-10-20 20:28:51 +00:00
ExecutionEngine [MCJIT] Defer application of AArch64 MachO GOT relocations until resolve time. 2014-10-21 23:41:15 +00:00
IR Extend the verifier to check usage of 'nonnull' metadata. 2014-10-21 20:56:29 +00:00
IRReader
LineEditor
Linker
LTO
MC Drop support for an old version of ld64 (from darwin 9). 2014-10-21 18:31:09 +00:00
Object [MCJIT] Temporarily revert r220245 - it broke several bots. 2014-10-21 00:24:02 +00:00
Option
ProfileData
Support PR21202: Memory leak in Windows RWMutexImpl when using SRWLOCK 2014-10-21 00:34:39 +00:00
TableGen
Target Add minnum / maxnum codegen 2014-10-21 23:01:01 +00:00
Transforms LTO: respect command-line options that disable vectorization. 2014-10-21 23:18:21 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile