Go to file
Tamas Berghammer 42ecef3b15 Add absolute load address support for the DynamicLoader plugins
The POSIX linker generally reports the load bias for the loaded
libraries but in some case it is useful to handle a library based on
absolute load address. Example usecases:
* Windows linker uses absolute addresses
* Library list came from different source (e.g. /proc/<pid>/maps)

Differential revision: http://reviews.llvm.org/D12233

llvm-svn: 245834
2015-08-24 10:21:55 +00:00
clang [AArch64] Define the macro __ARM_FP16_ARGS 2015-08-24 10:11:14 +00:00
clang-tools-extra [clang-tidy] Migrate UseAuto from clang-modernize to clang-tidy. 2015-08-21 15:08:51 +00:00
compiler-rt Revert r245770 and r245777. 2015-08-22 05:15:55 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Remove files accidentally not removed in r244310 2015-08-13 23:43:12 +00:00
libcxx Recommit rL245802: Cleanup fancy pointer rebinding in list using __rebind_pointer. 2015-08-23 02:56:05 +00:00
libcxxabi Fix or disable C++11 tests in C++03 mode 2015-08-20 01:22:17 +00:00
libunwind unwind: fix invalid memory access 2015-08-21 03:21:31 +00:00
lld COFF: Add a test for ICF and circular references. 2015-08-24 08:11:53 +00:00
lldb Add absolute load address support for the DynamicLoader plugins 2015-08-24 10:21:55 +00:00
llgo Update to new lists.llvm.org 2015-08-05 04:03:05 +00:00
llvm Add DAG optimisation for FP16_TO_FP 2015-08-24 09:47:45 +00:00
openmp Update z_Linux_asm.s to use platform macros 2015-08-20 19:46:14 +00:00
polly Make our data-locality schedule tree transforms externally accessible 2015-08-24 06:01:47 +00:00