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