1. ec2522d ART: Refactor ClassJoin code am: 5dfbe7ae9e by Andreas Gampe · 6 years ago
  2. dec4e06 ART: Ensure SlowDebug is enabled in all gtests am: 591b1d2629 by Andreas Gampe · 6 years ago
  3. fcb61db ART: Use memoization for type id table check am: 5254d6f23d by Andreas Gampe · 6 years ago
  4. 5441400 ART: Cache type index validity am: c4a546c9a8 by Andreas Gampe · 6 years ago
  5. 5dfbe7a ART: Refactor ClassJoin code by Andreas Gampe · 6 years ago
  6. 591b1d2 ART: Ensure SlowDebug is enabled in all gtests by Andreas Gampe · 6 years ago
  7. 5254d6f ART: Use memoization for type id table check by Andreas Gampe · 6 years ago
  8. c4a546c ART: Cache type index validity by Andreas Gampe · 6 years ago
  9. 3bee8c9 Fix host_bcp.sh after output layout changes. am: 7107e8c397 by Vladimir Marko · 6 years ago
  10. e3eee57 Add a stress test for notifyStartupCompleted am: 03625446dd by Mathieu Chartier · 6 years ago
  11. da34723 Add `libcore.libcore.internal` tests to the ART Libcore test suite. by Roland Levillain · 6 years ago
  12. 7107e8c Fix host_bcp.sh after output layout changes. by Vladimir Marko · 6 years ago
  13. 0362544 Add a stress test for notifyStartupCompleted by Mathieu Chartier · 6 years ago
  14. 9b41e95 Add `libcore.libcore.internal` tests to the ART Libcore test suite. by Roland Levillain · 6 years ago
  15. 5e8d4cb Retry cache flushes on ARMv7 devices am: aeb0223f14 by Orion Hodson · 6 years ago
  16. aeb0223 Retry cache flushes on ARMv7 devices by Orion Hodson · 6 years ago
  17. ce31240 Make the JIT zygote memory shared. am: 05f87217dd by Nicolas Geoffray · 6 years ago
  18. 05f8721 Make the JIT zygote memory shared. by Nicolas Geoffray · 6 years ago
  19. dec7676 Switch-interpreter: Refactor exception handling. am: 8d335b61d6 by David Srbecky · 6 years ago
  20. 8d335b6 Switch-interpreter: Refactor exception handling. by David Srbecky · 6 years ago
  21. 4ad1c2e Tests for Invariant Loops am: 41249cd548 by anuvarsh · 6 years ago
  22. 41249cd Tests for Invariant Loops by anuvarsh · 6 years ago
  23. bb0bd15 Add 122-npe to knownfailures on debuggable jit-on-first-use am: 5be5260cfe by Alex Light · 6 years ago
  24. 5be5260 Add 122-npe to knownfailures on debuggable jit-on-first-use by Alex Light · 6 years ago
  25. 81484c2 Correct Indicies -> Indices am: 1e52a07b4d by Alex Light · 6 years ago
  26. 1a1e24f Add `libcore.javax.net` tests to the ART Libcore test suite. am: e0ce8bf743 by Roland Levillain · 6 years ago
  27. 1e52a07 Correct Indicies -> Indices by Alex Light · 6 years ago
  28. e0ce8bf Add `libcore.javax.net` tests to the ART Libcore test suite. by Roland Levillain · 6 years ago
  29. 8f99ff3 Tests for Inlining Optimization am: 04968fafac by anuvarsh · 6 years ago
  30. 04968fa Tests for Inlining Optimization by anuvarsh · 6 years ago
  31. 5993b80 Set `ANDROID_RUNTIME_ROOT` in `tools/run-gtests.sh`. am: 7d94aa16f9 by Roland Levillain · 6 years ago
  32. 7d94aa1 Set `ANDROID_RUNTIME_ROOT` in `tools/run-gtests.sh`. by Roland Levillain · 6 years ago
  33. 09e8836 Stack walk: Cache CodeInfo and StackMap for current PC. am: 145a18a377 by David Srbecky · 6 years ago
  34. e1d628a Refactor `native_shared_libs` in `com.android.runtime-defaults`. am: 89867bf127 by Roland Levillain · 6 years ago
  35. 145a18a Stack walk: Cache CodeInfo and StackMap for current PC. by David Srbecky · 6 years ago
  36. 89867bf Refactor `native_shared_libs` in `com.android.runtime-defaults`. by Roland Levillain · 6 years ago
  37. 63c221c Add InvocationTargetException to Wellknownclasses am: f284a2d185 by Alex Light · 6 years ago
  38. f284a2d Add InvocationTargetException to Wellknownclasses by Alex Light · 6 years ago
  39. 7665c2f Move code writing to data portion of the JIT cache in JitMemoryRegion. by Nicolas Geoffray · 6 years ago
  40. 00a37ff Move code writing to data portion of the JIT cache in JitMemoryRegion. by Nicolas Geoffray · 6 years ago
  41. aeed5cc Stack maps: Micro-optimize ReadInterleavedVarints am: 6c0c7c8226 by David Srbecky · 6 years ago
  42. 0340037 Add `libcore.build` tests to the ART Libcore test suite. am: 9e18907c67 by Roland Levillain · 6 years ago
  43. 5f8cb04 Add more tools to the Debug and Host Runtime APEXes. am: 6dd6212f74 by Roland Levillain · 6 years ago
  44. e83f228 Use flattened Runtime APEX contents in ART chroot-based device testing. by Roland Levillain · 6 years ago
  45. 76e08ea Consolidate SAD tests. am: 2c029f35ee by Vladimir Marko · 6 years ago
  46. 703d65b GetCanonicalMethod should handle miranda methods. am: fd4a79c566 by Alex Light · 6 years ago
  47. 6c0c7c8 Stack maps: Micro-optimize ReadInterleavedVarints by David Srbecky · 6 years ago
  48. 9e18907 Add `libcore.build` tests to the ART Libcore test suite. by Roland Levillain · 6 years ago
  49. 6dd6212 Add more tools to the Debug and Host Runtime APEXes. by Roland Levillain · 6 years ago
  50. 72f6774 Use flattened Runtime APEX contents in ART chroot-based device testing. by Roland Levillain · 6 years ago
  51. 2c029f3 Consolidate SAD tests. by Vladimir Marko · 6 years ago
  52. fd4a79c GetCanonicalMethod should handle miranda methods. by Alex Light · 6 years ago
  53. b4fc783 Add `libcore.android.system` tests to the ART Libcore test suite. am: d2f8ce109d by Roland Levillain · 6 years ago
  54. d2f8ce1 Add `libcore.android.system` tests to the ART Libcore test suite. by Roland Levillain · 6 years ago
  55. 447d6c7 Consolidate SIMD SAD tests. am: e8ad48f7ec by Vladimir Marko · 6 years ago
  56. 5575a1a Consolidate SIMD hadd tests. am: d935af9786 by Vladimir Marko · 6 years ago
  57. be226af Consolidate SIMD tests. am: 6390c90291 by Vladimir Marko · 6 years ago
  58. a312e0e Abort transaction before finalizable allocation... am: 64b56033c5 by Vladimir Marko · 6 years ago
  59. 8ae4115 Delete global ref created for the JitProfileTask. am: f5a07ae078 by Nicolas Geoffray · 6 years ago
  60. 7f334a2 Remove useless ScopedCodeCacheWrite calls. am: a61dbc078a by Nicolas Geoffray · 6 years ago
  61. e8ad48f Consolidate SIMD SAD tests. by Vladimir Marko · 6 years ago
  62. d935af9 Consolidate SIMD hadd tests. by Vladimir Marko · 6 years ago
  63. 6390c90 Consolidate SIMD tests. by Vladimir Marko · 6 years ago
  64. 64b5603 Abort transaction before finalizable allocation... by Vladimir Marko · 6 years ago
  65. f5a07ae Delete global ref created for the JitProfileTask. by Nicolas Geoffray · 6 years ago
  66. a61dbc0 Remove useless ScopedCodeCacheWrite calls. by Nicolas Geoffray · 6 years ago
  67. e8cbc59 Refactor 904 for safety am: 9d3b5ec3bf by Alex Light · 6 years ago
  68. cf9f80e Limit test 1941 to 100000 iterations am: 34f3179392 by Alex Light · 6 years ago
  69. 355c6ef ART: Dump class initialization stats durig SIGQUIT am: 9b7f8b5e6d by Andreas Gampe · 6 years ago
  70. 1b52b85 ART: Reset stats after fork am: 9c87c02437 by Andreas Gampe · 6 years ago
  71. 3f38c84 Add `libcore.sun.*` tests to the ART Libcore test suite. am: c0ce3d520e by Roland Levillain · 6 years ago
  72. d4b6514 Prepare target testing device setup for the move to the Runtime APEX. by Roland Levillain · 6 years ago
  73. 86cfc33 Revert^2 "Stack maps: Interleave consecutive varints." am: 6c4ec5c155 by David Srbecky · 6 years ago
  74. 68f00c3 Move JIT code allocation to JitMemoryRegion. am: 349845ae9c by Nicolas Geoffray · 6 years ago
  75. 9d3b5ec Refactor 904 for safety by Alex Light · 6 years ago
  76. 34f3179 Limit test 1941 to 100000 iterations by Alex Light · 6 years ago
  77. 9b7f8b5 ART: Dump class initialization stats durig SIGQUIT by Andreas Gampe · 6 years ago
  78. 9c87c02 ART: Reset stats after fork by Andreas Gampe · 6 years ago
  79. c0ce3d5 Add `libcore.sun.*` tests to the ART Libcore test suite. by Roland Levillain · 6 years ago
  80. 0f9823e Prepare target testing device setup for the move to the Runtime APEX. by Roland Levillain · 6 years ago
  81. 6c4ec5c Revert^2 "Stack maps: Interleave consecutive varints." by David Srbecky · 6 years ago
  82. 349845a Move JIT code allocation to JitMemoryRegion. by Nicolas Geoffray · 6 years ago
  83. 2445d71 Revert "Stack maps: Interleave consecutive varints." am: 1b2a49b7ab by Raylin Hsu · 6 years ago
  84. 1b2a49b Revert "Stack maps: Interleave consecutive varints." by Raylin Hsu · 6 years ago
  85. 8955b33 Stack maps: Interleave consecutive varints. am: a2b34561a7 by David Srbecky · 6 years ago
  86. a2b3456 Stack maps: Interleave consecutive varints. by David Srbecky · 6 years ago
  87. 0abac19 Document all logging tags. am: 34087c1047 by Martin Stjernholm · 6 years ago
  88. 34087c1 Document all logging tags. by Martin Stjernholm · 6 years ago
  89. f9fb637 Remove unnecessary files from target test env am: f8528fae3c by Neil Fuller · 6 years ago
  90. f8528fa Remove unnecessary files from target test env by Neil Fuller · 6 years ago
  91. 0f223a5 Use builtin bpfmt preupload check am: 1cf31fe277 by Paul Duffin · 6 years ago
  92. 1cf31fe Use builtin bpfmt preupload check by Paul Duffin · 6 years ago
  93. a6c3de9 Add errno message in RemapAtEnd error. am: 1dd670c0fa by Nicolas Geoffray · 6 years ago
  94. 1dd670c Add errno message in RemapAtEnd error. by Nicolas Geoffray · 6 years ago
  95. 093d123 Test for loop optimization am: 4cd5411c1e by anuvarsh · 6 years ago
  96. 4cd5411 Test for loop optimization by anuvarsh · 6 years ago
  97. 3086a13 ART: Preallocate offset map am: b11d521ed0 by Andreas Gampe · 6 years ago
  98. b11d521 ART: Preallocate offset map by Andreas Gampe · 6 years ago
  99. f1c6def For 32-bit ARM devices align method headers and code to 64-byte boundaries. by Orion Hodson · 6 years ago
  100. 521ff98 For 32-bit ARM devices align method headers and code to 64-byte boundaries. by Orion Hodson · 6 years ago