1. 184f075 Rewrite thread CustomTLS to support keyed TLS entries by Alex Light · 8 years ago
  2. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 8 years ago[Renamed (93%) from runtime/safe_map.h]
  3. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 9 years ago
  4. de4b08f Reduce quicken info size by Mathieu Chartier · 9 years ago
  5. ea650f3 Move profiles to use bitmaps for startup methods by Mathieu Chartier · 9 years ago
  6. 940eb0c Add inline caches to offline profiles by Calin Juravle · 9 years ago
  7. cac5a7e Optimizing: Improve const-string code generation. by Vladimir Marko · 10 years ago
  8. 944da60 ART: Allow method references across oat files for multi-image, 2nd attempt. by Vladimir Marko · 10 years ago
  9. afeb309 Correct value_type for some TrackingAllocators. by Dan Albert · 10 years ago
  10. 13c7449 ART: Fix SafeMap::Put()/PutBefore() rvalue overloads. by Vladimir Marko · 11 years ago
  11. 7856835 Fix locking on string init map (again). by Vladimir Marko · 11 years ago
  12. 4686c52 Fix locking on string init map. by Jeff Hao · 11 years ago
  13. 758a801 ART: Enable Clang's -Wdeprecated by Andreas Gampe · 11 years ago
  14. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 12 years ago
  15. b19955d Reduce time and memory usage of GVN. by Vladimir Marko · 12 years ago
  16. bd72fc1 Faster deduplication in OatWriter. by Vladimir Marko · 12 years ago
  17. 2ac01fc Improve tracking of memory locations in LVN. by Vladimir Marko · 12 years ago
  18. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 12 years ago
  19. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 12 years ago
  20. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 13 years ago
  21. 0a9dc05 GC data structures allocation tracking by Mathieu Chartier · 13 years ago
  22. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 13 years ago
  23. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 13 years ago[Renamed from src/safe_map.h]
  24. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 13 years ago
  25. d1643e4 Basic block combine pass by buzbee · 14 years ago
  26. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 14 years ago
  27. 7484741 Fix a bunch of lint. by Elliott Hughes · 14 years ago
  28. b2eb5c1 Reduce memory usage. by TDYa127 · 14 years ago
  29. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 14 years ago