1. 850cd16 ART: Fix build for counting arena allocations. by Vladimir Marko · 10 years ago
  2. c6201fa Add way to select arena type at runtime by Mathieu Chartier · 10 years ago
  3. 9b34b24 Trim arenas for JIT by Mathieu Chartier · 10 years ago
  4. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 10 years ago
  5. b666f48 Move arenas into runtime by Mathieu Chartier · 10 years ago[Renamed (98%) from compiler/utils/arena_allocator.cc]
  6. 49285c5 Print memory usage in dex2oat shutdown by Mathieu Chartier · 10 years ago
  7. 785d2f2 ART: Replace COMPILE_ASSERT with static_assert (compiler) by Andreas Gampe · 10 years ago
  8. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  9. e39c54e Deprecate GrowableArray, use ArenaVector instead. by Vladimir Marko · 10 years ago
  10. 8dea81c Rewrite use/def masks to support 128 bits. by Vladimir Marko · 10 years ago
  11. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  12. 22a0ef8 Round up arena allocations to 8 bytes. by Vladimir Marko · 10 years ago
  13. bd9e9db Fix clang errors in ArenaAllocator. by Vladimir Marko · 11 years ago
  14. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 11 years ago
  15. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 11 years ago
  16. 818f210 Re-apply: Initial check-in of an optimizing compiler. by Nicolas Geoffray · 11 years ago[Renamed (98%) from compiler/dex/arena_allocator.cc]
  17. 1af0c0b Revert "Initial check-in of an optimizing compiler." by Nicolas Geoffray · 11 years ago[Renamed (98%) from compiler/utils/arena_allocator.cc]
  18. 68a5fef Initial check-in of an optimizing compiler. by Nicolas Geoffray · 11 years ago[Renamed (98%) from compiler/dex/arena_allocator.cc]
  19. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  20. 45c1165 Define missing static constexpr variables by Mark Mendell · 11 years ago
  21. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  22. 75165d0 Add valgrind support to compiler arena allocator. by Mathieu Chartier · 11 years ago
  23. 02ed4c0 Move disassembler out of runtime. by Ian Rogers · 11 years ago
  24. f6c4b3b New arena memory allocator. by Mathieu Chartier · 11 years ago
  25. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/compiler/dex/arena_allocator.cc]
  26. a5abf70 Compiler: replace DOM traversal computation by buzbee · 11 years ago
  27. e7a5b7d Fix memory leak of and use without initialization. by Ian Rogers · 11 years ago
  28. 862a760 Compiler: continuing refactoring by buzbee · 12 years ago