1. 3b532d7 Use runFinalizationWithTimeout for native allocations by Mathieu Chartier · 9 years ago
  2. 7fabaa6 Add atrace calls to runtime start and heap create by Richard Uhler · 9 years ago
  3. 1c8bef4 Add optimization for LOW_4G allocator by Mathieu Chartier · 9 years ago
  4. c991403 Fix valgrind large_object_space_test by Mathieu Chartier · 9 years ago
  5. 8f23620 Add a way to determine if a large object is a zygote object by Mathieu Chartier · 9 years ago
  6. 99b4dcd Merge "ART: Refactor Thread::Init" into mnc-dev by Andreas Gampe · 9 years ago
  7. 520abbd ART: Refactor Thread::Init by Andreas Gampe · 9 years ago
  8. 9cfde7b Merge "Emit instance fields for java.lang.Object in hprof" into mnc-dev by Mathieu Chartier · 9 years ago
  9. 0adc90e Emit instance fields for java.lang.Object in hprof by Mathieu Chartier · 9 years ago
  10. 44905ce ART: Prune FindArrayClass cache in image writer by Andreas Gampe · 9 years ago
  11. b1170ba Merge "Add a way to SuspendAll for a long duration" into mnc-dev by Mathieu Chartier · 9 years ago
  12. d40bcc4 Fix tracing by Mathieu Chartier · 9 years ago
  13. ff6d8cf Add more info for attempting to delete non-JNI local reference by Mathieu Chartier · 9 years ago
  14. 77be663 Add a way to SuspendAll for a long duration by Mathieu Chartier · 9 years ago
  15. 2791d5e Add clear cache for JIT by Mathieu Chartier · 9 years ago
  16. 519fd54 Update IMT for stale miranda methods by Mathieu Chartier · 9 years ago
  17. ace571f Merge "Move mirror::ArtMethod to native" into mnc-dev by Mathieu Chartier · 9 years ago
  18. 3d21bdf Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  19. bd7eef1 Fix another source of undeterministic inlining. by Nicolas Geoffray · 9 years ago
  20. 71f0a8a Merge "Fix another source of undeterministic inlining." into mnc-dev by Nicolas Geoffray · 9 years ago
  21. 952b164 Merge "ART: Fix wrong hard-failure handling in verifier" into mnc-dev by Andreas Gampe · 9 years ago
  22. 87f4724 Merge changes I3eee8df3,I78cc01fb into mnc-dev by Andreas Gampe · 9 years ago
  23. 47ca5fa Merge "ART: Use v2 version of NativeBridge struct" into mnc-dev by Andreas Gampe · 9 years ago
  24. 2653149 Fix another source of undeterministic inlining. by Nicolas Geoffray · 9 years ago
  25. 2293e26 Merge "Make inlining deterministic." into mnc-dev by Nicolas Geoffray · 9 years ago
  26. 0bcf9fd Fix test 115-native-bridge for Mips. by Douglas Leung · 9 years ago
  27. 8ee2145 ART: Add support for special handlers in sigchainlib by Andreas Gampe · 9 years ago
  28. 93de952 ART: Use v2 version of NativeBridge struct by Andreas Gampe · 9 years ago
  29. 73a9377 Add unstarted runtime test for String.<init>. by Jeff Hao · 9 years ago
  30. a2ea740 Fix double-exception in super-class method validation. by Vladimir Marko · 9 years ago
  31. c9d4505 Merge "ART: Add Mips o32 callee-save registers to SaveAll frame" into mnc-dev by Andreas Gampe · 9 years ago
  32. f60cb1f ART: Add Mips o32 callee-save registers to SaveAll frame by Andreas Gampe · 9 years ago
  33. 7be8302 Add JNI String.<init> test for global and weak global refs. by Jeff Hao · 9 years ago
  34. 1309ba2 Fix single-step in native thread by Sebastien Hertz · 9 years ago
  35. df6ba9a Merge "Fix updating of JNI references for String.<init>." into mnc-dev by Jeff Hao · 9 years ago
  36. 1a302fb Fix updating of JNI references for String.<init>. by Jeff Hao · 9 years ago
  37. 1a1e77f Fix valgrind includes by Dmitriy Ivanov · 9 years ago
  38. 86a5b0e Reset libc targetSdkVersion by Dmitriy Ivanov · 9 years ago
  39. 3b74e27 ART: Fix wrong hard-failure handling in verifier by Andreas Gampe · 9 years ago
  40. e0cc299 ART: Use kBadFprBase on mips64 and arm64. by Vladimir Marko · 9 years ago
  41. 2b3f42e Add missing oatdump test dependency by Mathieu Chartier · 9 years ago
  42. c930980 Add oatdump test by Mathieu Chartier · 9 years ago
  43. 61833c5 Fix mac build: cast fpr callee save addresses. by Vladimir Marko · 9 years ago
  44. f2383d6 Fix mac build: include <sys/time.h> in time_utils.cc . by Vladimir Marko · 9 years ago
  45. 41b175a ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  46. 54d6573 JDWP: fix breakpoint on catch statement by Sebastien Hertz · 9 years ago
  47. 4fa04a6 Make inlining deterministic. by Nicolas Geoffray · 9 years ago
  48. 8ae14d8 Merge "Fix for potential moving GC bugs around proxy class." into mnc-dev by Hiroshi Yamauchi · 9 years ago
  49. 08d1b5f Fix for potential moving GC bugs around proxy class. by Hiroshi Yamauchi · 9 years ago
  50. c1134980c Merge "ART: Sometimes even empty methods take forever to verify" into mnc-dev by Andreas Gampe · 9 years ago
  51. 9953ca9 Merge "Revert "DO NOT MERGE ART: Turn off duplicate-classes checking"" into mnc-dev by Andreas Gampe · 9 years ago
  52. 8110447 ART: Sometimes even empty methods take forever to verify by Andreas Gampe · 9 years ago
  53. 18a1827 Revert "DO NOT MERGE ART: Turn off duplicate-classes checking" by Andreas Gampe · 9 years ago
  54. 99ca40c ART: Refactor UnstartedRuntime for testing by Andreas Gampe · 9 years ago
  55. d58a6de Merge "DO NOT MERGE ART: Turn off duplicate-classes checking" into mnc-dev by Andreas Gampe · 9 years ago
  56. cd572eb Merge "Intercept JNI invocation of String.<init> methods." into mnc-dev by Jeff Hao · 9 years ago
  57. 15e9ad1 Intercept JNI invocation of String.<init> methods. by Jeff Hao · 9 years ago
  58. 585b4cf Merge "ART: Fix RegisterNative order" into mnc-dev by Andreas Gampe · 9 years ago
  59. 48b7918 ART: Fix gtest dependency by Andreas Gampe · 9 years ago
  60. 70c7f22 Merge "Fix a cts crash around proxy class fields." into mnc-dev by Hiroshi Yamauchi · 9 years ago
  61. a56ce5e Fix a cts crash around proxy class fields. by Hiroshi Yamauchi · 9 years ago
  62. aafcfca DO NOT MERGE ART: Turn off duplicate-classes checking by Andreas Gampe · 9 years ago
  63. 8256609 ART: Fix RegisterNative order by Andreas Gampe · 9 years ago
  64. 5d52f3d Merge "Fix debuggable compiler flag detection for secondary dex files" into mnc-dev by Sebastien Hertz · 9 years ago
  65. f177dd6 ART: Change huge-method warning in verifier by Andreas Gampe · 9 years ago
  66. 094ff2c Fix debuggable compiler flag detection for secondary dex files by Sebastien Hertz · 9 years ago
  67. ce70082 Merge "Test and fix bug checking status of secondary multidex files." into mnc-dev by Richard Uhler · 9 years ago
  68. a5a1c13 Test and fix bug checking status of secondary multidex files. by Richard Uhler · 9 years ago
  69. 6650075 JDWP: more GC safety by Sebastien Hertz · 9 years ago
  70. d8b19f1 Merge "Undo arm64 workaround." into mnc-dev by Chih-Hung Hsieh · 9 years ago
  71. 2501595 Undo arm64 workaround. by Chih-Hung Hsieh · 9 years ago
  72. bfd4c2a Merge "Print more info on mark sweep invalid ref crash." into mnc-dev by Hiroshi Yamauchi · 9 years ago
  73. 1e1a472 Print more info on mark sweep invalid ref crash. by Hiroshi Yamauchi · 9 years ago
  74. a02e391 Add new style String operations during compilation init, part 2 by Kenny Root · 9 years ago
  75. 577d24c Stop wrapping close(2) with TEMP_FAILURE_RETRY in art. by Elliott Hughes · 9 years ago
  76. 88bf23f Merge "In hprof, use an address within string for char array of empty string." into mnc-dev by Jeff Hao · 9 years ago
  77. 1cfce8c Merge changes I2ea008b7,Ibd7a643d into mnc-dev by Kenny Root · 9 years ago
  78. a32474e In hprof, use an address within string for char array of empty string. by Jeff Hao · 9 years ago
  79. a298e6d Add new style String operations during compilation init by Kenny Root · 9 years ago
  80. 788a0a1 Fix non-range String init calls by Kenny Root · 9 years ago
  81. 039ab3d Remove doublequoted command to adb sh -c. by Hiroshi Yamauchi · 9 years ago
  82. 5b691ed Merge "In hprof, set string class instance size to that of an empty string." into mnc-dev by Jeff Hao · 9 years ago
  83. c99b900 In hprof, set string class instance size to that of an empty string. by Jeff Hao · 9 years ago
  84. 375a29a Print field info on mark sweep invalid ref crash. by Hiroshi Yamauchi · 9 years ago
  85. 3b0ee6f Quick: Fix marking high words in DCE. by Vladimir Marko · 9 years ago
  86. a36098b ART: Do not relocate app program headers in patchoat. by Vladimir Marko · 9 years ago
  87. 3beb245 Also print class for NoSuchFieldException by Mathieu Chartier · 9 years ago
  88. e8ff50d ART: Rediscover loops after deleting blocks in DCE by David Brazdil · 9 years ago
  89. 6185884 Merge "ART: arm indexOf intrinsics for the optimizing compiler" into mnc-dev by Andreas Gampe · 9 years ago
  90. 5f5e57f Merge "Hold heap bitmap lock in Heap::GetObjectsAllocated" into mnc-dev by Mathieu Chartier · 9 years ago
  91. cc61340 Quick: Fix DCE, clear high word flag in RemoveChange(). by Vladimir Marko · 9 years ago
  92. 4dece9c Merge "Add notes about fast JNI calls." into mnc-dev by Hiroshi Yamauchi · 9 years ago
  93. 368010a Add notes about fast JNI calls. by Hiroshi Yamauchi · 9 years ago
  94. de1c33c Merge "Fix bug in removal of *.flock files." into mnc-dev by Richard Uhler · 9 years ago
  95. a395c0a Hold heap bitmap lock in Heap::GetObjectsAllocated by Mathieu Chartier · 9 years ago
  96. 325ec9b Fix bug in removal of *.flock files. by Richard Uhler · 9 years ago
  97. ce7d005 ART: arm indexOf intrinsics for the optimizing compiler by Andreas Gampe · 9 years ago
  98. 8db2a6d Quick: Fix DCE to mark wide register overlaps correctly. by Vladimir Marko · 9 years ago
  99. f450cf6 Add test for String init called from unresolvable class. by Jeff Hao · 9 years ago
  100. 3d8ac11 Merge art project from goog/master into goog/mnc-dev. by Jeff Hao · 9 years ago