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