1. 41b175a ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  2. 08d1b5f Fix for potential moving GC bugs around proxy class. by Hiroshi Yamauchi · 9 years ago
  3. a56ce5e Fix a cts crash around proxy class fields. by Hiroshi Yamauchi · 9 years ago
  4. 375a29a Print field info on mark sweep invalid ref crash. by Hiroshi Yamauchi · 9 years ago
  5. db30566 Remove unused StackHandleScope by Sebastien Hertz · 9 years ago
  6. 4a24858 Fix possible null deference in Throwable::Dump by Mathieu Chartier · 10 years ago
  7. 81aa012 Fix some compaction bugs in string allocation by Mathieu Chartier · 10 years ago
  8. 9d1e190 Merge "Replace String CharArray with internal uint16_t array." by Jeff Hao · 10 years ago
  9. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  10. 60f63f5 Use the lock word bits for Baker-style read barrier. by Hiroshi Yamauchi · 10 years ago
  11. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  12. fc58af4 Add AbstractMethod, Constructor, Method by Mathieu Chartier · 10 years ago
  13. 00e466d Fix build by Mathieu Chartier · 10 years ago
  14. d3ed9a3 Fix DCHECK failures from Class::VisitFieldRoots by Mathieu Chartier · 10 years ago
  15. 4b5673b Merge "ART: Clean up includes." by Vladimir Marko · 10 years ago
  16. fac107b Merge "JDWP: fix thread_list deadlock" by Sebastien Hertz · 10 years ago
  17. 3481ba2 ART: Clean up includes. by Vladimir Marko · 10 years ago
  18. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  19. c136312 Avoid using dex cache array pointers in libart. by Vladimir Marko · 10 years ago
  20. 6920639 JDWP: fix thread_list deadlock by Sebastien Hertz · 10 years ago
  21. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 10 years ago
  22. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  23. f93c6fe Merge "Fixed layout for dex caches in boot image." by Vladimir Marko · 10 years ago
  24. 20f8559 Fixed layout for dex caches in boot image. by Vladimir Marko · 10 years ago
  25. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 10 years ago
  26. 4585f87 ART: Some runtime cleanup by Andreas Gampe · 10 years ago
  27. 86787d0 Merge "ART: PathClassLoader for compiler" by Andreas Gampe · 10 years ago
  28. 81c6f8d ART: PathClassLoader for compiler by Andreas Gampe · 10 years ago
  29. 16f149c ART: Change RETURN_OBJECT verification for arrays by Andreas Gampe · 10 years ago
  30. eb07669 JDWP: Optimized single step during debugging by Daniel Mihalyi · 10 years ago
  31. 3743174 Merge "Assembly TLAB allocation fast path for x86_64." by Hiroshi Yamauchi · 10 years ago
  32. e01a520 Assembly TLAB allocation fast path for x86_64. by Hiroshi Yamauchi · 10 years ago
  33. 37c22c6 Merge "Compress the StackMaps." by Nicolas Geoffray · 10 years ago
  34. 004c230 Compress the StackMaps. by Nicolas Geoffray · 10 years ago
  35. 39374ce Merge "Remember whether a method was worth inlining." by Nicolas Geoffray · 10 years ago
  36. c0365b1 Remember whether a method was worth inlining. by Nicolas Geoffray · 10 years ago
  37. 5b783e6 Fix 003-omnibus-opcodes flaky failures with GSS GC. by Hiroshi Yamauchi · 10 years ago
  38. 987ca8b Add more info to GetSFields DCHECK by Mathieu Chartier · 10 years ago
  39. dd9d055 ART: More cutouts for unstarted runtime by Andreas Gampe · 10 years ago
  40. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  41. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 10 years ago
  42. 3d7d2af Merge "Change how we report exceptions to the debugger." by Nicolas Geoffray · 10 years ago
  43. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 10 years ago
  44. 7642cfc Change how we report exceptions to the debugger. by Nicolas Geoffray · 10 years ago
  45. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  46. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  47. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  48. a5afcfc Be more lenient with 4 byte UTF-8 sequences. by Narayan Kamath · 10 years ago
  49. 966c3ae Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"" by Mark P Mendell · 10 years ago
  50. 949c91f Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 10 years ago
  51. ebb3cbc Merge "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 10 years ago
  52. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  53. 3d2c8e7 ART: Implement X86 hard float (Quick/JNI/Baseline) by Mark Mendell · 10 years ago
  54. 7380c31 Fix infinite loop in GenerateIdentityHashCode by tony.ys_liu · 10 years ago
  55. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  56. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 10 years ago
  57. 3e0acf6 Add VerifyObject to StackHandleScope::SetReference by Mathieu Chartier · 10 years ago
  58. 1cc7dba ART: Reorder entrypoint argument order by Andreas Gampe · 10 years ago
  59. e4b7c89 Use correct handle scope offset from StackVisitor by Sebastien Hertz · 10 years ago
  60. f51890d Merge "ART: More logging on GetAccessFlags failure" by Andreas Gampe · 10 years ago
  61. a692866 ART: More logging on GetAccessFlags failure by Andreas Gampe · 10 years ago
  62. 55037f1 Merge "Remove portable." by Elliott Hughes · 10 years ago
  63. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  64. 12b3dd7 Remove proxy logic from GetCodeItem by Mathieu Chartier · 10 years ago
  65. 36b58f5 Add verifier support for dequickening by Mathieu Chartier · 10 years ago
  66. 376b2bb Ensure stack maps are 4 byte aligned. by Nicolas Geoffray · 10 years ago
  67. baede34 Merge "JDWP: fix breakpoint for method in the image" by Sebastien Hertz · 10 years ago
  68. 6963e44 JDWP: fix breakpoint for method in the image by Sebastien Hertz · 10 years ago
  69. 1a10218 Remove MethodHelper. by Ian Rogers · 10 years ago
  70. b5fb207 Remove MethodHelper::HasSameSignatureWithDifferentClassLoaders. by Ian Rogers · 10 years ago
  71. f224751 Remove MethodHelper::HasSameNameAndSignature. by Ian Rogers · 10 years ago
  72. a048560 Move GetClassFromTypeIdx to ArtMethod. by Ian Rogers · 10 years ago
  73. 08f1f50 Remove FieldHelper. by Ian Rogers · 10 years ago
  74. e0a02da Move FindDexMethodIndexInOtherDexFile into ArtMethod. by Ian Rogers · 10 years ago
  75. e94652f Remove MethodHelper from the interpreter. by Ian Rogers · 10 years ago
  76. 3ac90da Fix OOM throwing if it happens in finalizer reference (take 2) by Pavel Vyssotski · 10 years ago
  77. 91a6dc4 Set dex_cache_strings_ when we call Class::SetDexCache by Mathieu Chartier · 10 years ago
  78. cd195fe Add a way to change the IMT size by Mathieu Chartier · 10 years ago
  79. eace458 Move dexCacheStrings from ArtMethod to Class by Mathieu Chartier · 10 years ago
  80. 957ca1c Delete ArtMethod gc_map_ field by Mathieu Chartier · 10 years ago
  81. 022b46c Merge "Fixed ArtMethod::GetQuickFrameInfo() for proxy methods" by Ian Rogers · 10 years ago
  82. a7dd038 Fix oatdump to use OatHeader pointer size by Mathieu Chartier · 10 years ago
  83. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  84. fd04b6f Combine image string char arrays into single array by Mathieu Chartier · 10 years ago
  85. 76649e8 Keep original order of fields in Class. by Vladimir Marko · 10 years ago
  86. 5f9a954 Delete unused imtable field by Mathieu Chartier · 10 years ago
  87. de58ab2 Implement try/catch/throw in optimizing. by Nicolas Geoffray · 10 years ago
  88. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  89. 575e78c ART: Replace COMPILE_ASSERT with static_assert (runtime) by Andreas Gampe · 10 years ago
  90. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  91. 2b0fa5b ART: Add miranda checking by Andreas Gampe · 10 years ago
  92. f322c4c Fix FindDeclaredVirtualMethod(DexCache...) for miranda methods by Brian Carlstrom · 10 years ago
  93. 2a4e71c Merge "Avoid signed integer overflow in identity hash code." by Ian Rogers · 10 years ago
  94. bbcd30b Avoid signed integer overflow in identity hash code. by Ian Rogers · 10 years ago
  95. 9f3629d Add hash table to link virtual methods by Mathieu Chartier · 10 years ago
  96. 6b14d55 Move GetNameAsString out of MethodHelper into ArtMethod. by Ian Rogers · 10 years ago
  97. ded66a0 Move MethodHelper::GetReturnType to mirror::ArtMethod. by Ian Rogers · 10 years ago
  98. 03b6eaf Tidy MethodProtoHelper. by Ian Rogers · 10 years ago
  99. 2d2621a Optimize method linking by Mathieu Chartier · 10 years ago
  100. 3e3364e Merge "Tidy logging code not using UNIMPLEMENTED." by Ian Rogers · 10 years ago