1. 7e70b00 Header file clean up. by Ian Rogers · 10 years ago
  2. 74d6a82 Revert "Fix OOM throwing if it happens in finalizer reference" by Nicolas Geoffray · 10 years ago
  3. 6d7729d Fix OOM throwing if it happens in finalizer reference by Dmitry Petrochenko · 10 years ago
  4. 0714083 Enable -Wunreachable-code by Ian Rogers · 10 years ago
  5. 7643327 Optimize get/set reflection performance by Mathieu Chartier · 10 years ago
  6. acc7798 Merge "Fix Class::IsInSamePackage to not read beyond the end of a StringPiece." by Ian Rogers · 10 years ago
  7. 6b604a1 Fix Class::IsInSamePackage to not read beyond the end of a StringPiece. by Ian Rogers · 10 years ago
  8. f0edfc3 Some optimizations for the array alloc path. by Hiroshi Yamauchi · 10 years ago
  9. e982f0b Implement invoke virtual in optimizing compiler. by Nicolas Geoffray · 10 years ago
  10. 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 10 years ago
  11. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  12. f397866 Fix cpplint issue. by Brian Carlstrom · 10 years ago
  13. 967e1a5 Merge "Add some comments for retired class." by Mingyao Yang · 10 years ago
  14. 4849859 ART: Correctly make methods preverified by Andreas Gampe · 10 years ago
  15. 46f0e97 Add some comments for retired class. by Mingyao Yang · 10 years ago
  16. faff0f0 Remove reference_static_offsets used for iterating through class static fields. by Mingyao Yang · 10 years ago
  17. 6bcae8f Add fast path for FindClass using the type dex file. by Mathieu Chartier · 10 years ago
  18. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 10 years ago
  19. 7b3dd82 Merge "ART: Fix computation of frame size for direct proxy methods" by Ian Rogers · 10 years ago
  20. 805bab1 ART: Fix computation of frame size for direct proxy methods by Serguei Katkov · 10 years ago
  21. cdfd39f Change intern table to unordered set. by Mathieu Chartier · 10 years ago
  22. 381e4ca Filling hole between subclass and superclass. by Fred Shih · 10 years ago
  23. 654881f Merge "ART: Fix IncompatibleClassChange check for ArtMethod" by Andreas Gampe · 10 years ago
  24. 8f252e6 ART: Fix IncompatibleClassChange check for ArtMethod by Andreas Gampe · 10 years ago
  25. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  26. bf99f77 Clean up Handle usage. by Mathieu Chartier · 10 years ago
  27. 9bdec88 Check that we don't accidentally invoke compiled code when -Xint. by Hiroshi Yamauchi · 10 years ago
  28. 43c69cc Make Monitor::Wait more robust to spurious Inflate failures. by Ian Rogers · 10 years ago
  29. b74ff13 Merge "Reduce stack usage for overflow checks" by Dave Allison · 10 years ago
  30. 648d711 Reduce stack usage for overflow checks by Dave Allison · 10 years ago
  31. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  32. 13f8a16 ART: Do not check interface being subclass for member access by Andreas Gampe · 10 years ago
  33. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  34. 58a5af8 ART: Add guards to the dex cache and its shortcuts by Andreas Gampe · 10 years ago
  35. f0a3f09 Fix proxy tracing and enable tests that now work with tracing. by Jeff Hao · 10 years ago
  36. aa910d5 ART: Fix verifier mishandling erroneous array component types by Andreas Gampe · 10 years ago
  37. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 10 years ago
  38. 167cc7c Revert "Fix proxy tracing and enable tests that now work with tracing." by Nicolas Geoffray · 10 years ago
  39. 0398e17 Fix proxy tracing and enable tests that now work with tracing. by Jeff Hao · 10 years ago
  40. 2cdbad7 Set vtable in class object to null after linking. by Mingyao Yang · 10 years ago
  41. b12d605 Merge "Fix two read barrier bugs introduced in CL 97882." by Hiroshi Yamauchi · 10 years ago
  42. 0fbd6e6 Fix two read barrier bugs introduced in CL 97882. by Hiroshi Yamauchi · 10 years ago
  43. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  44. ebaca19 Merge "Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""" by Mathieu Chartier · 10 years ago
  45. 4ee7a66 Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Fred Shih · 10 years ago
  46. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  47. fd22d5b Fix infinite loop when calling SetStatus after OOM. by Mathieu Chartier · 10 years ago
  48. 9531f62 Merge "Call strong CAS from unsafe. Add more CAS versions." by Hans Boehm · 10 years ago
  49. d843443 Call strong CAS from unsafe. Add more CAS versions. by Hans Boehm · 10 years ago
  50. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  51. 3641ac7 Merge "Add missing class initialization during compilation and tests" by Sebastien Hertz · 10 years ago
  52. 9e82bd3 Revert "Revert "Revert "Add intrinsic for Reference.get()""" by Sebastien Hertz · 10 years ago
  53. d4415e8 Revert "Revert "Add intrinsic for Reference.get()"" by Christopher Ferris · 10 years ago
  54. a9b870b Revert "Add intrinsic for Reference.get()" by Christopher Ferris · 10 years ago
  55. 460503b Add intrinsic for Reference.get() by Fred Shih · 10 years ago
  56. 4e99b3d Add missing class initialization during compilation and tests by Sebastien Hertz · 10 years ago
  57. 228602f Make CAS operations in Object use art::Atomic. by Ian Rogers · 10 years ago
  58. 4f1ebc2 Add read barriers to the constant roots. by Hiroshi Yamauchi · 10 years ago
  59. 52e4b43 Add mark compact collector. by Mathieu Chartier · 10 years ago
  60. 241fd11 Merge "Fix GetMethodID to find an interface method from a super-interface" by Brian Carlstrom · 10 years ago
  61. 004644f Fix GetMethodID to find an interface method from a super-interface by Brian Carlstrom · 10 years ago
  62. 308351a Change reference processing to use heap references. by Mathieu Chartier · 10 years ago
  63. 9f10203 Fix exception reporting from interpreter by Sebastien Hertz · 10 years ago
  64. 4d0589c ART: Move __memcmp16 from Bionic to ART by Andreas Gampe · 10 years ago
  65. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  66. c2bb441 Merge "Clean up and augment Atomic class. Replace QuasiAtomic MemBars." by Hans Boehm · 10 years ago
  67. 4479ba3 Merge "Change FieldHelper to use a handle." by Mathieu Chartier · 10 years ago
  68. 576ca0c Reduce header files including header files. by Ian Rogers · 10 years ago
  69. 3035961 Clean up and augment Atomic class. Replace QuasiAtomic MemBars. by Hans Boehm · 10 years ago
  70. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 10 years ago
  71. 7a6b77f Merge "Fix crash in JDWP ReferenceType.SourceFile command" by Sebastien Hertz · 10 years ago
  72. 4206eb5 Fix crash in JDWP ReferenceType.SourceFile command by Sebastien Hertz · 10 years ago
  73. bc56fc3 Fix compiler warnings. by Mathieu Chartier · 10 years ago
  74. 03dbc04 Make class status volatile. by Ian Rogers · 10 years ago
  75. b379e8d Merge "Compaction cleanup for FindArrayClass." by Mathieu Chartier · 10 years ago
  76. b74cd29 Compaction cleanup for FindArrayClass. by Mathieu Chartier · 10 years ago
  77. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 10 years ago
  78. 822266b Ignore catch blocks whose type can't be resolved. by Ian Rogers · 10 years ago
  79. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  80. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  81. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  82. 061ece1 Merge "Begin migration of art::Atomic to std::atomic." by Ian Rogers · 10 years ago
  83. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 10 years ago
  84. bd0fb61 Simplify Class::IsArtFieldClass(). by Hiroshi Yamauchi · 10 years ago
  85. 4c1c510 Improve stack walk performance. by Vladimir Marko · 10 years ago
  86. 607fa7b Merge "Now we have a proper C++ library, use std::unique_ptr." by Ian Rogers · 10 years ago
  87. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  88. 2b7c4d1 Don't get and restore thread state for ScopedFastNativeObjectAccess. by Mathieu Chartier · 10 years ago
  89. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 10 years ago
  90. f0972a4 Fix generic jni issue in ArtMethod::GetQuickFrameInfo by Dmitry Petrochenko · 10 years ago
  91. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  92. 23d2b95 Merge "ART: Fix typo in ArtMethod::FindCatchBlock" by Andreas Gampe · 10 years ago
  93. 72b3e43 ART: Fix typo in ArtMethod::FindCatchBlock by Andreas Gampe · 10 years ago
  94. cbfb8b2 Merge "Ensure JNI primitive array type is appropriate." by Ian Rogers · 10 years ago
  95. 2d10b20 Ensure JNI primitive array type is appropriate. by Ian Rogers · 10 years ago
  96. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  97. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 10 years ago
  98. bfff21a Reference::GetReferent() calls by GC should not trigger read barriers. by Hiroshi Yamauchi · 10 years ago
  99. 25023c7 Make it possible to disable read barriers in Class::GetObjectSize() by Hiroshi Yamauchi · 10 years ago
  100. c45b8b5 Create stack traces in unstarted runtimes. by Ian Rogers · 10 years ago