1. ba9388c ARM64: Avoid the duplication of condition codes. by Alexandre Rames · 10 years ago
  2. 21106bc Merge "ART: Add dex dependency for gtest" by Andreas Gampe · 10 years ago
  3. 0eca41f Merge "Fix signal test build" by Dave Allison · 10 years ago
  4. c0e3660 Fix signal test build by Dave Allison · 10 years ago
  5. ac01b9f Merge "Add supported architectures to signal test." by Dave Allison · 10 years ago
  6. c0e3645 Merge "Fix fault handler to unregister on shutdown" by Dave Allison · 10 years ago
  7. 1a04fcd Merge "Remove profiler log line" by Dave Allison · 10 years ago
  8. 0ff21b1 ART: Add dex dependency for gtest by Andreas Gampe · 10 years ago
  9. 20acd5b Merge "ART: Remove a BasicBlock's fall_through pointer in Hide()" by Ian Rogers · 10 years ago
  10. 0616b6c Merge "Avoid handle-less fields in ClassLinker::InitializeClass()" by Hiroshi Yamauchi · 10 years ago
  11. b289d2c Merge "ART: Implement kMirOpNullCheck" by Ian Rogers · 10 years ago
  12. 67ef46a Avoid handle-less fields in ClassLinker::InitializeClass() by Hiroshi Yamauchi · 10 years ago
  13. 5959558 Merge "Make a couple of map checks debug only." by Brian Carlstrom · 10 years ago
  14. 759a77d Merge "Fix host 64-bit ISA string" by Andreas Gampe · 10 years ago
  15. 60ffbca Fix host 64-bit ISA string by Alex Light · 10 years ago
  16. b89c3da Make a couple of map checks debug only. by Narayan Kamath · 10 years ago
  17. ca0ceb0 Merge "ART: Remove GOT setup from x86 assembly where not needed" by Andreas Gampe · 10 years ago
  18. 8d98ac6 ART: Remove GOT setup from x86 assembly where not needed by Andreas Gampe · 10 years ago
  19. 1f8ef6f Fix fault handler to unregister on shutdown by Dave Allison · 10 years ago
  20. 3d95001 Merge "ART: A couple of checks were missed in class LockWord" by Ian Rogers · 10 years ago
  21. 49ddae7 Add supported architectures to signal test. by Dave Allison · 10 years ago
  22. 69f22cf Remove profiler log line by Dave Allison · 10 years ago
  23. 00b3024 Merge "x86: A couple of minor changes for String.indexOf() inlining" by Ian Rogers · 10 years ago
  24. 7a9bbc5 Merge "ART: Fix verifier fail message." by Ian Rogers · 10 years ago
  25. 0440199 Merge "Fix OOM test case to handle more optimizations" by Ian Rogers · 10 years ago
  26. 688d4a4 Merge "Check pending exception result in AllocObjectWithAllocator." by Mathieu Chartier · 10 years ago
  27. 8e70519 Check pending exception result in AllocObjectWithAllocator. by Mathieu Chartier · 10 years ago
  28. dffe276 Merge "Fixed wrong field usage in Instrumentation::RemoveListener" by Sebastien Hertz · 10 years ago
  29. 6644521 Fixed wrong field usage in Instrumentation::RemoveListener by Daniel Mihalyi · 10 years ago
  30. 4e3cfef Merge "Kill HAVE_ANDROID_PTHREAD_SETNAME_NP." by Elliott Hughes · 10 years ago
  31. 49e36ec Kill HAVE_ANDROID_PTHREAD_SETNAME_NP. by Elliott Hughes · 10 years ago
  32. 92502ab Merge "ART: Relax GetInstructionSetFromString" by Andreas Gampe · 10 years ago
  33. f588b50 ART: Remove a BasicBlock's fall_through pointer in Hide() by Jean Christophe Beyler · 10 years ago
  34. 20c8930 ART: Relax GetInstructionSetFromString by Andreas Gampe · 10 years ago
  35. e7f5428 Merge "Make common BitVector operations inline-able." by Ian Rogers · 10 years ago
  36. e77493c Make common BitVector operations inline-able. by Ian Rogers · 10 years ago
  37. 69d848e Merge "bionic has always had gettid." by Elliott Hughes · 10 years ago
  38. 323aa86 bionic has always had gettid. by Elliott Hughes · 10 years ago
  39. 7642324 ART: Implement kMirOpNullCheck by Razvan A Lupusoru · 10 years ago
  40. 07277a7 Merge "Enable large object space for zygote." by Mathieu Chartier · 10 years ago
  41. e4cab17 Enable large object space for zygote. by Mathieu Chartier · 10 years ago
  42. 41cba7c Merge "Quick compiler: fix Arm64 inline locking code" by buzbee · 10 years ago
  43. 5d13f12 Quick compiler: fix Arm64 inline locking code by buzbee · 10 years ago
  44. 10dac8e Merge "Merge stack usage reduction for overflow checks" by Dave Allison · 10 years ago
  45. b090a18 Merge stack usage reduction for overflow checks by Dave Allison · 10 years ago
  46. 8ed2e70 Fix OOM test case to handle more optimizations by Mark Mendell · 10 years ago
  47. 7df1754 Merge "Really fix target gtest dependencies" by Brian Carlstrom · 10 years ago
  48. deb6fe2 Really fix target gtest dependencies by Brian Carlstrom · 10 years ago
  49. 3ea69c0 AttachCurrentThread should only warn on missing thread name if CheckJNI is enabled. by Brian Carlstrom · 10 years ago
  50. 7968bfc Merge "AttachCurrentThread should only warn on missing thread name if CheckJNI is enabled." by Brian Carlstrom · 10 years ago
  51. 78480ec ART: Fix verifier fail message. by Elena Sayapina · 10 years ago
  52. 4efefc3 Merge "Improve GVN performance when merging null-checked values." by Vladimir Marko · 10 years ago
  53. 2d2365c Improve GVN performance when merging null-checked values. by Vladimir Marko · 10 years ago
  54. 75dd988 Merge "Fix JDWP event races" by Sebastien Hertz · 10 years ago
  55. c6345ef Fix JDWP event races by Sebastien Hertz · 10 years ago
  56. 562f0ef Merge "Fix heap corruption and verification." by Mathieu Chartier · 10 years ago
  57. d35326f Fix heap corruption and verification. by Mathieu Chartier · 10 years ago
  58. 9be4be5 Merge "AArch64: Add tbz/tbnz and tst." by Vladimir Marko · 10 years ago
  59. 5d7cdec AArch64: Add tbz/tbnz and tst. by Zheng Xu · 10 years ago
  60. 72b51c6 Merge "X86: Fix alias info in GenInlinedIndexOf()." by Vladimir Marko · 10 years ago
  61. 74de63b X86: Fix alias info in GenInlinedIndexOf(). by Vladimir Marko · 10 years ago
  62. 418a698 Merge "Fix bug introduced in https://android-review.googlesource.com/102610." by Nicolas Geoffray · 10 years ago
  63. 4361bef Fix bug introduced in https://android-review.googlesource.com/102610. by Nicolas Geoffray · 10 years ago
  64. 192da56 Merge "Add null check to CheckVirtualMethod" by Mathieu Chartier · 10 years ago
  65. a1e78fa Add null check to CheckVirtualMethod by Mathieu Chartier · 10 years ago
  66. 7b6f8d2 Merge "Workaround problem reading main stack on intel devices." by Dave Allison · 10 years ago
  67. 216cf23 Workaround problem reading main stack on intel devices. by Dave Allison · 10 years ago
  68. 506a79f Merge "Optimized instrumentation listener handling" by Ian Rogers · 10 years ago
  69. ca1d06c Optimized instrumentation listener handling by Daniel Mihalyi · 10 years ago
  70. 76bc718 Merge "[MIPS] Fix the code generated by GenSelectConst32" by Andreas Gampe · 10 years ago
  71. 90b180e Merge "ART: Do not recursively abort when visiting locks in a bad state" by Andreas Gampe · 10 years ago
  72. 956a522 ART: Do not recursively abort when visiting locks in a bad state by Andreas Gampe · 10 years ago
  73. 9d352c0 Merge "ART: Avoid expensive class lookup in compiler driver" by Andreas Gampe · 10 years ago
  74. e98c889 ART: Avoid expensive class lookup in compiler driver by Andreas Gampe · 10 years ago
  75. 7628848 Merge "Update ziparchive usage to the new API." by Piotr Jastrzebski · 10 years ago
  76. 92fd388 Merge "Check that we don't accidentally invoke compiled code when -Xint." by Hiroshi Yamauchi · 10 years ago
  77. 9bdec88 Check that we don't accidentally invoke compiled code when -Xint. by Hiroshi Yamauchi · 10 years ago
  78. ed9fe4f Merge "Avoid handle-less methods in ClassLinker::LinkInterfaceMethods()." by Hiroshi Yamauchi · 10 years ago
  79. 41369d2 Avoid handle-less methods in ClassLinker::LinkInterfaceMethods(). by Hiroshi Yamauchi · 10 years ago
  80. 40be3b8 Merge "Make apps able to run with a failing patchoat" by Brian Carlstrom · 10 years ago
  81. 9dcc457 Make apps able to run with a failing patchoat by Alex Light · 10 years ago
  82. 57101be Merge "ART: Fix ARM invoke stub, run Generic JNI in jni_compiler_test" by Andreas Gampe · 10 years ago
  83. 6e49869 ART: Fix ARM invoke stub, run Generic JNI in jni_compiler_test by Andreas Gampe · 10 years ago
  84. e30100f Merge "ART: Set default visibility to protected" by Andreas Gampe · 10 years ago
  85. 29b3841 ART: Set default visibility to protected by Andreas Gampe · 10 years ago
  86. fd5a3f7 Merge "ART: More failure output on run-test" by Andreas Gampe · 10 years ago
  87. 907b699 ART: More failure output on run-test by Andreas Gampe · 10 years ago
  88. 82771c0 Merge "Check for constructor first when installing tracing stubs." by Jeff Hao · 10 years ago
  89. 5680277 Check for constructor first when installing tracing stubs. by Jeff Hao · 10 years ago
  90. aa1ed01 Merge "ART source line debug info in OAT files" by Ian Rogers · 10 years ago
  91. e3ea838 ART source line debug info in OAT files by Yevgeny Rouban · 10 years ago
  92. c28d8a6 Merge "x86_64: Use RegClassBySize() for field accesses" by Ian Rogers · 10 years ago
  93. 9dcf75c Merge "Make gdb fixup work with multiple DWARF Compilation Units" by Brian Carlstrom · 10 years ago
  94. 2b2148e Merge "Tidy up monitor comments." by Ian Rogers · 10 years ago
  95. 0ef3bd2 Tidy up monitor comments. by Ian Rogers · 10 years ago
  96. d338ae0 Make gdb fixup work with multiple DWARF Compilation Units by Alex Light · 10 years ago
  97. d57a84a Update ziparchive usage to the new API. by Piotr Jastrzebski · 10 years ago
  98. 08f8d4c [MIPS] Fix the code generated by GenSelectConst32 by Raghu Gandham · 10 years ago
  99. ee736b2 Merge "Make Monitor::Wait more robust to spurious Inflate failures." by Ian Rogers · 10 years ago
  100. 43c69cc Make Monitor::Wait more robust to spurious Inflate failures. by Ian Rogers · 10 years ago