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