1. fbee317 Keep allocation of `tail_` outside of LinkedList by Eric Miao · 3 years, 10 months ago
  2. 339ecef Optimize GNU hash linking for large inputs by Ryan Prichard · 6 years ago
  3. 5e62b34 Clean up bionic_macros.h a bit. by Elliott Hughes · 7 years ago
  4. 9a64b56 Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 7 years ago
  5. cbc80ba Switch the rest of our internal headers to #pragma once. by Elliott Hughes · 8 years ago
  6. bcc4da9 Unify linker files under one license (BSD) by Dimitry Ivanov · 9 years ago
  7. ec90e24 loader: fix d-tor call order by Dimitry Ivanov · 9 years ago
  8. d88e1f3 linker: hide the pointer to soinfo by Dimitry Ivanov · 9 years ago
  9. 42d5fcb Introducing linker namespaces by Dmitriy Ivanov · 10 years ago
  10. 7a9311f Fix linked_list::remove_if() by Dmitriy Ivanov · 10 years ago
  11. 2a81536 Support symbol versioning by Dmitriy Ivanov · 10 years ago
  12. ab972b9 Count references for groups instead of instances by Dmitriy Ivanov · 11 years ago
  13. d225a5e Fix symbol lookup order during relocation by Dmitriy Ivanov · 11 years ago
  14. cfa97f1 Fix relocation to look for symbols in local group by Dmitriy Ivanov · 11 years ago
  15. 14669a9 Load libraries in breadth-first order by Dmitriy Ivanov · 11 years ago
  16. a492605 Implement LinkedList::visit() by Dmitriy Ivanov · 11 years ago
  17. 4bea498 Erase elements in LinkedList::remove_if by Dmitriy Ivanov · 11 years ago
  18. 1424140 Enable __cxa_atexit && __cxa_finalize for linker by Dmitriy Ivanov · 11 years ago
  19. 042426b Optimize symbol lookup by Dmitriy Ivanov · 11 years ago
  20. aa0f2bd Fix dlsym(3) to do breadth first search. by Dmitriy Ivanov · 11 years ago
  21. d286796 Turn on -Wunused and fix the mistakes it uncovers. by Elliott Hughes · 11 years ago
  22. d59e500 Improve detection of already loaded libraries by Dmitriy Ivanov · 11 years ago