1. c6201fa Add way to select arena type at runtime by Mathieu Chartier · 9 years ago
  2. 9b34b24 Trim arenas for JIT by Mathieu Chartier · 9 years ago
  3. b666f48 Move arenas into runtime by Mathieu Chartier · 9 years ago[Renamed (95%) from compiler/utils/arena_allocator.h]
  4. e4fcc5b Clean up Scoped-/ArenaAlocator array allocations. by Vladimir Marko · 9 years ago
  5. 49285c5 Print memory usage in dex2oat shutdown by Mathieu Chartier · 10 years ago
  6. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  7. e39c54e Deprecate GrowableArray, use ArenaVector instead. by Vladimir Marko · 10 years ago
  8. 8081d2b Create allocator adapter for using Arena in std containers. by Vladimir Marko · 10 years ago
  9. 8dea81c Rewrite use/def masks to support 128 bits. by Vladimir Marko · 10 years ago
  10. 22a0ef8 Round up arena allocations to 8 bytes. by Vladimir Marko · 10 years ago
  11. a7062e0 Add a linear scan register allocator to the optimizing compiler. by Nicolas Geoffray · 10 years ago
  12. 6601882 ART: Use utils.h::RoundUp instead of explicit bit-fiddling by Andreas Gampe · 10 years ago
  13. bd9e9db Fix clang errors in ArenaAllocator. by Vladimir Marko · 10 years ago
  14. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 10 years ago
  15. 818f210 Re-apply: Initial check-in of an optimizing compiler. by Nicolas Geoffray · 10 years ago[Renamed (95%) from compiler/dex/arena_allocator.h]
  16. 1af0c0b Revert "Initial check-in of an optimizing compiler." by Nicolas Geoffray · 10 years ago[Renamed (95%) from compiler/utils/arena_allocator.h]
  17. 68a5fef Initial check-in of an optimizing compiler. by Nicolas Geoffray · 10 years ago[Renamed (95%) from compiler/dex/arena_allocator.h]
  18. 75165d0 Add valgrind support to compiler arena allocator. by Mathieu Chartier · 11 years ago
  19. f6c4b3b New arena memory allocator. by Mathieu Chartier · 11 years ago
  20. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  21. 9b7085a Fix cpplint readability/braces issues by Brian Carlstrom · 11 years ago
  22. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  23. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  24. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  25. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  26. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/compiler/dex/arena_allocator.h]
  27. a5abf70 Compiler: replace DOM traversal computation by buzbee · 11 years ago
  28. e7a5b7d Fix memory leak of and use without initialization. by Ian Rogers · 11 years ago
  29. 862a760 Compiler: continuing refactoring by buzbee · 11 years ago