Go to file
Rafael Espindola f1e245315b Use relocations to fill statically known got entries.
Right now we just remember a SymbolBody for each got entry and
duplicate a bit of logic to decide what value, if any, should be
written for that SymbolBody.

With ARM there will be more complicated values, and it seems better to
just use the relocation code to fill the got entries. This makes it
clear that each entry is filled by the dynamic linker or by the static
linker.

llvm-svn: 288107
2016-11-29 03:45:36 +00:00
clang Add a warning for 'main' returning 'true' or 'false'. 2016-11-29 01:35:17 +00:00
clang-tools-extra [include-fixer] Don't interfere with typo correction if we found nothing. 2016-11-28 17:16:18 +00:00
compiler-rt builtins: switch to c11 from c99 2016-11-29 02:31:40 +00:00
debuginfo-tests
libclc Fix build since r286752. 2016-11-14 16:06:33 +00:00
libcxx Implement conjuntion/disjuntion/negation for LFTS v2. Same code and tests for the ones in std:: 2016-11-26 18:45:03 +00:00
libcxxabi __cxa_demangle: use default member initialization 2016-11-18 19:01:53 +00:00
libunwind EHABI: mark some functions as exported 2016-11-17 23:53:35 +00:00
lld Use relocations to fill statically known got entries. 2016-11-29 03:45:36 +00:00
lldb [lldb] Fix compilation of SymbolFileDWARF.cpp with ENABLE_DEBUG_PRINTF set 2016-11-29 00:40:13 +00:00
llgo
llvm Test commit. Comment changes. NFC. 2016-11-29 02:37:13 +00:00
openmp Fixed typo in kmp_process_deps trace output 2016-11-28 20:10:32 +00:00
parallel-libs [Acxxel] Remove setActiveDeviceForThread 2016-10-28 00:54:02 +00:00
polly [ScopInfo] Use SCEVRewriteVisitor to simplify SCEVSensitiveParameterRewriter [NFC] 2016-11-26 17:58:40 +00:00