1. ae407e5 Remove default libraries by Dan Willemsen · 8 years ago
  2. 1dfd76a Extend cfi test to verify a range of target pointers. by Evgenii Stepanov · 8 years ago
  3. 02586a2 linker: the global group is added to all built-in namespaces by Jiyong Park · 9 years ago
  4. 6718e03 Move libdlext_... to NATIVE_TESTS instead of ETC by Dan Willemsen · 9 years ago
  5. 3d68fca Stop using $(TARGET_OUT_INTERMEDIATE_LIBRARIES) by Dan Willemsen · 9 years ago
  6. 846924a Merge "Add ifunc for variable test-case" by Dimitry Ivanov · 9 years ago
  7. 21975b2 Add ifunc for variable test-case by Dimitry Ivanov · 9 years ago
  8. 2d3122c Fix test compile errors after LLVM rebase by Yi Kong · 9 years ago
  9. eb04ed5 Fix x86 system calls made from ELF preinit. by Elliott Hughes · 9 years ago
  10. 2cb4dfb Merge "Replace public library list with shared lib sonames (part 2/2)" by Dimitry Ivanov · 9 years ago
  11. ec90e24 loader: fix d-tor call order by Dimitry Ivanov · 9 years ago
  12. 7a34b9d Replace public library list with shared lib sonames (part 2/2) by Dimitry Ivanov · 9 years ago
  13. ea8f396 Add test checking init/fini call order by Dimitry Ivanov · 9 years ago
  14. 68ecec1 Fix CFI initialization crash on x86. by Evgenii Stepanov · 9 years ago
  15. beb3eb1 Revert "Fix CFI initialization crash on x86." by Evgenii Stepanov · 9 years ago
  16. 4ccd431 Fix CFI initialization crash on x86. by Evgenii Stepanov · 9 years ago
  17. 6fcd7a7 Revert "Fix CFI initialization crash on x86." by Alex Cheung · 9 years ago
  18. be46d38 Fix CFI initialization crash on x86. by Evgenii Stepanov · 9 years ago
  19. 082bec5 Merge "Runtime support for CFI" by Evgenii Stepanov · 9 years ago
  20. 0a3637d Runtime support for CFI by Evgenii Stepanov · 10 years ago
  21. 1f553ea Switch bionic-unit-tests to libc++_static. by Yabin Cui · 9 years ago
  22. ee2952e bionic-unit-tests: Build host testlibs in bionic-loader-test-libs by Kevin Brodsky · 9 years ago
  23. d0b5c3a Fix bionic-unit-tests-glibc by Dimitry Ivanov · 9 years ago
  24. d0ba52e Add missing host ldlibs by Colin Cross · 9 years ago
  25. 426960a Remove unused build targets by Dimitry Ivanov · 9 years ago
  26. 708589f bionic-unit-tests: Create symlinks in runtime by Dimitry Ivanov · 9 years ago
  27. d11d1e4 Fix bionic-unit-tests by Dimitry Ivanov · 9 years ago
  28. f0cccdb Fix memory leak in test util by Kenny Root · 9 years ago
  29. a36e59b Move test libraries under /data/nativetests by Dimitry Ivanov · 9 years ago
  30. b16e443 Remove $(module)_install_to_out_data flag from test makefile by Dimitry Ivanov · 9 years ago
  31. 2722ebb Convert bionic benchmarks and tests to Android.bp by Colin Cross · 10 years ago
  32. 0a2ab02 Do not test ifunc on mips by Dimitry Ivanov · 10 years ago
  33. c967d89 Enable ifunc test for arm by Dimitry Ivanov · 10 years ago
  34. 722072d CloseArchive() to free memory when OpenArchive fails. by Yabin Cui · 10 years ago
  35. c0ffcec Remove dependency on zipalign. by Christopher Ferris · 10 years ago
  36. 1ffec1c Introduce anonymous namespace by Dmitriy Ivanov · 10 years ago
  37. 42d5fcb Introducing linker namespaces by Dmitriy Ivanov · 10 years ago
  38. a1feb11 Make dt_runpath work for libraries opened from apk by Dmitriy Ivanov · 10 years ago
  39. b482750 Optimize dlopen from a zip file by Dmitriy Ivanov · 10 years ago
  40. 298d176 Pass -q is zip for test by Colin Cross · 10 years ago
  41. edfc9f6 linker: don't pass dlextinfo to dependent loads by Dmitriy Ivanov · 10 years ago
  42. 5341691 Move up to C++14. by Dan Albert · 10 years ago
  43. 3fef96f Fix dt_runpath test. by Dmitriy Ivanov · 10 years ago
  44. 7d09a8c Work around compiler optimization by Dmitriy Ivanov · 11 years ago
  45. 6865082 Support DT_RUNPATH in the linker. by Evgenii Stepanov · 11 years ago
  46. f439b5a Fix dlsym(handle_of_main_executable, ...) by Dmitriy Ivanov · 11 years ago
  47. 9333324 Remove -z global workaround for target x86 by Dmitriy Ivanov · 11 years ago
  48. 697bd9f Improved dlsym tests and fixes to linker by Dmitriy Ivanov · 11 years ago
  49. 2c256a0 Merge "Unregister pthread_atfork handlers on dlclose()" by Dmitriy Ivanov · 11 years ago
  50. e91e66f Use bfd linker for x86/x86_64 targets by Dmitriy Ivanov · 11 years ago
  51. ea295f6 Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  52. 6612d7a Enable dlsym_df_1_global test for arm/arm64 by Dmitriy Ivanov · 11 years ago
  53. 094f58f Revert "Unregister pthread_atfork handlers on dlclose()" by Dimitry Ivanov · 11 years ago
  54. 6df122f Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  55. 2a81536 Support symbol versioning by Dmitriy Ivanov · 11 years ago
  56. 45c5713 Add libdl dependency for target libraries by Dmitriy Ivanov · 11 years ago
  57. 76ac1ac Look into local group on dlsym with RTLD_DEFAULT by Dmitriy Ivanov · 11 years ago
  58. 618f1a3 Implement lookup by DT_SONAME by Dmitriy Ivanov · 11 years ago
  59. aef7195 Support loading shared libraries from zip files by Simon Baldwin · 11 years ago
  60. 279a22f Minimize calls to mprotect by Dmitriy Ivanov · 11 years ago
  61. bfa88bc Add another test for weak-reference by Dmitriy Ivanov · 11 years ago
  62. ab972b9 Count references for groups instead of instances by Dmitriy Ivanov · 11 years ago
  63. 7699d13 Yet another relocation test by Dmitriy Ivanov · 11 years ago
  64. a254705 Fix jump to unmapped memory on atexit by Dmitriy Ivanov · 11 years ago
  65. 9df4b13 Fix host build for arm/arm64 by Dmitriy Ivanov · 11 years ago
  66. b335677 Add test for --hash-style=sysv by Dmitriy Ivanov · 11 years ago
  67. ec18ce0 Add support for hash-style=gnu by Dmitriy Ivanov · 11 years ago
  68. 4e446b1 Fix arm64 and arm builds. by Dmitriy Ivanov · 11 years ago
  69. d225a5e Fix symbol lookup order during relocation by Dmitriy Ivanov · 11 years ago
  70. b086298 Disable clang compilation due to lack of ifunc. by Chih-Hung Hsieh · 11 years ago
  71. cfa97f1 Fix relocation to look for symbols in local group by Dmitriy Ivanov · 11 years ago
  72. 4a9e193 Correct way to specify additional dependencies by Dmitriy Ivanov · 11 years ago
  73. 667853d Build dlext_testzip as custom module. by Ying Wang · 11 years ago
  74. 51166d3 Fix mma build: 'cd bionic && mma' case by Dmitriy Ivanov · 11 years ago
  75. 75d66dd Fix 2nd arch prefix application by Dmitriy Ivanov · 11 years ago
  76. 07e5bc1 Add file_offset parameter to android_extinfo by Dmitriy Ivanov · 11 years ago
  77. 1b20daf Add RTLD_NODELETE flag support by Dmitriy Ivanov · 12 years ago
  78. bf50e26 Add Android*.mk files to additional dependencies by Dmitriy Ivanov · 11 years ago
  79. e8ba50f Fix dlsym() to take into account RTLD_GLOBAL/LOCAL by Dmitriy Ivanov · 11 years ago
  80. eb27bba Add dlfcn_test to glibc test suite. by Dmitriy Ivanov · 11 years ago
  81. a6ac54a Fix unload of recursively linked library by Dmitriy Ivanov · 11 years ago
  82. 9aea164 Add IFUNC support for arm64 and IRELATIVE reloc by Dmitriy Ivanov · 11 years ago
  83. 14669a9 Load libraries in breadth-first order by Dmitriy Ivanov · 11 years ago
  84. 498eb18 Revert "Load libraries in breadth-first order" by Dmitriy Ivanov · 11 years ago
  85. b2a30ee Fix order of soinfo links (repairs libcxx tests). by Dmitriy Ivanov · 11 years ago
  86. a3ad450 Load libraries in breadth-first order by Dmitriy Ivanov · 11 years ago
  87. 9598b8c Run constructors before resolving ifunc functions by Dmitriy Ivanov · 11 years ago
  88. 02aa705 Revert "Add support for protected local symbol lookup." by Dmitriy Ivanov · 11 years ago
  89. 4571f31 Add atexit test for attributed c-tor/d-tor by Dmitriy Ivanov · 11 years ago
  90. c5a13ef Added test for ifunc support in dynamic linker. by Brigid Smith · 11 years ago
  91. aa0f2bd Fix dlsym(3) to do breadth first search. by Dmitriy Ivanov · 11 years ago
  92. 04dc91a Load library using file handle. by Dmitriy Ivanov · 12 years ago
  93. d97e9f5 Add support for protected local symbol lookup. by Dmitriy Ivanov · 12 years ago
  94. ce44166 Fix weak function lookups by Dmitriy Ivanov · 12 years ago
  95. 1f5e1a3 Move libraries for unit-tests to separate folder by Dmitriy Ivanov · 12 years ago