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