1. 0c89d57 Prevent art module types being used outside art by Paul Duffin · 5 years ago
  2. 5e33ccd Don't force-allocate a profiling info when we cannot. by Nicolas Geoffray · 5 years ago
  3. 4b3946a Remove small and tiny method options by Mathieu Chartier · 5 years ago
  4. 50bc8fb Remove ShadowFrame::dex_pc_ (but keep dex_pc_ptr_) by David Srbecky · 5 years ago
  5. 8c34452 Add 689-zygote-jit-deopt as knownfailure while investigating. by Nicolas Geoffray · 5 years ago
  6. 1aff1ef Clean up retrieving boot image address range. by Vladimir Marko · 5 years ago
  7. c1b34d4 Disable JNI native whitelist check by Orion Hodson · 5 years ago
  8. f5e3c66 ART: Use bitset in dex file verifier by Andreas Gampe · 5 years ago
  9. 4d6ca2e Deterministic VerifierDeps::Dump(). by Vladimir Marko · 5 years ago
  10. af213cc Fix ClearEntryPointsInZygoteExecSpace. by Nicolas Geoffray · 5 years ago
  11. 0cc6a82 Set `ANDROID_TZDATA_ROOT` to the TZ Data APEX in `tools/run-gtests.sh`. by Roland Levillain · 5 years ago
  12. 4d71e55 Remove ShadowFrame::HasReferenceArray() by David Srbecky · 5 years ago
  13. e2d24be Simplify ImageWriter::IsInBootImage. by Vladimir Marko · 5 years ago
  14. 714fad6 Delete tasks when deleting a thread pool. by Nicolas Geoffray · 5 years ago
  15. 21c4898 Add Runner for field-count agent by Alex Light · 5 years ago
  16. b06e0ad Add `libcore.java.awt` tests to the ART Libcore test suite. by Roland Levillain · 5 years ago
  17. 2f1e8f8 Use flattened Time Zone Data APEX contents in ART chroot-based device testing. by Roland Levillain · 5 years ago
  18. 6740404 Disable dexdiag_test on fugu. by Nicolas Geoffray · 5 years ago
  19. e107037 Clean up collecting app image string references. by Vladimir Marko · 5 years ago
  20. 05b41c4 Prepare for sharing JIT code after fork. by Nicolas Geoffray · 5 years ago
  21. 3a614ea Add more tests around JitMemoryRegion. by Nicolas Geoffray · 5 years ago
  22. 1be9c72 Disable opaque JNI Ids for now. by Nicolas Geoffray · 5 years ago
  23. 3768276 Allow explicit blacklisting with maxTargetSdk=0. by Mathew Inwood · 5 years ago
  24. 0d4567f Stack maps: Refactor constructors. by David Srbecky · 5 years ago
  25. cc08c50 ART: Restyle VerifyError by Andreas Gampe · 5 years ago
  26. b839fbb ART: Allow arbitrary "expression" in generate_operator_out.py by Andreas Gampe · 5 years ago
  27. 2ad19bc ART: Refactor generate_operator_out.py by Andreas Gampe · 5 years ago
  28. d3b06eb ART: Run autopep8 on generate_operator_out.py by Andreas Gampe · 5 years ago
  29. 43884b2 ART: Coalesce verifier flags into bit struct by Andreas Gampe · 5 years ago
  30. f68b698 Remove dex2oat image-classes support by Mathieu Chartier · 5 years ago
  31. 00b831e adbconnection: add libadbconnection_server. by Josh Gao · 5 years ago
  32. f8a3306 Add libfieldcount jvmti agent by Alex Light · 5 years ago
  33. 79d6c80 Revert^2 "Support using opaque JNI ids" by Alex Light · 5 years ago
  34. 01fbfbe Avoid useless EncodeArtMethod followed by DecodeArtMethod by Alex Light · 5 years ago
  35. 88f3fd9 jitzygote: madvise DONTFORK on writable shared region. by Nicolas Geoffray · 5 years ago
  36. 64f1f1f Do not copy finalizer references to app image. by Vladimir Marko · 5 years ago
  37. ad82a81 Add `libcore.xml` tests to the ART Libcore test suite. by Roland Levillain · 5 years ago
  38. 025bba4 Stack maps: Micro-optimize LoadBits by David Srbecky · 5 years ago
  39. 91d772f Move libartimagevalues from frameworks/native by Paul Duffin · 5 years ago
  40. ac933ed Create a dual view for zygote data cache. by Nicolas Geoffray · 5 years ago
  41. a48c3df Revert "Revert "Make the JIT zygote memory shared."" by Nicolas Geoffray · 5 years ago
  42. 1459929 ART: Change unordered_set to HashSet by Andreas Gampe · 5 years ago
  43. eaa8441 Clean up bin offset assignment in ImageWriter. by Vladimir Marko · 5 years ago
  44. 719de43 Enable gofmt preupload check by Paul Duffin · 5 years ago
  45. e764f38 Remove unnecessary cache alignment fixes by Orion Hodson · 5 years ago
  46. f90c406 Require publicAlternatives for APIs on max-sdk-q by Andrei Onea · 5 years ago
  47. 673bd50 Tests for Load Hoist Store Sink by anuvarsh · 5 years ago
  48. ee1f126 Fix search for implicit null check. by Vladimir Marko · 5 years ago
  49. da5e041 Add `libcore.libcore.timezone` tests to the ART Libcore test suite. by Roland Levillain · 5 years ago
  50. 31c3daa GC-independent image layout. by Vladimir Marko · 5 years ago
  51. b476a29 Revert "Support using opaque JNI ids" by Nicolas Geoffray · 5 years ago
  52. 3b29053 Revert "Make sure to delete jni_id_manager_ on shutdown." by Nicolas Geoffray · 5 years ago
  53. 814a80f Initialize MemMap before parsing the profile by Calin Juravle · 5 years ago
  54. d5d645f Make sure to delete jni_id_manager_ on shutdown. by Alex Light · 5 years ago
  55. 2fef66b Revert "Make the JIT zygote memory shared." by Nicolas Geoffray · 5 years ago
  56. 21d5994 Support using opaque JNI ids by Alex Light · 5 years ago
  57. 5dfbe7a ART: Refactor ClassJoin code by Andreas Gampe · 5 years ago
  58. 591b1d2 ART: Ensure SlowDebug is enabled in all gtests by Andreas Gampe · 5 years ago
  59. 5254d6f ART: Use memoization for type id table check by Andreas Gampe · 5 years ago
  60. c4a546c ART: Cache type index validity by Andreas Gampe · 5 years ago
  61. 7107e8c Fix host_bcp.sh after output layout changes. by Vladimir Marko · 5 years ago
  62. 0362544 Add a stress test for notifyStartupCompleted by Mathieu Chartier · 5 years ago
  63. 9b41e95 Add `libcore.libcore.internal` tests to the ART Libcore test suite. by Roland Levillain · 5 years ago
  64. aeb0223 Retry cache flushes on ARMv7 devices by Orion Hodson · 5 years ago
  65. 05f8721 Make the JIT zygote memory shared. by Nicolas Geoffray · 5 years ago
  66. 8d335b6 Switch-interpreter: Refactor exception handling. by David Srbecky · 5 years ago
  67. 41249cd Tests for Invariant Loops by anuvarsh · 5 years ago
  68. 5be5260 Add 122-npe to knownfailures on debuggable jit-on-first-use by Alex Light · 5 years ago
  69. 1e52a07 Correct Indicies -> Indices by Alex Light · 5 years ago
  70. e0ce8bf Add `libcore.javax.net` tests to the ART Libcore test suite. by Roland Levillain · 5 years ago
  71. 04968fa Tests for Inlining Optimization by anuvarsh · 5 years ago
  72. 7d94aa1 Set `ANDROID_RUNTIME_ROOT` in `tools/run-gtests.sh`. by Roland Levillain · 5 years ago
  73. 145a18a Stack walk: Cache CodeInfo and StackMap for current PC. by David Srbecky · 5 years ago
  74. 89867bf Refactor `native_shared_libs` in `com.android.runtime-defaults`. by Roland Levillain · 5 years ago
  75. f284a2d Add InvocationTargetException to Wellknownclasses by Alex Light · 5 years ago
  76. 00a37ff Move code writing to data portion of the JIT cache in JitMemoryRegion. by Nicolas Geoffray · 5 years ago
  77. 6c0c7c8 Stack maps: Micro-optimize ReadInterleavedVarints by David Srbecky · 5 years ago
  78. 9e18907 Add `libcore.build` tests to the ART Libcore test suite. by Roland Levillain · 5 years ago
  79. 6dd6212 Add more tools to the Debug and Host Runtime APEXes. by Roland Levillain · 5 years ago
  80. 72f6774 Use flattened Runtime APEX contents in ART chroot-based device testing. by Roland Levillain · 5 years ago
  81. 2c029f3 Consolidate SAD tests. by Vladimir Marko · 5 years ago
  82. fd4a79c GetCanonicalMethod should handle miranda methods. by Alex Light · 5 years ago
  83. d2f8ce1 Add `libcore.android.system` tests to the ART Libcore test suite. by Roland Levillain · 5 years ago
  84. e8ad48f Consolidate SIMD SAD tests. by Vladimir Marko · 5 years ago
  85. d935af9 Consolidate SIMD hadd tests. by Vladimir Marko · 5 years ago
  86. 6390c90 Consolidate SIMD tests. by Vladimir Marko · 5 years ago
  87. 64b5603 Abort transaction before finalizable allocation... by Vladimir Marko · 5 years ago
  88. f5a07ae Delete global ref created for the JitProfileTask. by Nicolas Geoffray · 5 years ago
  89. a61dbc0 Remove useless ScopedCodeCacheWrite calls. by Nicolas Geoffray · 5 years ago
  90. 9d3b5ec Refactor 904 for safety by Alex Light · 5 years ago
  91. 34f3179 Limit test 1941 to 100000 iterations by Alex Light · 5 years ago
  92. 9b7f8b5 ART: Dump class initialization stats durig SIGQUIT by Andreas Gampe · 5 years ago
  93. 9c87c02 ART: Reset stats after fork by Andreas Gampe · 5 years ago
  94. c0ce3d5 Add `libcore.sun.*` tests to the ART Libcore test suite. by Roland Levillain · 5 years ago
  95. 0f9823e Prepare target testing device setup for the move to the Runtime APEX. by Roland Levillain · 5 years ago
  96. 6c4ec5c Revert^2 "Stack maps: Interleave consecutive varints." by David Srbecky · 5 years ago
  97. 349845a Move JIT code allocation to JitMemoryRegion. by Nicolas Geoffray · 5 years ago
  98. 1b2a49b Revert "Stack maps: Interleave consecutive varints." by Raylin Hsu · 5 years ago
  99. a2b3456 Stack maps: Interleave consecutive varints. by David Srbecky · 5 years ago
  100. 34087c1 Document all logging tags. by Martin Stjernholm · 5 years ago