1. 4f99071 Modernize typedefs with `using`. by Vladimir Marko · 3 years, 6 months ago
  2. b6e6792 Move Transaction logs to arena allocator. by Vladimir Marko · 3 years, 6 months ago
  3. 54159c6 Use HashSet<std::string> instead of unordered_set<>. by Vladimir Marko · 7 years ago
  4. 1979c64 Clean up include paths by David Sehr · 7 years ago
  5. 1ce2b3b Move remaining runtime/base stuff to libartbase by David Sehr · 7 years ago[Renamed (97%) from runtime/base/arena_containers.h]
  6. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  7. 5573c37 cpplint: Remove many unnecessary NOLINT by Igor Murashkin · 7 years ago
  8. e764d2e Use ScopedArenaAllocator for register allocation. by Vladimir Marko · 7 years ago
  9. 9c57113 Move StackMapStream deduplication maps to arena. by Vladimir Marko · 8 years ago
  10. a593118 Fix google-explicit-constructor warnings in art. by Chih-Hung Hsieh · 8 years ago
  11. 33ee120 Add arena stack and priority queue type aliases by Matthew Gharrity · 8 years ago
  12. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 9 years ago
  13. 1f49764 ART: Use arena allocator with HashSet/HashMap. by Vladimir Marko · 9 years ago
  14. ec7802a Add DCHECKs to ArenaVector and ScopedArenaVector. by Vladimir Marko · 9 years ago
  15. 2a408a3 ART: Mark deallocated arena memory as inaccessible. by Vladimir Marko · 9 years ago
  16. f9f6441 Optimizing: Tag Arena allocations with their source. by Vladimir Marko · 9 years ago
  17. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  18. 758a801 ART: Enable Clang's -Wdeprecated by Andreas Gampe · 10 years ago
  19. 8d5b8b2 ART: Force constants into the entry block by David Brazdil · 10 years ago
  20. c801f0d ART: Fix "unused parameters" by Andreas Gampe · 10 years ago
  21. b666f48 Move arenas into runtime by Mathieu Chartier · 10 years ago[Renamed (96%) from compiler/utils/arena_containers.h]
  22. e4fcc5b Clean up Scoped-/ArenaAlocator array allocations. by Vladimir Marko · 10 years ago
  23. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  24. 8081d2b Create allocator adapter for using Arena in std containers. by Vladimir Marko · 10 years ago