1. 0deeb81 Fix testing wrong variable for non zygote. by Mathieu Chartier · 10 years ago
  2. 8e70519 Check pending exception result in AllocObjectWithAllocator. by Mathieu Chartier · 10 years ago
  3. 6644521 Fixed wrong field usage in Instrumentation::RemoveListener by Daniel Mihalyi · 10 years ago
  4. 49e36ec Kill HAVE_ANDROID_PTHREAD_SETNAME_NP. by Elliott Hughes · 10 years ago
  5. 92502ab Merge "ART: Relax GetInstructionSetFromString" by Andreas Gampe · 10 years ago
  6. 20c8930 ART: Relax GetInstructionSetFromString by Andreas Gampe · 10 years ago
  7. e7f5428 Merge "Make common BitVector operations inline-able." by Ian Rogers · 10 years ago
  8. e77493c Make common BitVector operations inline-able. by Ian Rogers · 10 years ago
  9. 69d848e Merge "bionic has always had gettid." by Elliott Hughes · 10 years ago
  10. 323aa86 bionic has always had gettid. by Elliott Hughes · 10 years ago
  11. 4361bef Fix bug introduced in https://android-review.googlesource.com/102610. by Nicolas Geoffray · 10 years ago
  12. 10dac8e Merge "Merge stack usage reduction for overflow checks" by Dave Allison · 10 years ago
  13. b090a18 Merge stack usage reduction for overflow checks by Dave Allison · 10 years ago
  14. c6345ef Fix JDWP event races by Sebastien Hertz · 10 years ago
  15. d35326f Fix heap corruption and verification. by Mathieu Chartier · 10 years ago
  16. 7968bfc Merge "AttachCurrentThread should only warn on missing thread name if CheckJNI is enabled." by Brian Carlstrom · 10 years ago
  17. 3ea69c0 AttachCurrentThread should only warn on missing thread name if CheckJNI is enabled. by Brian Carlstrom · 10 years ago
  18. 192da56 Merge "Add null check to CheckVirtualMethod" by Mathieu Chartier · 10 years ago
  19. a1e78fa Add null check to CheckVirtualMethod by Mathieu Chartier · 10 years ago
  20. 07277a7 Merge "Enable large object space for zygote." by Mathieu Chartier · 10 years ago
  21. e4cab17 Enable large object space for zygote. by Mathieu Chartier · 10 years ago
  22. 7b6f8d2 Merge "Workaround problem reading main stack on intel devices." by Dave Allison · 10 years ago
  23. 216cf23 Workaround problem reading main stack on intel devices. by Dave Allison · 10 years ago
  24. ca1d06c Optimized instrumentation listener handling by Daniel Mihalyi · 10 years ago
  25. 90b180e Merge "ART: Do not recursively abort when visiting locks in a bad state" by Andreas Gampe · 10 years ago
  26. 956a522 ART: Do not recursively abort when visiting locks in a bad state by Andreas Gampe · 10 years ago
  27. 7628848 Merge "Update ziparchive usage to the new API." by Piotr Jastrzebski · 10 years ago
  28. 92fd388 Merge "Check that we don't accidentally invoke compiled code when -Xint." by Hiroshi Yamauchi · 10 years ago
  29. 9bdec88 Check that we don't accidentally invoke compiled code when -Xint. by Hiroshi Yamauchi · 10 years ago
  30. ed9fe4f Merge "Avoid handle-less methods in ClassLinker::LinkInterfaceMethods()." by Hiroshi Yamauchi · 10 years ago
  31. 41369d2 Avoid handle-less methods in ClassLinker::LinkInterfaceMethods(). by Hiroshi Yamauchi · 10 years ago
  32. 9dcc457 Make apps able to run with a failing patchoat by Alex Light · 10 years ago
  33. 6e49869 ART: Fix ARM invoke stub, run Generic JNI in jni_compiler_test by Andreas Gampe · 10 years ago
  34. e30100f Merge "ART: Set default visibility to protected" by Andreas Gampe · 10 years ago
  35. 29b3841 ART: Set default visibility to protected by Andreas Gampe · 10 years ago
  36. 5680277 Check for constructor first when installing tracing stubs. by Jeff Hao · 10 years ago
  37. aa1ed01 Merge "ART source line debug info in OAT files" by Ian Rogers · 10 years ago
  38. e3ea838 ART source line debug info in OAT files by Yevgeny Rouban · 10 years ago
  39. 9dcf75c Merge "Make gdb fixup work with multiple DWARF Compilation Units" by Brian Carlstrom · 10 years ago
  40. 2b2148e Merge "Tidy up monitor comments." by Ian Rogers · 10 years ago
  41. 0ef3bd2 Tidy up monitor comments. by Ian Rogers · 10 years ago
  42. d338ae0 Make gdb fixup work with multiple DWARF Compilation Units by Alex Light · 10 years ago
  43. d57a84a Update ziparchive usage to the new API. by Piotr Jastrzebski · 10 years ago
  44. ee736b2 Merge "Make Monitor::Wait more robust to spurious Inflate failures." by Ian Rogers · 10 years ago
  45. 43c69cc Make Monitor::Wait more robust to spurious Inflate failures. by Ian Rogers · 10 years ago
  46. 90a51f2 Merge "Prevent stubs from being installed in java.lang.reflect.Proxy.<init>." by Jeff Hao · 10 years ago
  47. db8a664 Prevent stubs from being installed in java.lang.reflect.Proxy.<init>. by Jeff Hao · 10 years ago
  48. 37f048b Merge "[ART] Move to system/core native bridge library" by Calin Juravle · 10 years ago
  49. c842352 [ART] Move to system/core native bridge library by Calin Juravle · 10 years ago
  50. ffe18b5 Fix the THREAD_ offsets for MIPS. by Raghu Gandham · 10 years ago
  51. 2a51697 Merge "More efficient stack walk in exception throwing." by Hiroshi Yamauchi · 10 years ago
  52. 649278c More efficient stack walk in exception throwing. by Hiroshi Yamauchi · 10 years ago
  53. 38eecb0 Use handle in one case that spans a gc-point. by Mingyao Yang · 10 years ago
  54. 99c251b Merge "Revert "Revert "Remove GCC atomic workarounds.""" by Dan Albert · 10 years ago
  55. 9c1dffe Merge "Initialize art::Atomic's value to 0." by Dan Albert · 10 years ago
  56. 6a3f8d9 Initialize art::Atomic's value to 0. by Dan Albert · 10 years ago
  57. 4fcdc94 Execute an application even when dex2oat crashes. by Nicolas Geoffray · 10 years ago
  58. 9ac5602 Fix crash in VirtualMachine.AllThreads JDWP command by Sebastien Hertz · 10 years ago
  59. 6c6c6f6 Merge "Avoid use of std::string where we have const char*." by Ian Rogers · 10 years ago
  60. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  61. 76ab347 Fix art build script by Junmo Park · 10 years ago
  62. ecb0112 Merge "Make OatClass and OatMethod immutable once more." by Ian Rogers · 10 years ago
  63. 97b52f8 Make OatClass and OatMethod immutable once more. by Ian Rogers · 10 years ago
  64. eb0ab9e ART: Fix mac build by Andreas Gampe · 10 years ago
  65. c30a725 Prevent merge conflicts. by Mathieu Chartier · 10 years ago
  66. 3842ad7 Merge "Fix bugs in the x86 and arm versions of generic JNI." by Nicolas Geoffray · 10 years ago
  67. 54accbc Fix bugs in the x86 and arm versions of generic JNI. by Nicolas Geoffray · 10 years ago
  68. 0d334ce ART: Fix another potential N-th visitor issue by Andreas Gampe · 10 years ago
  69. 70acd53 Merge "ART: Fix mac build" by Andreas Gampe · 10 years ago
  70. 7b1bf42 ART: Fix mac build by Andreas Gampe · 10 years ago
  71. 1805252 Merge "ART: Fix class-linker handling" by Andreas Gampe · 10 years ago
  72. eff0f5d ART: Fix class-linker handling by Andreas Gampe · 10 years ago
  73. e8bf3df Merge "Use homogeneous space compaction for non low memory devices." by Mathieu Chartier · 10 years ago
  74. 22e4bb0 Use homogeneous space compaction for non low memory devices. by Mathieu Chartier · 10 years ago
  75. a7a45aa Merge "Ensure alternate signal stack is minimum size." by Ian Rogers · 10 years ago
  76. c24a1e0 Ensure alternate signal stack is minimum size. by Ian Rogers · 10 years ago
  77. 718ac65 ART: Tolerate shallow call stack in VMStack_getCallingClassLoader by Andreas Gampe · 10 years ago
  78. b74ff13 Merge "Reduce stack usage for overflow checks" by Dave Allison · 10 years ago
  79. 648d711 Reduce stack usage for overflow checks by Dave Allison · 10 years ago
  80. aab0f86 Revert "Revert "Remove GCC atomic workarounds."" by Dan Albert · 10 years ago
  81. 6638624 Merge "Make method tracing deoptimize on startup." by Jeff Hao · 10 years ago
  82. bc678bb Make method tracing deoptimize on startup. by Jeff Hao · 10 years ago
  83. 6814d7b Merge "Revert "Remove GCC atomic workarounds."" by Jeff Hao · 10 years ago
  84. 626a246 Revert "Remove GCC atomic workarounds." by Jeff Hao · 10 years ago
  85. fba8371 Merge "Fix more of the Mac build." by Dave Allison · 10 years ago
  86. 85fa796 Fix more of the Mac build. by Dan Albert · 10 years ago
  87. 62ddb32 AArch64: Fix art_quick_string_compareto. by Zheng Xu · 10 years ago
  88. dd162fb Change FreeMemory and TotalMemory behavior. by Mathieu Chartier · 10 years ago
  89. a29ffd5 Remove GCC atomic workarounds. by Ian Rogers · 10 years ago
  90. 90c5879 Fix the Mac build. by Dan Albert · 10 years ago
  91. c991107 Remove clang detected warning on tautological comparison by Brian Carlstrom · 10 years ago
  92. 7493a5b Merge "ART: Do not check interface being subclass for member access" by Andreas Gampe · 10 years ago
  93. 13f8a16 ART: Do not check interface being subclass for member access by Andreas Gampe · 10 years ago
  94. 58bea4a Proper fix after -Bsymbolic change. by Dan Albert · 10 years ago
  95. 376fc3c Check pause histogram sample size. by Mathieu Chartier · 10 years ago
  96. c4a7acf ART: Fix wrong command line parameter by Andreas Gampe · 10 years ago
  97. 421b646 Get the native bridge library from the framework. by Calin Juravle · 10 years ago
  98. 1d84f85 Merge "Wire up check JNI force copy mode." by Ian Rogers · 10 years ago
  99. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  100. fa5ca01 Merge "Use the right instruction set for checking dex-cache staleness." by Narayan Kamath · 10 years ago