- 341b61e Don't resolve already resolved paths when parsing ld.config.txt by Jiyong Park · 6 years ago
- 90f96b9 linker: support ldd(1)-like behavior via --list. by Elliott Hughes · 6 years ago
- 78e42d8 Merge "Enable native_bridge_support" by Dimitry Ivanov · 6 years ago
- af1467b Merge "Exclude libgcc_stripped wherever libgcc is excluded" by Yi Kong · 6 years ago
- 7ac2afb Exclude libgcc_stripped wherever libgcc is excluded by Yi Kong · 6 years ago
- 7f04880 Enable native_bridge_support by dimitry · 6 years ago
- b51bb50 Track libziparchive API change. by Elliott Hughes · 6 years ago
- afe30a5 Remove dependency on unused libutils by dimitry · 6 years ago
- 401e2ef Merge "Only write main library's RELRO by default." by Treehugger Robot · 6 years ago
- 584bc62 Move libdl and linker to static NOTICE files. by Elliott Hughes · 6 years ago
- 7b9db34 Fix linker compilation with timing enabled by Vic Yang · 6 years ago
- 5d10374 Only write main library's RELRO by default. by Torne (Richard Coles) · 6 years ago
- 93ea856 Merge changes I59a8bc4a,Ic437d352 by Ryan Prichard · 6 years ago
- e4d620b Fix dlsym and dladdr for TLS symbols by Ryan Prichard · 6 years ago
- fa9f7f2 Fix DLEXT_WRITE_RELRO when loading multiple libs. by Torne (Richard Coles) · 6 years ago
- 976d4b4 Use std::move() for rvalue-reference setters and ctors by Vic Yang · 6 years ago
- 2d020e4 linker: Add support for "whitelisted" property in linker config files by Vic Yang · 7 years ago
- 6091665 Merge "Add more linker debug." by Martin Stjernholm · 6 years ago
- 95252ee Add more linker debug. by Martin Stjernholm · 6 years ago
- 036e09c Don't install *.mountpoint targets by Jiyong Park · 6 years ago
- 92b3e1b Cosmetic changes to linker allocator and config by Ryan Prichard · 6 years ago
- b0e2dd0 Allow building the linker with -O0 by Ryan Prichard · 6 years ago
- b39cb3c linker: Handle libraries with disjoint mappings correctly. by Peter Collingbourne · 6 years ago
- 7cdbd0d Merge "linker: allow using reserved space for multiple libraries." by Treehugger Robot · 6 years ago
- efbe9a5 linker: allow using reserved space for multiple libraries. by Torne (Richard Coles) · 7 years ago
- 54c8640 Merge "Redirect /system/lib/libicuuc.so regardless of duplication in /system" by vichang · 6 years ago
- d102cf6 Merge "Switch linker tests to Android.bp." by Elliott Hughes · 6 years ago
- f84d0a9 Merge "libasync_safe: stop clobbering other folks' identifiers." by Elliott Hughes · 6 years ago
- 15a2b7b Switch linker tests to Android.bp. by Elliott Hughes · 6 years ago
- 3019d78 libasync_safe: stop clobbering other folks' identifiers. by Elliott Hughes · 6 years ago
- fcd3538 Disable native_coverage for ld-android and linker by Pirama Arumuga Nainar · 6 years ago
- af12c94 Redirect /system/lib/libicuuc.so regardless of duplication in /system by Victor Chang · 6 years ago
- efc503d Greylist libraries are attempted to be loaded in the default ns by Jiyong Park · 6 years ago
- 808d176 Merge "Fix linker self-exec detection" by Ryan Prichard · 7 years ago
- 1990ba5 Fix linker self-exec detection by Ryan Prichard · 7 years ago
- 6cb719f Revert "Revert "Allow dlopen("/system/lib/<soname>") for pre-Q"" by Victor Chang · 7 years ago
- 73ee7a6 Merge "Revert "Allow dlopen("/system/lib/<soname>") for pre-Q"" by vichang · 7 years ago
- 1906e77 Revert "Allow dlopen("/system/lib/<soname>") for pre-Q" by vichang · 7 years ago
- 9c48951 Merge "Allow dlopen("/system/lib/<soname>") for pre-Q" by vichang · 7 years ago
- f6e4cfd Allow dlopen("/system/lib/<soname>") for pre-Q by Victor Chang · 7 years ago
- bb7e123 Purge linker block allocators before leaving linker by Vic Yang · 7 years ago
- fbc4c8e Move the dynamic linker to ./bootstrap subdir by Jiyong Park · 7 years ago
- a5f914a Add bionic mount points under /bionic by Jiyong Park · 7 years ago
- 7bb60fc Revert "linker: Purge block allocator memory when possible" by Vic Yang · 7 years ago
- ffaae70 Implement arm64 TLSDESC by Ryan Prichard · 7 years ago
- 16455b5 Implement dynamic TLS accesses and allocation by Ryan Prichard · 7 years ago
- 3b463cf Implement TLS_DTPMOD and TLS_DTPREL relocations by Ryan Prichard · 7 years ago
- ea41ab0 Ignore DT_TLSDESC_GOT / DT_TLSDESC_PLT by Ryan Prichard · 7 years ago
- 083d850 Move the linker allocator into libc by Ryan Prichard · 7 years ago
- 52165b3 Replace some of linker_allocator's header includes by Ryan Prichard · 7 years ago
- 70ee182 Merge "Call realpath(3) only when the path is accessible for read" by Treehugger Robot · 7 years ago
- fbd6f3c Merge changes Iece631a5,I53769e0e by Treehugger Robot · 7 years ago
- 42e8198 Call realpath(3) only when the path is accessible for read by Jiyong Park · 7 years ago
- 57b9d1e support LIB in runpath by Jiyong Park · 7 years ago
- dac328a linker: Reduce number of mmap()/prctl() calls in block allocator by Vic Yang · 7 years ago
- fb78a4a linker: Purge block allocator memory when possible by Vic Yang · 7 years ago
- 314c0f7 Merge "Fix soinfo_tls::module dangling reference" by Ryan Prichard · 7 years ago
- bf427f4 Fix soinfo_tls::module dangling reference by Ryan Prichard · 7 years ago
- 1906268 Merge "linker: only generate log messages when logging is enabled" by Josh Gao · 7 years ago
- 9a23865 Merge changes Ia08e1b5c,I60e589dd,Ib7edb665,Ibf1bf5ec,Ibd623857 by Ryan Prichard · 7 years ago
- a022034 linker: only generate log messages when logging is enabled by Tim Murray · 7 years ago
- fb8730d Handle R_GENERIC_TLS_TPREL relocations by Ryan Prichard · 7 years ago
- 1988350 Avoid a dlopen abort on an invalid TLS alignment by Ryan Prichard · 7 years ago
- 5bccde7 Merge "Fix fd leak in android_dlopen_ext." by Treehugger Robot · 7 years ago
- e5e69e0 Record TLS modules and layout static TLS memory by Ryan Prichard · 7 years ago
- de853ff Fix fd leak in android_dlopen_ext. by Martin Stjernholm · 7 years ago
- 977e47d StaticTlsLayout: add exe/tcb and solib layout by Ryan Prichard · 7 years ago
- 9ee8069 Build the linker with -D_USING_LIBCXX by Ryan Prichard · 7 years ago
- 45d1349 Reorganize static TLS memory for ELF TLS by Ryan Prichard · 7 years ago
- 6b55cc3 dir.${section}: downgrade "can't resolve" diag by Ryan Prichard · 7 years ago
- 2ccb2f0 Add generic TLS linker reloc macros by Ryan Prichard · 7 years ago
- 259429b Further improve of linker memory allocators by Vic Yang · 7 years ago
- 5493851 Reduce LinkerSmallObjectAllocator memory overhead by Vic Yang · 7 years ago
- 0218e92 Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 7 years ago
- 34583c1 Move dlerror out of a TLS slot and into a pthread_internal_t member. by Elliott Hughes · 7 years ago
- 07440a8 Replace TLS_SLOT_BIONIC_PREINIT w/ shared globals by Ryan Prichard · 7 years ago
- 9cfca86 Split main thread init into early+late functions by Ryan Prichard · 7 years ago
- 6b3be17 Prevent dependency cycle due to system_shared_libs expansion by Dan Willemsen · 7 years ago
- 6b70fda Merge changes I376d7695,Ied443375,I614d25e7 by Ryan Prichard · 7 years ago
- c7cbef4 Merge "linker: changes to init work arounds" by Tom Cherry · 7 years ago
- 48b1159 Use shared globals to init __progname + environ by Ryan Prichard · 7 years ago
- 7752bcb Move the abort message to libc_shared_globals by Ryan Prichard · 7 years ago
- abf736a Expose libc_shared_globals to libc.so with symbol by Ryan Prichard · 7 years ago
- de69660 Fix free pages count in LinkerSmallObjectAllocator by Vic Yang · 7 years ago
- 0ff8df5 Merge "Cleanup: __libc_init_AT_SECURE, auxv, sysinfo" by Ryan Prichard · 7 years ago
- f17fd1d Disable XOM in linker, libc, and libm. by Ivan Lozano · 7 years ago
- 701bd0c Cleanup: __libc_init_AT_SECURE, auxv, sysinfo by Ryan Prichard · 7 years ago
- a4f3625 Fix: search path is not added when one of its parent is not accessible by Jiyong Park · 7 years ago
- ba1a723 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 7 years ago
- 33c3a06 linker unit tests requires liblog by Mark Salyzyn · 7 years ago
- ff1428a Move API levels from `uint32_t` to `int`. by Elliott Hughes · 7 years ago
- 66bc428 linker: changes to init work arounds by Tom Cherry · 7 years ago
- bbd465a Merge "Revert "Disable lld, failed to link bionic/linker."" by Chih-hung Hsieh · 7 years ago
- 34d1f2d Revert "Disable lld, failed to link bionic/linker." by Chih-hung Hsieh · 7 years ago
- 8178c41 ART isn't using the ART-specific linker features any more. by Elliott Hughes · 7 years ago
- 3583341 ld.config.txt for APEX by Jiyong Park · 7 years ago
- 04164f6 Merge "Clean up bionic_macros.h a bit." by Elliott Hughes · 7 years ago
- 5e62b34 Clean up bionic_macros.h a bit. by Elliott Hughes · 7 years ago
- 48b6911 linker: Fix fd leak by Vic Yang · 7 years ago
- d84f8b5 Merge "Rework the linker_wrapper to work with lld" by Treehugger Robot · 7 years ago