1. e94652f Remove MethodHelper from the interpreter. by Ian Rogers · 10 years ago
  2. 3ac90da Fix OOM throwing if it happens in finalizer reference (take 2) by Pavel Vyssotski · 10 years ago
  3. f7ebda4 Merge "Fix fault handler invoked before vm running." by Christopher Ferris · 10 years ago
  4. 446f9ee Try normal allocation if large object allocation fails by Mathieu Chartier · 10 years ago
  5. 0310da5 Fix growth limit / footprint limit problems by Mathieu Chartier · 10 years ago
  6. 91a6dc4 Set dex_cache_strings_ when we call Class::SetDexCache by Mathieu Chartier · 10 years ago
  7. 91c2f0c Trim reference tables when we trim the heap by Mathieu Chartier · 10 years ago
  8. bd6bb37 Merge "Add a way to change the IMT size" by Mathieu Chartier · 10 years ago
  9. 7939a25 Merge "Add a missing SHARED_LOCKS_REQUIRED(mutator_lock_)." by Stephen Hines · 10 years ago
  10. cd195fe Add a way to change the IMT size by Mathieu Chartier · 10 years ago
  11. f261134 Merge "ART: Use Overwrite instead of Put" by Andreas Gampe · 10 years ago
  12. 94572c5 Merge "Add ART_USE_OPTIMIZING_COMPILER flag." by Nicolas Geoffray · 10 years ago
  13. a1785c5 ART: Use Overwrite instead of Put by Andreas Gampe · 10 years ago
  14. 95c51b3 Add a missing SHARED_LOCKS_REQUIRED(mutator_lock_). by Stephen Hines · 10 years ago
  15. eace458 Move dexCacheStrings from ArtMethod to Class by Mathieu Chartier · 10 years ago
  16. 9bb492a Add ART_USE_OPTIMIZING_COMPILER flag. by Nicolas Geoffray · 10 years ago
  17. 3115877 Fix oatwriter code deduping by Mathieu Chartier · 10 years ago
  18. dc00c73 Merge "ART: Avoid recursive abort" by Andreas Gampe · 10 years ago
  19. ae214ee ART: Fix inline dependency by Andreas Gampe · 10 years ago
  20. af2d530 Merge "ART: Fix unused variables and functions" by Andreas Gampe · 10 years ago
  21. 9f612ff ART: Fix unused variables and functions by Andreas Gampe · 10 years ago
  22. 957ca1c Delete ArtMethod gc_map_ field by Mathieu Chartier · 10 years ago
  23. c12da2d Merge "Rewrite GVN's field id and field type handling." by Vladimir Marko · 10 years ago
  24. 90675a7 ART: Avoid recursive abort by Andreas Gampe · 10 years ago
  25. acb0138 ART: ELF symbol table lookup is fixed by Yevgeny Rouban · 10 years ago
  26. e8b547d Avoid some recursive aborting. by Ian Rogers · 10 years ago
  27. a79da1b Merge "ART: Wrap AllocThreadUnsafe in Valgrind wrapper" by Andreas Gampe · 10 years ago
  28. 24a5a30 ART: Wrap AllocThreadUnsafe in Valgrind wrapper by Andreas Gampe · 10 years ago
  29. e263103 Merge "Fix UnimplementedEntryPoint initialziation." by Ian Rogers · 10 years ago
  30. 022b46c Merge "Fixed ArtMethod::GetQuickFrameInfo() for proxy methods" by Ian Rogers · 10 years ago
  31. 124cd8f Merge "Add JNI trampoline for mips32." by Ian Rogers · 10 years ago
  32. 819b3c0 Merge "ART: Fix crash with unreachable void check-cast" by Ian Rogers · 10 years ago
  33. af6925b Rewrite GVN's field id and field type handling. by Vladimir Marko · 10 years ago
  34. 0772169 Merge "Fix oatdump to use OatHeader pointer size" by Mathieu Chartier · 10 years ago
  35. a7dd038 Fix oatdump to use OatHeader pointer size by Mathieu Chartier · 10 years ago
  36. 6c36a8b Restrict FDO to only apply to target build. by Dehao Chen · 10 years ago
  37. 5e2b874 Fix fault handler invoked before vm running. by Christopher Ferris · 10 years ago
  38. 0c45167 Merge "dex2oat: Pack likely-dirty objects together when generating the boot image" by Igor Murashkin · 10 years ago
  39. f5b4c50 dex2oat: Pack likely-dirty objects together when generating the boot image by Igor Murashkin · 10 years ago
  40. be0bb06 Merge "Tune rosalloc buffer sizes." by Hiroshi Yamauchi · 10 years ago
  41. 3f3c6c0 Tune rosalloc buffer sizes. by Hiroshi Yamauchi · 10 years ago
  42. 83597d0 Re-enable DumpNativeStack. by Ian Rogers · 10 years ago
  43. 292b3bd Merge "Prune image cache if the boot marker is still in place." by Narayan Kamath · 10 years ago
  44. aad7f3f Merge "JDWP: only deoptimize when it is required" by Sebastien Hertz · 10 years ago
  45. 8b5223b Merge "Avoid JNI call with pending OOME." by Ian Rogers · 10 years ago
  46. 3242729 Avoid JNI call with pending OOME. by Ian Rogers · 10 years ago
  47. 7247af5 Fix zygote space and non moving space map names by Mathieu Chartier · 10 years ago
  48. 8366ca0 Fix the last users of TARGET_CPU_SMP. by Elliott Hughes · 10 years ago
  49. dd11d2a Fix a memory leak in jni_internal_test. by Ian Rogers · 10 years ago
  50. 28bc987 Prune image cache if the boot marker is still in place. by Narayan Kamath · 10 years ago
  51. f392879 JDWP: only deoptimize when it is required by Sebastien Hertz · 10 years ago
  52. 4303ba9 ART: Track Flush & Close in FdFile by Andreas Gampe · 10 years ago
  53. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  54. 440e3e3 Merge "Enable the hspace compaction on OOM by default." by Hiroshi Yamauchi · 10 years ago
  55. 20ed5af Enable the hspace compaction on OOM by default. by Hiroshi Yamauchi · 10 years ago
  56. 6eb53ad Merge "Add denver64 as a known ARM64 variant." by Ian Rogers · 10 years ago
  57. d9df670 Add denver64 as a known ARM64 variant. by Ian Rogers · 10 years ago
  58. 9c7d8bc Change IsZygote test to !IsCompiler by Mathieu Chartier · 10 years ago
  59. fd04b6f Combine image string char arrays into single array by Mathieu Chartier · 10 years ago
  60. bc58ede Don't call AddImageStringsToTable or MoveImageClassesToClassTable if running imageless by Mathieu Chartier · 10 years ago
  61. 7895946 Change 512 to kLocalsMax. by Mathieu Chartier · 10 years ago
  62. 4c552bd Merge "Fix ordering of fields with the same name." by Vladimir Marko · 10 years ago
  63. 41da596 Fix reference leaks in ToReflectedMethod and ToReflectedField by Mathieu Chartier · 10 years ago
  64. 7a7c1db Fix ordering of fields with the same name. by Vladimir Marko · 10 years ago
  65. 410709f Merge "Fix art_quick_instrumentation_entry stub for x86/x86_64" by Sebastien Hertz · 10 years ago
  66. 32b12f8 Fix art_quick_instrumentation_entry stub for x86/x86_64 by Sebastien Hertz · 10 years ago
  67. 6990bda Merge "Fix DCHECK in artInstrumentationMethodEntryFromCode" by Sebastien Hertz · 10 years ago
  68. 8315ee0 Fix DCHECK in artInstrumentationMethodEntryFromCode by Sebastien Hertz · 10 years ago
  69. 8e1f4f8 Avoid abort in malformed dex code. by Ian Rogers · 10 years ago
  70. 81852bf Merge "Fix LinkFieldsComparator." by Vladimir Marko · 10 years ago
  71. d577748 Fix LinkFieldsComparator. by Vladimir Marko · 10 years ago
  72. 7bacaa8 Merge "Keep original order of fields in Class." by Vladimir Marko · 10 years ago
  73. 76649e8 Keep original order of fields in Class. by Vladimir Marko · 10 years ago
  74. 72a122c ART: Fix last lpae occurrence, Arm64 generic by Andreas Gampe · 10 years ago
  75. 0e57dec Merge "ART: Multiview assembler_test, fix x86-64 assembler" by Andreas Gampe · 10 years ago
  76. 851df20 ART: Multiview assembler_test, fix x86-64 assembler by Andreas Gampe · 10 years ago
  77. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  78. 67ab619 Merge "kill HAVE_GETHOSTBYNAME_R" by Yabin Cui · 10 years ago
  79. 4545d77 Disable DumpNativeStack. by Ian Rogers · 10 years ago
  80. ec17f98 kill HAVE_GETHOSTBYNAME_R by Yabin Cui · 10 years ago
  81. 4ad5cd3 Modify the behavior of thread suspend shootouts. by Ian Rogers · 10 years ago
  82. 741e287 Merge "Use the new name for the libc++ libbacktrace." by Dan Albert · 10 years ago
  83. 0069174 Merge "Use CommonRuntimeTest::boot_class_path_ in DexMethodIteratorTest" by Brian Carlstrom · 10 years ago
  84. 4451205 Fix bad OOM check in Thread::CreatePeer(). by Vladimir Marko · 10 years ago
  85. 401da91 Merge "Don't try to handle nested SIGSEGV inside fault handler." by Ian Rogers · 10 years ago
  86. ad11e7a Don't try to handle nested SIGSEGV inside fault handler. by Ian Rogers · 10 years ago
  87. b5c49cf Merge "Allow JNI AttachCurrentThread to fail if not enough stack." by Ian Rogers · 10 years ago
  88. f4d4da1 Allow JNI AttachCurrentThread to fail if not enough stack. by Ian Rogers · 10 years ago
  89. e73a064 Use the new name for the libc++ libbacktrace. by Dan Albert · 10 years ago
  90. e07fd17 Add null check for thread name creation by Mathieu Chartier · 10 years ago
  91. 4c9c251 Merge "Add jni_internal_test for GetArrayLength(NULL)." by Ian Rogers · 10 years ago
  92. 2f022bd Add jni_internal_test for GetArrayLength(NULL). by Ian Rogers · 10 years ago
  93. e0b46a7 Fix x86 art_quick_set64_instance quick entrypoint by Serguei Katkov · 10 years ago
  94. 53463ea Use CommonRuntimeTest::boot_class_path_ in DexMethodIteratorTest by Brian Carlstrom · 10 years ago
  95. 29af7b9 Merge "ART: Prune links in the dalvik cache" by Andreas Gampe · 10 years ago
  96. 8db9dcd ART: Prune links in the dalvik cache by Andreas Gampe · 10 years ago
  97. 5f9a954 Delete unused imtable field by Mathieu Chartier · 10 years ago
  98. 97c1a65 Merge "ART: Fix possible soft+hard failure in verifier" by Andreas Gampe · 10 years ago
  99. 896df40 ART: Fix possible soft+hard failure in verifier by Andreas Gampe · 10 years ago
  100. 7947b54 Fix thread pool test valgrind flakiness by Mathieu Chartier · 10 years ago