Go to file
George Rimar bfb7bf7429 [ELF] - R_386_GOTOFF relocation implemented.
R_386_GOTOFF is calculated as S + A - GOT, where:
S - Represents the value of the symbol whose index resides in the relocation entry.
A - Represents the addend used to compute the value of the relocatable field.
GOT - Represents the address of the global offset table.

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

llvm-svn: 256143
2015-12-21 10:00:12 +00:00
clang [Sema] Use range-based for loops. NFC 2015-12-21 06:35:56 +00:00
clang-tools-extra Fix a false positive case in ContainerSizeEmpty check (PR25893). 2015-12-21 09:43:52 +00:00
compiler-rt [PGO] testing _WIN64 instead of _WIN32 2015-12-20 19:55:15 +00:00
debuginfo-tests
libclc AMDGPU: Add aliases for all VI targets 2015-12-15 18:37:04 +00:00
libcxx Fix type in tuple test. Sorry for the noise 2015-12-18 01:04:36 +00:00
libcxxabi [libc++abi] Use libgcc and libgcc_s to provide _Unwind symbols instead of libgcc_eh.a 2015-12-14 22:20:04 +00:00
libunwind Replace cmake check for printf with a check for fopen. 2015-12-10 00:47:08 +00:00
lld [ELF] - R_386_GOTOFF relocation implemented. 2015-12-21 10:00:12 +00:00
lldb [TestCPPAuto] On linux, we need -fno-limit-debug-info. 2015-12-19 00:52:29 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm check-llvm: Tweak the feature "timestamps" for autoconf. 2015-12-21 08:46:12 +00:00
openmp Prevent monitor thread creation when KMP_BLOCKTIME="infinite" 2015-12-18 23:20:36 +00:00
polly ScopInfo: Return immediately if scop is unprofitable and marked invalid 2015-12-21 09:09:44 +00:00