1. bf99f77 Clean up Handle usage. by Mathieu Chartier · 10 years ago
  2. 762f0a5 Merge "ART: Clean up compiler" by Andreas Gampe · 10 years ago
  3. 53c913b ART: Clean up compiler by Andreas Gampe · 10 years ago
  4. e6916c4 Merge "Add fallback for non moving space being full." by Mathieu Chartier · 10 years ago
  5. 6a7824d Add fallback for non moving space being full. by Mathieu Chartier · 10 years ago
  6. e18aa43 Merge "ART: Support MIRGraph constant interface" by Ian Rogers · 10 years ago
  7. d04d309 ART: Support MIRGraph constant interface by Razvan A Lupusoru · 10 years ago
  8. 02cdc91 Merge "Using the correct time for wait_start_ms when lock contention logging is enabled" by Ian Rogers · 10 years ago
  9. 65282b2 Using the correct time for wait_start_ms when lock contention logging is enabled by Xin Guan · 10 years ago
  10. 1dbc3a9 Merge "ART: Reject field accesses to non-reference vregs." by Andreas Gampe · 10 years ago
  11. 695c598 ART: Reject field accesses to non-reference vregs. by Stephen Kyle · 10 years ago
  12. 19c62d5 Merge "Handlerize MethodVerifier::mirror_method_." by Hiroshi Yamauchi · 10 years ago
  13. dc37617 Handlerize MethodVerifier::mirror_method_. by Hiroshi Yamauchi · 10 years ago
  14. 8e46772 Merge "Fix testing wrong variable for non zygote." by Mathieu Chartier · 10 years ago
  15. 0deeb81 Fix testing wrong variable for non zygote. by Mathieu Chartier · 10 years ago
  16. 6a56654 Merge "Always setup the native bridge library" by Calin Juravle · 10 years ago
  17. a68629e Always setup the native bridge library by Calin Juravle · 10 years ago
  18. a37ad7a Merge "GetDalvikDisassembly should work even without SSA info" by Ian Rogers · 10 years ago
  19. 954c7ea Merge "ART: Fix frontend to allow possibility of multiple code units" by Ian Rogers · 10 years ago
  20. 64d9da0 Merge "ARM64: Avoid the duplication of condition codes." by Ian Rogers · 10 years ago
  21. 651c967 Merge "AArch64: Improve MIR to LIR translation for abs" by Ian Rogers · 10 years ago
  22. ba9388c ARM64: Avoid the duplication of condition codes. by Alexandre Rames · 10 years ago
  23. 21106bc Merge "ART: Add dex dependency for gtest" by Andreas Gampe · 10 years ago
  24. 0eca41f Merge "Fix signal test build" by Dave Allison · 10 years ago
  25. c0e3660 Fix signal test build by Dave Allison · 10 years ago
  26. ac01b9f Merge "Add supported architectures to signal test." by Dave Allison · 10 years ago
  27. c0e3645 Merge "Fix fault handler to unregister on shutdown" by Dave Allison · 10 years ago
  28. 1a04fcd Merge "Remove profiler log line" by Dave Allison · 10 years ago
  29. 0ff21b1 ART: Add dex dependency for gtest by Andreas Gampe · 10 years ago
  30. 20acd5b Merge "ART: Remove a BasicBlock's fall_through pointer in Hide()" by Ian Rogers · 10 years ago
  31. 0616b6c Merge "Avoid handle-less fields in ClassLinker::InitializeClass()" by Hiroshi Yamauchi · 10 years ago
  32. b289d2c Merge "ART: Implement kMirOpNullCheck" by Ian Rogers · 10 years ago
  33. 67ef46a Avoid handle-less fields in ClassLinker::InitializeClass() by Hiroshi Yamauchi · 10 years ago
  34. 5959558 Merge "Make a couple of map checks debug only." by Brian Carlstrom · 10 years ago
  35. 759a77d Merge "Fix host 64-bit ISA string" by Andreas Gampe · 10 years ago
  36. 60ffbca Fix host 64-bit ISA string by Alex Light · 10 years ago
  37. b89c3da Make a couple of map checks debug only. by Narayan Kamath · 10 years ago
  38. ca0ceb0 Merge "ART: Remove GOT setup from x86 assembly where not needed" by Andreas Gampe · 10 years ago
  39. 8d98ac6 ART: Remove GOT setup from x86 assembly where not needed by Andreas Gampe · 10 years ago
  40. 1f8ef6f Fix fault handler to unregister on shutdown by Dave Allison · 10 years ago
  41. 3d95001 Merge "ART: A couple of checks were missed in class LockWord" by Ian Rogers · 10 years ago
  42. 49ddae7 Add supported architectures to signal test. by Dave Allison · 10 years ago
  43. 69f22cf Remove profiler log line by Dave Allison · 10 years ago
  44. 00b3024 Merge "x86: A couple of minor changes for String.indexOf() inlining" by Ian Rogers · 10 years ago
  45. 7a9bbc5 Merge "ART: Fix verifier fail message." by Ian Rogers · 10 years ago
  46. 0440199 Merge "Fix OOM test case to handle more optimizations" by Ian Rogers · 10 years ago
  47. 688d4a4 Merge "Check pending exception result in AllocObjectWithAllocator." by Mathieu Chartier · 10 years ago
  48. 8e70519 Check pending exception result in AllocObjectWithAllocator. by Mathieu Chartier · 10 years ago
  49. dffe276 Merge "Fixed wrong field usage in Instrumentation::RemoveListener" by Sebastien Hertz · 10 years ago
  50. 6644521 Fixed wrong field usage in Instrumentation::RemoveListener by Daniel Mihalyi · 10 years ago
  51. 0f3e498 GetDalvikDisassembly should work even without SSA info by Serguei Katkov · 10 years ago
  52. 4e3cfef Merge "Kill HAVE_ANDROID_PTHREAD_SETNAME_NP." by Elliott Hughes · 10 years ago
  53. 49e36ec Kill HAVE_ANDROID_PTHREAD_SETNAME_NP. by Elliott Hughes · 10 years ago
  54. 92502ab Merge "ART: Relax GetInstructionSetFromString" by Andreas Gampe · 10 years ago
  55. f588b50 ART: Remove a BasicBlock's fall_through pointer in Hide() by Jean Christophe Beyler · 10 years ago
  56. 20c8930 ART: Relax GetInstructionSetFromString by Andreas Gampe · 10 years ago
  57. e7f5428 Merge "Make common BitVector operations inline-able." by Ian Rogers · 10 years ago
  58. e77493c Make common BitVector operations inline-able. by Ian Rogers · 10 years ago
  59. 69d848e Merge "bionic has always had gettid." by Elliott Hughes · 10 years ago
  60. 323aa86 bionic has always had gettid. by Elliott Hughes · 10 years ago
  61. 09ae022 ART: Fix frontend to allow possibility of multiple code units by Razvan A Lupusoru · 10 years ago
  62. 7642324 ART: Implement kMirOpNullCheck by Razvan A Lupusoru · 10 years ago
  63. 9a8a506 AArch64: Improve MIR to LIR translation for abs by Martyn Capewell · 10 years ago
  64. 07277a7 Merge "Enable large object space for zygote." by Mathieu Chartier · 10 years ago
  65. e4cab17 Enable large object space for zygote. by Mathieu Chartier · 10 years ago
  66. 41cba7c Merge "Quick compiler: fix Arm64 inline locking code" by buzbee · 10 years ago
  67. 5d13f12 Quick compiler: fix Arm64 inline locking code by buzbee · 10 years ago
  68. 10dac8e Merge "Merge stack usage reduction for overflow checks" by Dave Allison · 10 years ago
  69. b090a18 Merge stack usage reduction for overflow checks by Dave Allison · 10 years ago
  70. 8ed2e70 Fix OOM test case to handle more optimizations by Mark Mendell · 10 years ago
  71. 7df1754 Merge "Really fix target gtest dependencies" by Brian Carlstrom · 10 years ago
  72. deb6fe2 Really fix target gtest dependencies by Brian Carlstrom · 10 years ago
  73. 3ea69c0 AttachCurrentThread should only warn on missing thread name if CheckJNI is enabled. by Brian Carlstrom · 10 years ago
  74. 7968bfc Merge "AttachCurrentThread should only warn on missing thread name if CheckJNI is enabled." by Brian Carlstrom · 10 years ago
  75. 78480ec ART: Fix verifier fail message. by Elena Sayapina · 10 years ago
  76. 4efefc3 Merge "Improve GVN performance when merging null-checked values." by Vladimir Marko · 10 years ago
  77. 2d2365c Improve GVN performance when merging null-checked values. by Vladimir Marko · 10 years ago
  78. 75dd988 Merge "Fix JDWP event races" by Sebastien Hertz · 10 years ago
  79. c6345ef Fix JDWP event races by Sebastien Hertz · 10 years ago
  80. 562f0ef Merge "Fix heap corruption and verification." by Mathieu Chartier · 10 years ago
  81. d35326f Fix heap corruption and verification. by Mathieu Chartier · 10 years ago
  82. 9be4be5 Merge "AArch64: Add tbz/tbnz and tst." by Vladimir Marko · 10 years ago
  83. 5d7cdec AArch64: Add tbz/tbnz and tst. by Zheng Xu · 10 years ago
  84. 72b51c6 Merge "X86: Fix alias info in GenInlinedIndexOf()." by Vladimir Marko · 10 years ago
  85. 74de63b X86: Fix alias info in GenInlinedIndexOf(). by Vladimir Marko · 10 years ago
  86. 418a698 Merge "Fix bug introduced in https://android-review.googlesource.com/102610." by Nicolas Geoffray · 10 years ago
  87. 4361bef Fix bug introduced in https://android-review.googlesource.com/102610. by Nicolas Geoffray · 10 years ago
  88. 192da56 Merge "Add null check to CheckVirtualMethod" by Mathieu Chartier · 10 years ago
  89. a1e78fa Add null check to CheckVirtualMethod by Mathieu Chartier · 10 years ago
  90. 7b6f8d2 Merge "Workaround problem reading main stack on intel devices." by Dave Allison · 10 years ago
  91. 216cf23 Workaround problem reading main stack on intel devices. by Dave Allison · 10 years ago
  92. 506a79f Merge "Optimized instrumentation listener handling" by Ian Rogers · 10 years ago
  93. ca1d06c Optimized instrumentation listener handling by Daniel Mihalyi · 10 years ago
  94. 76bc718 Merge "[MIPS] Fix the code generated by GenSelectConst32" by Andreas Gampe · 10 years ago
  95. 90b180e Merge "ART: Do not recursively abort when visiting locks in a bad state" by Andreas Gampe · 10 years ago
  96. 956a522 ART: Do not recursively abort when visiting locks in a bad state by Andreas Gampe · 10 years ago
  97. 9d352c0 Merge "ART: Avoid expensive class lookup in compiler driver" by Andreas Gampe · 10 years ago
  98. e98c889 ART: Avoid expensive class lookup in compiler driver by Andreas Gampe · 10 years ago
  99. 7628848 Merge "Update ziparchive usage to the new API." by Piotr Jastrzebski · 10 years ago
  100. 92fd388 Merge "Check that we don't accidentally invoke compiled code when -Xint." by Hiroshi Yamauchi · 10 years ago