1. 944da60 ART: Allow method references across oat files for multi-image, 2nd attempt. by Vladimir Marko · 8 years ago
  2. afeb309 Correct value_type for some TrackingAllocators. by Dan Albert · 9 years ago
  3. 13c7449 ART: Fix SafeMap::Put()/PutBefore() rvalue overloads. by Vladimir Marko · 9 years ago
  4. 7856835 Fix locking on string init map (again). by Vladimir Marko · 9 years ago
  5. 4686c52 Fix locking on string init map. by Jeff Hao · 9 years ago
  6. 758a801 ART: Enable Clang's -Wdeprecated by Andreas Gampe · 9 years ago
  7. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  8. b19955d Reduce time and memory usage of GVN. by Vladimir Marko · 10 years ago
  9. bd72fc1 Faster deduplication in OatWriter. by Vladimir Marko · 10 years ago
  10. 2ac01fc Improve tracking of memory locations in LVN. by Vladimir Marko · 10 years ago
  11. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  12. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 10 years ago
  13. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  14. 0a9dc05 GC data structures allocation tracking by Mathieu Chartier · 11 years ago
  15. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  16. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/safe_map.h]
  17. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  18. d1643e4 Basic block combine pass by buzbee · 12 years ago
  19. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 12 years ago
  20. 7484741 Fix a bunch of lint. by Elliott Hughes · 12 years ago
  21. b2eb5c1 Reduce memory usage. by TDYa127 · 12 years ago
  22. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 12 years ago