1. a593118 Fix google-explicit-constructor warnings in art. by Chih-Hung Hsieh · 8 years ago
  2. 8817760 Clean up register line by Mathieu Chartier · 9 years ago
  3. 361e04a Add custom arena deleter for RegisterLine by Mathieu Chartier · 9 years ago
  4. 784e790 ART: Support trivially-destructible arrays in ArenaUniquePtr by Andreas Gampe · 9 years ago
  5. 7b05e17 Add ArenaUniquePtr by Mathieu Chartier · 9 years ago
  6. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 9 years ago
  7. 1f49764 ART: Use arena allocator with HashSet/HashMap. by Vladimir Marko · 9 years ago
  8. ec7802a Add DCHECKs to ArenaVector and ScopedArenaVector. by Vladimir Marko · 9 years ago
  9. 2a408a3 ART: Mark deallocated arena memory as inaccessible. by Vladimir Marko · 9 years ago
  10. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  11. c801f0d ART: Fix "unused parameters" by Andreas Gampe · 10 years ago
  12. b666f48 Move arenas into runtime by Mathieu Chartier · 10 years ago[Renamed (95%) from compiler/utils/scoped_arena_containers.h]
  13. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  14. 8081d2b Create allocator adapter for using Arena in std containers. by Vladimir Marko · 10 years ago
  15. 622bdbe Fix topological ordering and use it for optimizations. by Vladimir Marko · 10 years ago
  16. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  17. 69f08ba Clean up ScopedArenaAllocatorAdapter. by Vladimir Marko · 10 years ago