1. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 8 years ago
  2. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 8 years ago
  3. 1979c64 Clean up include paths by David Sehr · 8 years ago
  4. 1ce2b3b Move remaining runtime/base stuff to libartbase by David Sehr · 8 years ago[Renamed from runtime/base/arena_bit_vector.cc]
  5. 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 9 years ago
  6. f6a35de Optimizing: Fix register allocator validation memory usage. by Vladimir Marko · 10 years ago
  7. e5d80f8 Move ArenaBitVector into the runtime by Mathieu Chartier · 11 years ago[Renamed from compiler/utils/arena_bit_vector.cc]
  8. 3481ba2 ART: Clean up includes. by Vladimir Marko · 11 years ago
  9. b666f48 Move arenas into runtime by Mathieu Chartier · 11 years ago
  10. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 12 years ago
  11. e77493c Make common BitVector operations inline-able. by Ian Rogers · 12 years ago
  12. bfea9c2 Class initialization check elimination. by Vladimir Marko · 12 years ago
  13. 83cc7ae Create a scoped arena allocator and use that for LVN. by Vladimir Marko · 12 years ago
  14. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 12 years ago
  15. 0e33643 Move arena_bit_vector.h/cc to compiler/utils. by Nicolas Geoffray · 12 years ago[Renamed (85%) from compiler/dex/arena_bit_vector.cc]
  16. f7a82b4 Implements a BasicBlock iterator using the ArenaBitVector. by Jean Christophe Beyler · 12 years ago
  17. 413e89f Refactor ArenaBitVector to create more general BitVector by Brian Carlstrom · 13 years ago
  18. 28c2300 More compile-time tuning by buzbee · 13 years ago
  19. f6c4b3b New arena memory allocator. by Mathieu Chartier · 13 years ago
  20. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 13 years ago
  21. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 13 years ago[Renamed from src/compiler/dex/arena_bit_vector.cc]
  22. 8d3a117 Perf tweaks to compiling and oat writing. by Ian Rogers · 13 years ago
  23. 48ae54e Tune ArenaBitVector::Iterator::Next. by Ian Rogers · 13 years ago
  24. a5abf70 Compiler: replace DOM traversal computation by buzbee · 13 years ago
  25. 862a760 Compiler: continuing refactoring by buzbee · 13 years ago