1. 8e11065 Use ClassStatus::kVisiblyInitialized for allocations. by Vladimir Marko · 6 years ago
  2. 179b7c6 ObjPtr<>-ify String allocations, fix stale refs. by Vladimir Marko · 6 years ago
  3. 4bb2af5 ObjPtr<>-ify entrypoint utils. by Vladimir Marko · 6 years ago
  4. fd63bbf ART: Add string-alloc-inl.h by Andreas Gampe · 7 years ago
  5. d109e30 Don't use StringFactory.newEmptyString in compiled code by Alex Light · 7 years ago
  6. 5924a4a Move String::SizeOf<> to string.h . by Vladimir Marko · 7 years ago
  7. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  8. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  9. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  10. b048cb7 Add per array size allocation entrypoints. by Nicolas Geoffray · 8 years ago
  11. 8d91ac3 Remove unused array entrypoints. by Nicolas Geoffray · 8 years ago
  12. e761bcc Revert "Revert "Load the array class in the compiler for allocations."" by Nicolas Geoffray · 8 years ago
  13. fee2550 Revert "Load the array class in the compiler for allocations." by Hiroshi Yamauchi · 8 years ago
  14. cc99df2 Load the array class in the compiler for allocations. by Nicolas Geoffray · 8 years ago
  15. 39cee66 Entrypoints cleanup. by Nicolas Geoffray · 8 years ago
  16. 0d3998b Revert "Revert "Make object allocation entrypoints only take a class."" by Nicolas Geoffray · 8 years ago
  17. f7aaacd Revert "Make object allocation entrypoints only take a class." by Hiroshi Yamauchi · 8 years ago
  18. 2b615ba Make object allocation entrypoints only take a class. by Nicolas Geoffray · 8 years ago
  19. 5ace201 Revert "Revert CC related changes." by Mathieu Chartier · 9 years ago
  20. 96172e0 Revert CC related changes. by Nicolas Geoffray · 9 years ago
  21. 8003caf Fix mac build in ResetQuickAllocEntryPoints by Mathieu Chartier · 9 years ago
  22. ab19153 Merge "X86_64: Add allocation entrypoint switching for CC is_marking" by Mathieu Chartier · 9 years ago
  23. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 9 years ago
  24. f5de232 X86_64: Add allocation entrypoint switching for CC is_marking by Mathieu Chartier · 9 years ago
  25. 12b58b2 Clean up the runtime read barrier and fix fake address dependency. by Hiroshi Yamauchi · 9 years ago
  26. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  27. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  28. fba3997 Fix misc-macro-parentheses warnings. by Chih-Hung Hsieh · 9 years ago
  29. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 10 years ago
  30. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 10 years ago
  31. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  32. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  33. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  34. 48cc32c Revert "ART: Fix noreturn for Mac" by Andreas Gampe · 10 years ago
  35. 79dda42 ART: Fix noreturn for Mac by Andreas Gampe · 10 years ago
  36. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  37. 1cc7dba ART: Reorder entrypoint argument order by Andreas Gampe · 11 years ago
  38. 7dc9c81 Fix build. by Ian Rogers · 11 years ago
  39. de2db52 Fix mac build. by Ian Rogers · 11 years ago
  40. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  41. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 11 years ago
  42. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 11 years ago
  43. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 11 years ago
  44. 05d2ab2 ART: Build fix for dex_cache rework by Andreas Gampe · 11 years ago
  45. eb1e929 Implement TLAB fast paths in artAllocObjectFromCode. by Hiroshi Yamauchi · 11 years ago
  46. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 11 years ago
  47. c3ccc10 Fix the Mac build on x86-64. by Ian Rogers · 11 years ago
  48. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 11 years ago
  49. d889178 Guard entrypoint changing by runtime shutdown lock. by Mathieu Chartier · 11 years ago
  50. bb8f0ab Embed array class pointers at array allocation sites. by Hiroshi Yamauchi · 11 years ago
  51. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 11 years ago
  52. e6da9af Background compaction support. by Mathieu Chartier · 12 years ago
  53. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 12 years ago
  54. cbbb080 Fix a libartd.so boot crash in Heap::AllocObjectWithAllocator() by Hiroshi Yamauchi · 12 years ago
  55. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 12 years ago
  56. 3b4c189 Split the allocation path into 'instrumented' and 'uninstrumented' ones. by Hiroshi Yamauchi · 12 years ago
  57. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  58. 7655f29 Portable refactorings. by Ian Rogers · 12 years ago
  59. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 12 years ago[Renamed from runtime/oat/runtime/support_alloc.cc]
  60. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/oat/runtime/support_alloc.cc]
  61. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  62. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  63. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 13 years ago
  64. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 13 years ago
  65. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  66. 87e552d Make ICCE logic common, refactor throws. by Ian Rogers · 13 years ago
  67. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  68. 57b86d4 Refactor runtime support. by Ian Rogers · 13 years ago