1. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 11 years ago
  2. 3e0acf6 Add VerifyObject to StackHandleScope::SetReference by Mathieu Chartier · 11 years ago
  3. 1cc7dba ART: Reorder entrypoint argument order by Andreas Gampe · 11 years ago
  4. e4b7c89 Use correct handle scope offset from StackVisitor by Sebastien Hertz · 11 years ago
  5. f51890d Merge "ART: More logging on GetAccessFlags failure" by Andreas Gampe · 11 years ago
  6. a692866 ART: More logging on GetAccessFlags failure by Andreas Gampe · 11 years ago
  7. 55037f1 Merge "Remove portable." by Elliott Hughes · 11 years ago
  8. 956af0f Remove portable. by Elliott Hughes · 11 years ago
  9. 12b3dd7 Remove proxy logic from GetCodeItem by Mathieu Chartier · 11 years ago
  10. 36b58f5 Add verifier support for dequickening by Mathieu Chartier · 11 years ago
  11. 376b2bb Ensure stack maps are 4 byte aligned. by Nicolas Geoffray · 11 years ago
  12. baede34 Merge "JDWP: fix breakpoint for method in the image" by Sebastien Hertz · 11 years ago
  13. 6963e44 JDWP: fix breakpoint for method in the image by Sebastien Hertz · 11 years ago
  14. 1a10218 Remove MethodHelper. by Ian Rogers · 11 years ago
  15. b5fb207 Remove MethodHelper::HasSameSignatureWithDifferentClassLoaders. by Ian Rogers · 11 years ago
  16. f224751 Remove MethodHelper::HasSameNameAndSignature. by Ian Rogers · 11 years ago
  17. a048560 Move GetClassFromTypeIdx to ArtMethod. by Ian Rogers · 11 years ago
  18. 08f1f50 Remove FieldHelper. by Ian Rogers · 11 years ago
  19. e0a02da Move FindDexMethodIndexInOtherDexFile into ArtMethod. by Ian Rogers · 11 years ago
  20. e94652f Remove MethodHelper from the interpreter. by Ian Rogers · 11 years ago
  21. 3ac90da Fix OOM throwing if it happens in finalizer reference (take 2) by Pavel Vyssotski · 11 years ago
  22. 91a6dc4 Set dex_cache_strings_ when we call Class::SetDexCache by Mathieu Chartier · 11 years ago
  23. cd195fe Add a way to change the IMT size by Mathieu Chartier · 11 years ago
  24. eace458 Move dexCacheStrings from ArtMethod to Class by Mathieu Chartier · 11 years ago
  25. 957ca1c Delete ArtMethod gc_map_ field by Mathieu Chartier · 11 years ago
  26. 022b46c Merge "Fixed ArtMethod::GetQuickFrameInfo() for proxy methods" by Ian Rogers · 11 years ago
  27. a7dd038 Fix oatdump to use OatHeader pointer size by Mathieu Chartier · 11 years ago
  28. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 11 years ago
  29. fd04b6f Combine image string char arrays into single array by Mathieu Chartier · 11 years ago
  30. 76649e8 Keep original order of fields in Class. by Vladimir Marko · 11 years ago
  31. 5f9a954 Delete unused imtable field by Mathieu Chartier · 11 years ago
  32. de58ab2 Implement try/catch/throw in optimizing. by Nicolas Geoffray · 11 years ago
  33. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  34. 575e78c ART: Replace COMPILE_ASSERT with static_assert (runtime) by Andreas Gampe · 11 years ago
  35. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  36. 2b0fa5b ART: Add miranda checking by Andreas Gampe · 11 years ago
  37. f322c4c Fix FindDeclaredVirtualMethod(DexCache...) for miranda methods by Brian Carlstrom · 11 years ago
  38. 2a4e71c Merge "Avoid signed integer overflow in identity hash code." by Ian Rogers · 11 years ago
  39. bbcd30b Avoid signed integer overflow in identity hash code. by Ian Rogers · 11 years ago
  40. 9f3629d Add hash table to link virtual methods by Mathieu Chartier · 11 years ago
  41. 6b14d55 Move GetNameAsString out of MethodHelper into ArtMethod. by Ian Rogers · 11 years ago
  42. ded66a0 Move MethodHelper::GetReturnType to mirror::ArtMethod. by Ian Rogers · 11 years ago
  43. 03b6eaf Tidy MethodProtoHelper. by Ian Rogers · 11 years ago
  44. 2d2621a Optimize method linking by Mathieu Chartier · 11 years ago
  45. 3e3364e Merge "Tidy logging code not using UNIMPLEMENTED." by Ian Rogers · 11 years ago
  46. 5667fdb ARM: Use hardfp calling convention between java to java call. by Zheng Xu · 11 years ago
  47. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 11 years ago
  48. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 11 years ago
  49. 4918e1c Merge "Fix a DCHECK failure IsResolved() || IsErroneous()." by Hiroshi Yamauchi · 11 years ago
  50. f4c15a1 Fix a DCHECK failure IsResolved() || IsErroneous(). by Hiroshi Yamauchi · 11 years ago
  51. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 11 years ago
  52. e14f2b3 Fixed ArtMethod::GetQuickFrameInfo() for proxy methods by Daniel Mihalyi · 11 years ago
  53. b144fce Tracking change to make Class.getDeclaredFields/Methods public by Brian Carlstrom · 11 years ago
  54. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 11 years ago
  55. 647b1a8 Fix 2 new sets of clang compiler warnings. by Ian Rogers · 11 years ago
  56. 6cdedf0 Fix object header size for baker read barrier. by Ian Rogers · 11 years ago
  57. 1373595 stdint types all the way! by Ian Rogers · 11 years ago
  58. cdc1aaf Simplify instance reference offsets. by Ian Rogers · 11 years ago
  59. 7e70b00 Header file clean up. by Ian Rogers · 11 years ago
  60. 74d6a82 Revert "Fix OOM throwing if it happens in finalizer reference" by Nicolas Geoffray · 11 years ago
  61. 6d7729d Fix OOM throwing if it happens in finalizer reference by Dmitry Petrochenko · 11 years ago
  62. 0714083 Enable -Wunreachable-code by Ian Rogers · 11 years ago
  63. 7643327 Optimize get/set reflection performance by Mathieu Chartier · 11 years ago
  64. acc7798 Merge "Fix Class::IsInSamePackage to not read beyond the end of a StringPiece." by Ian Rogers · 11 years ago
  65. 6b604a1 Fix Class::IsInSamePackage to not read beyond the end of a StringPiece. by Ian Rogers · 11 years ago
  66. f0edfc3 Some optimizations for the array alloc path. by Hiroshi Yamauchi · 11 years ago
  67. e982f0b Implement invoke virtual in optimizing compiler. by Nicolas Geoffray · 11 years ago
  68. 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 11 years ago
  69. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 11 years ago
  70. f397866 Fix cpplint issue. by Brian Carlstrom · 11 years ago
  71. 967e1a5 Merge "Add some comments for retired class." by Mingyao Yang · 11 years ago
  72. 4849859 ART: Correctly make methods preverified by Andreas Gampe · 11 years ago
  73. 46f0e97 Add some comments for retired class. by Mingyao Yang · 11 years ago
  74. faff0f0 Remove reference_static_offsets used for iterating through class static fields. by Mingyao Yang · 11 years ago
  75. 6bcae8f Add fast path for FindClass using the type dex file. by Mathieu Chartier · 11 years ago
  76. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 11 years ago
  77. 7b3dd82 Merge "ART: Fix computation of frame size for direct proxy methods" by Ian Rogers · 11 years ago
  78. 805bab1 ART: Fix computation of frame size for direct proxy methods by Serguei Katkov · 11 years ago
  79. cdfd39f Change intern table to unordered set. by Mathieu Chartier · 11 years ago
  80. 381e4ca Filling hole between subclass and superclass. by Fred Shih · 11 years ago
  81. 654881f Merge "ART: Fix IncompatibleClassChange check for ArtMethod" by Andreas Gampe · 11 years ago
  82. 8f252e6 ART: Fix IncompatibleClassChange check for ArtMethod by Andreas Gampe · 11 years ago
  83. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 11 years ago
  84. bf99f77 Clean up Handle usage. by Mathieu Chartier · 11 years ago
  85. 9bdec88 Check that we don't accidentally invoke compiled code when -Xint. by Hiroshi Yamauchi · 11 years ago
  86. 43c69cc Make Monitor::Wait more robust to spurious Inflate failures. by Ian Rogers · 11 years ago
  87. b74ff13 Merge "Reduce stack usage for overflow checks" by Dave Allison · 11 years ago
  88. 648d711 Reduce stack usage for overflow checks by Dave Allison · 11 years ago
  89. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 11 years ago
  90. 13f8a16 ART: Do not check interface being subclass for member access by Andreas Gampe · 11 years ago
  91. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 11 years ago
  92. 58a5af8 ART: Add guards to the dex cache and its shortcuts by Andreas Gampe · 11 years ago
  93. f0a3f09 Fix proxy tracing and enable tests that now work with tracing. by Jeff Hao · 11 years ago
  94. aa910d5 ART: Fix verifier mishandling erroneous array component types by Andreas Gampe · 11 years ago
  95. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 11 years ago
  96. 167cc7c Revert "Fix proxy tracing and enable tests that now work with tracing." by Nicolas Geoffray · 11 years ago
  97. 0398e17 Fix proxy tracing and enable tests that now work with tracing. by Jeff Hao · 11 years ago
  98. 2cdbad7 Set vtable in class object to null after linking. by Mingyao Yang · 11 years ago
  99. b12d605 Merge "Fix two read barrier bugs introduced in CL 97882." by Hiroshi Yamauchi · 11 years ago
  100. 0fbd6e6 Fix two read barrier bugs introduced in CL 97882. by Hiroshi Yamauchi · 11 years ago