1. 99babb6 ART: Change behavior for rethrowing init failures by Andreas Gampe · 10 years ago
  2. eb7c144 Add initial default method support to Art by Alex Light · 10 years ago
  3. 85c7bab Revert "Revert "Optimize code generation of check-cast and instance-of."" by Nicolas Geoffray · 10 years ago
  4. 7537437 Revert "Optimize code generation of check-cast and instance-of." by Nicolas Geoffray · 10 years ago
  5. 64acf30 Optimize code generation of check-cast and instance-of. by Nicolas Geoffray · 10 years ago
  6. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 10 years ago
  7. 4726941 Merge "Address some comments for class flags" by Mathieu Chartier · 10 years ago
  8. 66c2d2d Address some comments for class flags by Mathieu Chartier · 10 years ago
  9. 13e748b Revert "Revert "Move annotations to native."" by Jeff Hao · 10 years ago
  10. 7db6dd7 Revert "Move annotations to native." by Roland Levillain · 10 years ago
  11. 0042c6d Move annotations to native. by Jeff Hao · 10 years ago
  12. 52a7f5c Add class flags to class to help GC scanning by Mathieu Chartier · 10 years ago
  13. 059ef3d Always visit object class from VisitReferences by Mathieu Chartier · 10 years ago
  14. e4275c0 Visit class roots from ClassLoader::VisitReferences by Mathieu Chartier · 10 years ago
  15. c0fe56a Address some comments by Mathieu Chartier · 10 years ago
  16. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 10 years ago
  17. 2e76830 Revert "Revert "Revert "Revert "Use the object class as top in reference type propagation"""" by Calin Juravle · 10 years ago
  18. 431403a Merge "Revert "Revert "Revert "Use the object class as top in reference type propagation"""" by Calin Juravle · 10 years ago
  19. b734808 Revert "Revert "Revert "Use the object class as top in reference type propagation""" by Calin Juravle · 10 years ago
  20. 48215e2 Merge "Revert "Revert "Use the object class as top in reference type propagation""" by Calin Juravle · 10 years ago
  21. 80caa14 Revert "Revert "Use the object class as top in reference type propagation"" by Calin Juravle · 10 years ago
  22. ed8990a Add some more uninterruptible annotations by Mathieu Chartier · 10 years ago
  23. 4e2cb09 Add uninterruptible role by Mathieu Chartier · 10 years ago
  24. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  25. 7733bd6 Revert "Use the object class as top in reference type propagation" by Calin Juravle · 10 years ago
  26. 3fabec7 Use the object class as top in reference type propagation by Calin Juravle · 10 years ago
  27. 3100080 New experimental GC stress mode by Mathieu Chartier · 10 years ago
  28. 08ac922 Fix JNI GetSuperClasss by Brian Carlstrom · 10 years ago
  29. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  30. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  31. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 12 years ago
  32. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  33. fc58af4 Add AbstractMethod, Constructor, Method by Mathieu Chartier · 10 years ago
  34. 3481ba2 ART: Clean up includes. by Vladimir Marko · 10 years ago
  35. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  36. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  37. e01a520 Assembly TLAB allocation fast path for x86_64. by Hiroshi Yamauchi · 10 years ago
  38. 5b783e6 Fix 003-omnibus-opcodes flaky failures with GSS GC. by Hiroshi Yamauchi · 10 years ago
  39. baede34 Merge "JDWP: fix breakpoint for method in the image" by Sebastien Hertz · 11 years ago
  40. 6963e44 JDWP: fix breakpoint for method in the image by Sebastien Hertz · 11 years ago
  41. 91a6dc4 Set dex_cache_strings_ when we call Class::SetDexCache by Mathieu Chartier · 11 years ago
  42. cd195fe Add a way to change the IMT size by Mathieu Chartier · 11 years ago
  43. eace458 Move dexCacheStrings from ArtMethod to Class by Mathieu Chartier · 11 years ago
  44. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 11 years ago
  45. 76649e8 Keep original order of fields in Class. by Vladimir Marko · 11 years ago
  46. 5f9a954 Delete unused imtable field by Mathieu Chartier · 11 years ago
  47. 575e78c ART: Replace COMPILE_ASSERT with static_assert (runtime) by Andreas Gampe · 11 years ago
  48. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  49. 03b6eaf Tidy MethodProtoHelper. by Ian Rogers · 11 years ago
  50. 2d2621a Optimize method linking by Mathieu Chartier · 11 years ago
  51. f4c15a1 Fix a DCHECK failure IsResolved() || IsErroneous(). by Hiroshi Yamauchi · 11 years ago
  52. b144fce Tracking change to make Class.getDeclaredFields/Methods public by Brian Carlstrom · 11 years ago
  53. cdc1aaf Simplify instance reference offsets. by Ian Rogers · 11 years ago
  54. f0edfc3 Some optimizations for the array alloc path. by Hiroshi Yamauchi · 11 years ago
  55. 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 11 years ago
  56. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 11 years ago
  57. f397866 Fix cpplint issue. by Brian Carlstrom · 11 years ago
  58. 967e1a5 Merge "Add some comments for retired class." by Mingyao Yang · 11 years ago
  59. 4849859 ART: Correctly make methods preverified by Andreas Gampe · 11 years ago
  60. 46f0e97 Add some comments for retired class. by Mingyao Yang · 11 years ago
  61. faff0f0 Remove reference_static_offsets used for iterating through class static fields. by Mingyao Yang · 11 years ago
  62. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 11 years ago
  63. bf99f77 Clean up Handle usage. by Mathieu Chartier · 11 years ago
  64. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 11 years ago
  65. 13f8a16 ART: Do not check interface being subclass for member access by Andreas Gampe · 11 years ago
  66. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 11 years ago
  67. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 11 years ago
  68. 2cdbad7 Set vtable in class object to null after linking. by Mingyao Yang · 11 years ago
  69. 4ee7a66 Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Fred Shih · 11 years ago
  70. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 11 years ago
  71. 4e99b3d Add missing class initialization during compilation and tests by Sebastien Hertz · 11 years ago
  72. 4f1ebc2 Add read barriers to the constant roots. by Hiroshi Yamauchi · 11 years ago
  73. 004644f Fix GetMethodID to find an interface method from a super-interface by Brian Carlstrom · 11 years ago
  74. 03dbc04 Make class status volatile. by Ian Rogers · 11 years ago
  75. bd0fb61 Simplify Class::IsArtFieldClass(). by Hiroshi Yamauchi · 11 years ago
  76. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  77. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 11 years ago
  78. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  79. 25023c7 Make it possible to disable read barriers in Class::GetObjectSize() by Hiroshi Yamauchi · 11 years ago
  80. 1dbbbf6 Merge "Add finalizer references from the entrypoints." by Mathieu Chartier · 11 years ago
  81. 6e83c17 Replace the bool kDoReadBarrier template parameter with an enum. by Hiroshi Yamauchi · 11 years ago
  82. 8668c3c Add finalizer references from the entrypoints. by Mathieu Chartier · 11 years ago
  83. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 11 years ago
  84. 9103c86 More code for the read barrier support. by Hiroshi Yamauchi · 11 years ago
  85. ee1d79a Cleanup transaction support by Sebastien Hertz · 11 years ago
  86. 407f702 Refactor object reference visiting logic. by Mathieu Chartier · 11 years ago
  87. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  88. c2f4d02 Fix SafePrettyTypeOf to never call VerifyObject. by Mathieu Chartier · 11 years ago
  89. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  90. d2fe10a Remove blacklist by Sebastien Hertz · 12 years ago
  91. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 12 years ago
  92. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  93. 64cffee Make DexCache references const. by Vladimir Marko · 11 years ago
  94. 8978643 Don't assume resolved type has the same dex cache. by Vladimir Marko · 11 years ago
  95. 23a2821 Clean up access checks. by Vladimir Marko · 12 years ago
  96. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 12 years ago
  97. c528dba Enable moving classes. by Mathieu Chartier · 12 years ago
  98. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 12 years ago
  99. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  100. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 12 years ago