1. e77493c Make common BitVector operations inline-able. by Ian Rogers · 10 years ago
  2. 41cba7c Merge "Quick compiler: fix Arm64 inline locking code" by buzbee · 10 years ago
  3. 5d13f12 Quick compiler: fix Arm64 inline locking code by buzbee · 10 years ago
  4. 4efefc3 Merge "Improve GVN performance when merging null-checked values." by Vladimir Marko · 10 years ago
  5. 2d2365c Improve GVN performance when merging null-checked values. by Vladimir Marko · 10 years ago
  6. 75dd988 Merge "Fix JDWP event races" by Sebastien Hertz · 10 years ago
  7. c6345ef Fix JDWP event races by Sebastien Hertz · 10 years ago
  8. 562f0ef Merge "Fix heap corruption and verification." by Mathieu Chartier · 10 years ago
  9. d35326f Fix heap corruption and verification. by Mathieu Chartier · 10 years ago
  10. 7df1754 Merge "Really fix target gtest dependencies" by Brian Carlstrom · 10 years ago
  11. deb6fe2 Really fix target gtest dependencies by Brian Carlstrom · 10 years ago
  12. 3ea69c0 AttachCurrentThread should only warn on missing thread name if CheckJNI is enabled. by Brian Carlstrom · 10 years ago
  13. 7968bfc Merge "AttachCurrentThread should only warn on missing thread name if CheckJNI is enabled." by Brian Carlstrom · 10 years ago
  14. 9be4be5 Merge "AArch64: Add tbz/tbnz and tst." by Vladimir Marko · 10 years ago
  15. 5d7cdec AArch64: Add tbz/tbnz and tst. by Zheng Xu · 10 years ago
  16. 72b51c6 Merge "X86: Fix alias info in GenInlinedIndexOf()." by Vladimir Marko · 10 years ago
  17. 74de63b X86: Fix alias info in GenInlinedIndexOf(). by Vladimir Marko · 10 years ago
  18. 418a698 Merge "Fix bug introduced in https://android-review.googlesource.com/102610." by Nicolas Geoffray · 10 years ago
  19. 4361bef Fix bug introduced in https://android-review.googlesource.com/102610. by Nicolas Geoffray · 10 years ago
  20. 10dac8e Merge "Merge stack usage reduction for overflow checks" by Dave Allison · 10 years ago
  21. b090a18 Merge stack usage reduction for overflow checks by Dave Allison · 10 years ago
  22. 506a79f Merge "Optimized instrumentation listener handling" by Ian Rogers · 10 years ago
  23. ca1d06c Optimized instrumentation listener handling by Daniel Mihalyi · 10 years ago
  24. 76bc718 Merge "[MIPS] Fix the code generated by GenSelectConst32" by Andreas Gampe · 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. 9d352c0 Merge "ART: Avoid expensive class lookup in compiler driver" by Andreas Gampe · 10 years ago
  28. e98c889 ART: Avoid expensive class lookup in compiler driver by Andreas Gampe · 10 years ago
  29. 7628848 Merge "Update ziparchive usage to the new API." by Piotr Jastrzebski · 10 years ago
  30. 92fd388 Merge "Check that we don't accidentally invoke compiled code when -Xint." by Hiroshi Yamauchi · 10 years ago
  31. 9bdec88 Check that we don't accidentally invoke compiled code when -Xint. by Hiroshi Yamauchi · 10 years ago
  32. ed9fe4f Merge "Avoid handle-less methods in ClassLinker::LinkInterfaceMethods()." by Hiroshi Yamauchi · 10 years ago
  33. 41369d2 Avoid handle-less methods in ClassLinker::LinkInterfaceMethods(). by Hiroshi Yamauchi · 10 years ago
  34. 40be3b8 Merge "Make apps able to run with a failing patchoat" by Brian Carlstrom · 10 years ago
  35. 9dcc457 Make apps able to run with a failing patchoat by Alex Light · 10 years ago
  36. 57101be Merge "ART: Fix ARM invoke stub, run Generic JNI in jni_compiler_test" by Andreas Gampe · 10 years ago
  37. 6e49869 ART: Fix ARM invoke stub, run Generic JNI in jni_compiler_test by Andreas Gampe · 10 years ago
  38. e30100f Merge "ART: Set default visibility to protected" by Andreas Gampe · 10 years ago
  39. 29b3841 ART: Set default visibility to protected by Andreas Gampe · 10 years ago
  40. fd5a3f7 Merge "ART: More failure output on run-test" by Andreas Gampe · 10 years ago
  41. 907b699 ART: More failure output on run-test by Andreas Gampe · 10 years ago
  42. 82771c0 Merge "Check for constructor first when installing tracing stubs." by Jeff Hao · 10 years ago
  43. 5680277 Check for constructor first when installing tracing stubs. by Jeff Hao · 10 years ago
  44. aa1ed01 Merge "ART source line debug info in OAT files" by Ian Rogers · 10 years ago
  45. e3ea838 ART source line debug info in OAT files by Yevgeny Rouban · 10 years ago
  46. c28d8a6 Merge "x86_64: Use RegClassBySize() for field accesses" by Ian Rogers · 10 years ago
  47. 9dcf75c Merge "Make gdb fixup work with multiple DWARF Compilation Units" by Brian Carlstrom · 10 years ago
  48. 2b2148e Merge "Tidy up monitor comments." by Ian Rogers · 10 years ago
  49. 0ef3bd2 Tidy up monitor comments. by Ian Rogers · 10 years ago
  50. d338ae0 Make gdb fixup work with multiple DWARF Compilation Units by Alex Light · 10 years ago
  51. d57a84a Update ziparchive usage to the new API. by Piotr Jastrzebski · 10 years ago
  52. 08f8d4c [MIPS] Fix the code generated by GenSelectConst32 by Raghu Gandham · 10 years ago
  53. ee736b2 Merge "Make Monitor::Wait more robust to spurious Inflate failures." by Ian Rogers · 10 years ago
  54. 43c69cc Make Monitor::Wait more robust to spurious Inflate failures. by Ian Rogers · 10 years ago
  55. 90a51f2 Merge "Prevent stubs from being installed in java.lang.reflect.Proxy.<init>." by Jeff Hao · 10 years ago
  56. db8a664 Prevent stubs from being installed in java.lang.reflect.Proxy.<init>. by Jeff Hao · 10 years ago
  57. 37f048b Merge "[ART] Move to system/core native bridge library" by Calin Juravle · 10 years ago
  58. c842352 [ART] Move to system/core native bridge library by Calin Juravle · 10 years ago
  59. da316af Merge "Fix the THREAD_ offsets for MIPS." by Ian Rogers · 10 years ago
  60. ffe18b5 Fix the THREAD_ offsets for MIPS. by Raghu Gandham · 10 years ago
  61. 06839f8 x86_64: Use RegClassBySize() for field accesses by Chao-ying Fu · 10 years ago
  62. 078f4ea Merge "Mark ParallelGC with gcstress failing." by Nicolas Geoffray · 10 years ago
  63. 5a586cc Mark ParallelGC with gcstress failing. by Nicolas Geoffray · 10 years ago
  64. 2a51697 Merge "More efficient stack walk in exception throwing." by Hiroshi Yamauchi · 10 years ago
  65. 649278c More efficient stack walk in exception throwing. by Hiroshi Yamauchi · 10 years ago
  66. a855db4 Merge "Fix intrinsic Math.abs(double) for ARM." by Vladimir Marko · 10 years ago
  67. a5f90b6 Fix intrinsic Math.abs(double) for ARM. by Vladimir Marko · 10 years ago
  68. ba10b50 Merge "ART: Tolerate shallow call stack in VMStack_getCallingClassLoader" by Andreas Gampe · 10 years ago
  69. 718ac65 ART: Tolerate shallow call stack in VMStack_getCallingClassLoader by Andreas Gampe · 10 years ago
  70. e8bf3df Merge "Use homogeneous space compaction for non low memory devices." by Mathieu Chartier · 10 years ago
  71. 22e4bb0 Use homogeneous space compaction for non low memory devices. by Mathieu Chartier · 10 years ago
  72. a7a45aa Merge "Ensure alternate signal stack is minimum size." by Ian Rogers · 10 years ago
  73. 3e6ff5b Merge "Move explicit GC after we are done initalizing all classes." by Mathieu Chartier · 10 years ago
  74. c24a1e0 Ensure alternate signal stack is minimum size. by Ian Rogers · 10 years ago
  75. 04a685d Merge "Added --gcstress and --gcverify shortcut flags to run-test" by Andreas Gampe · 10 years ago
  76. 826f103 Merge "Use handle in one case that spans a gc-point." by Mingyao Yang · 10 years ago
  77. 38eecb0 Use handle in one case that spans a gc-point. by Mingyao Yang · 10 years ago
  78. 99c251b Merge "Revert "Revert "Remove GCC atomic workarounds.""" by Dan Albert · 10 years ago
  79. 9c1dffe Merge "Initialize art::Atomic's value to 0." by Dan Albert · 10 years ago
  80. 6a3f8d9 Initialize art::Atomic's value to 0. by Dan Albert · 10 years ago
  81. d684cbf Merge "Implement inlined shift long for 32bit" by Ian Rogers · 10 years ago
  82. f40f890 Implement inlined shift long for 32bit by Yixin Shou · 10 years ago
  83. e39a5e1 Merge "Execute an application even when dex2oat crashes." by Nicolas Geoffray · 10 years ago
  84. 4fcdc94 Execute an application even when dex2oat crashes. by Nicolas Geoffray · 10 years ago
  85. b662521 Merge "Fix crash in VirtualMachine.AllThreads JDWP command" by Sebastien Hertz · 10 years ago
  86. 9ac5602 Fix crash in VirtualMachine.AllThreads JDWP command by Sebastien Hertz · 10 years ago
  87. 6c6c6f6 Merge "Avoid use of std::string where we have const char*." by Ian Rogers · 10 years ago
  88. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  89. b74ff13 Merge "Reduce stack usage for overflow checks" by Dave Allison · 10 years ago
  90. 648d711 Reduce stack usage for overflow checks by Dave Allison · 10 years ago
  91. 6324ca4 Merge "ART: Inline implementation of min() and max() for long in x86" by Ian Rogers · 10 years ago
  92. 4ab6f50 ART: Inline implementation of min() and max() for long in x86 by nikolay serdjuk · 10 years ago
  93. c38752d Merge "ART: Don't leave rex_ & length_ uninitialized" by Andreas Gampe · 10 years ago
  94. 181211d ART: Don't leave rex_ & length_ uninitialized by Andreas Gampe · 10 years ago
  95. 1b3e5b6 Merge "Implement GenInlinedReverseBits" by Ian Rogers · 10 years ago
  96. 8c914c0 Implement GenInlinedReverseBits by Yixin Shou · 10 years ago
  97. 33e70ef Merge "Fix art build script" by Ian Rogers · 10 years ago
  98. 76ab347 Fix art build script by Junmo Park · 10 years ago
  99. ecb0112 Merge "Make OatClass and OatMethod immutable once more." by Ian Rogers · 10 years ago
  100. 97b52f8 Make OatClass and OatMethod immutable once more. by Ian Rogers · 10 years ago