1. 0d87f99 ART: Remove VERIFY_ERROR_UNRESOLVED_CATCH by Andreas Gampe · 5 years ago
  2. 4146e06 ART: Prepare to remove VERIFY_ERROR_UNRESOLVED_CATCH by Andreas Gampe · 5 years ago
  3. 50037df Install appcompat.sh for use by make rules by Paul Duffin · 5 years ago
  4. bb5b4f3 Revert "Disable opaque JNI Ids for now." by Alex Light · 5 years ago
  5. 4a30f89 Revert "ART: Remove VERIFY_ERROR_UNRESOLVED_CATCH" by Andreas Gampe · 5 years ago
  6. 7a82acc ART: Remove VERIFY_ERROR_UNRESOLVED_CATCH by Andreas Gampe · 5 years ago
  7. 11410de ART: Refactor run-test run_args by Andreas Gampe · 5 years ago
  8. 8d6651d Disable jit_memory_region_test tests on buggy kernels. by Nicolas Geoffray · 5 years ago
  9. 6623594 Set image base address after the boot image. by Vladimir Marko · 6 years ago
  10. 2cd9437 Remove `ANDROID_TZDATA_ROOT` overriding logic on device in `art` script. by Roland Levillain · 5 years ago
  11. 56cb3ce ART: Slightly simplify/modernize dex_file_verifier.cc by Andreas Gampe · 5 years ago
  12. 60415ae ART: Move DexFileVerifier class to cc file by Andreas Gampe · 5 years ago
  13. 07a560d ART: Encapsulate init-optimization fields by Andreas Gampe · 5 years ago
  14. e32d24c Store zygote compiled code in a shared map. by Nicolas Geoffray · 5 years ago
  15. d17eac6 Fix for 689-zygote-jit-deopt on kernels before 3.11rc2 by Orion Hodson · 5 years ago
  16. e81f10a Revert "Remove ShadowFrame::dex_pc_ (but keep dex_pc_ptr_)" by David Srbecky · 5 years ago
  17. 9690542 No longer use TZ Data artifacts under `/system/etc/tzdata_module`. by Roland Levillain · 6 years ago
  18. ab682a7 Blind fix for fixing 689-zygote-jit-deopt on host bionic. by Nicolas Geoffray · 5 years ago
  19. e6cb971 Remove ImageWriter::IsInBootOatFile(). by Vladimir Marko · 5 years ago
  20. d5fd5c3 Make .bss stores atomic release operations. by Vladimir Marko · 5 years ago
  21. 1a6f9fc ART: Dump more env vars in run-test-jar by Andreas Gampe · 5 years ago
  22. 0c89d57 Prevent art module types being used outside art by Paul Duffin · 6 years ago
  23. 5e33ccd Don't force-allocate a profiling info when we cannot. by Nicolas Geoffray · 5 years ago
  24. 4b3946a Remove small and tiny method options by Mathieu Chartier · 5 years ago
  25. 50bc8fb Remove ShadowFrame::dex_pc_ (but keep dex_pc_ptr_) by David Srbecky · 6 years ago
  26. 8c34452 Add 689-zygote-jit-deopt as knownfailure while investigating. by Nicolas Geoffray · 5 years ago
  27. 1aff1ef Clean up retrieving boot image address range. by Vladimir Marko · 5 years ago
  28. c1b34d4 Disable JNI native whitelist check by Orion Hodson · 5 years ago
  29. f5e3c66 ART: Use bitset in dex file verifier by Andreas Gampe · 5 years ago
  30. 4d6ca2e Deterministic VerifierDeps::Dump(). by Vladimir Marko · 5 years ago
  31. af213cc Fix ClearEntryPointsInZygoteExecSpace. by Nicolas Geoffray · 5 years ago
  32. 0cc6a82 Set `ANDROID_TZDATA_ROOT` to the TZ Data APEX in `tools/run-gtests.sh`. by Roland Levillain · 6 years ago
  33. 4d71e55 Remove ShadowFrame::HasReferenceArray() by David Srbecky · 5 years ago
  34. e2d24be Simplify ImageWriter::IsInBootImage. by Vladimir Marko · 6 years ago
  35. 714fad6 Delete tasks when deleting a thread pool. by Nicolas Geoffray · 6 years ago
  36. 21c4898 Add Runner for field-count agent by Alex Light · 6 years ago
  37. b06e0ad Add `libcore.java.awt` tests to the ART Libcore test suite. by Roland Levillain · 6 years ago
  38. 2f1e8f8 Use flattened Time Zone Data APEX contents in ART chroot-based device testing. by Roland Levillain · 6 years ago
  39. 6740404 Disable dexdiag_test on fugu. by Nicolas Geoffray · 5 years ago
  40. e107037 Clean up collecting app image string references. by Vladimir Marko · 6 years ago
  41. 05b41c4 Prepare for sharing JIT code after fork. by Nicolas Geoffray · 6 years ago
  42. 3a614ea Add more tests around JitMemoryRegion. by Nicolas Geoffray · 6 years ago
  43. 1be9c72 Disable opaque JNI Ids for now. by Nicolas Geoffray · 5 years ago
  44. 3768276 Allow explicit blacklisting with maxTargetSdk=0. by Mathew Inwood · 6 years ago
  45. 0d4567f Stack maps: Refactor constructors. by David Srbecky · 6 years ago
  46. cc08c50 ART: Restyle VerifyError by Andreas Gampe · 6 years ago
  47. b839fbb ART: Allow arbitrary "expression" in generate_operator_out.py by Andreas Gampe · 6 years ago
  48. 2ad19bc ART: Refactor generate_operator_out.py by Andreas Gampe · 6 years ago
  49. d3b06eb ART: Run autopep8 on generate_operator_out.py by Andreas Gampe · 6 years ago
  50. 43884b2 ART: Coalesce verifier flags into bit struct by Andreas Gampe · 6 years ago
  51. f68b698 Remove dex2oat image-classes support by Mathieu Chartier · 6 years ago
  52. 00b831e adbconnection: add libadbconnection_server. by Josh Gao · 6 years ago
  53. f8a3306 Add libfieldcount jvmti agent by Alex Light · 6 years ago
  54. 79d6c80 Revert^2 "Support using opaque JNI ids" by Alex Light · 6 years ago
  55. 01fbfbe Avoid useless EncodeArtMethod followed by DecodeArtMethod by Alex Light · 6 years ago
  56. 88f3fd9 jitzygote: madvise DONTFORK on writable shared region. by Nicolas Geoffray · 6 years ago
  57. 64f1f1f Do not copy finalizer references to app image. by Vladimir Marko · 6 years ago
  58. ad82a81 Add `libcore.xml` tests to the ART Libcore test suite. by Roland Levillain · 6 years ago
  59. 025bba4 Stack maps: Micro-optimize LoadBits by David Srbecky · 6 years ago
  60. 91d772f Move libartimagevalues from frameworks/native by Paul Duffin · 6 years ago
  61. ac933ed Create a dual view for zygote data cache. by Nicolas Geoffray · 6 years ago
  62. a48c3df Revert "Revert "Make the JIT zygote memory shared."" by Nicolas Geoffray · 6 years ago
  63. 1459929 ART: Change unordered_set to HashSet by Andreas Gampe · 6 years ago
  64. eaa8441 Clean up bin offset assignment in ImageWriter. by Vladimir Marko · 6 years ago
  65. 719de43 Enable gofmt preupload check by Paul Duffin · 6 years ago
  66. e764f38 Remove unnecessary cache alignment fixes by Orion Hodson · 6 years ago
  67. f90c406 Require publicAlternatives for APIs on max-sdk-q by Andrei Onea · 6 years ago
  68. 673bd50 Tests for Load Hoist Store Sink by anuvarsh · 6 years ago
  69. ee1f126 Fix search for implicit null check. by Vladimir Marko · 6 years ago
  70. da5e041 Add `libcore.libcore.timezone` tests to the ART Libcore test suite. by Roland Levillain · 6 years ago
  71. 31c3daa GC-independent image layout. by Vladimir Marko · 6 years ago
  72. b476a29 Revert "Support using opaque JNI ids" by Nicolas Geoffray · 6 years ago
  73. 3b29053 Revert "Make sure to delete jni_id_manager_ on shutdown." by Nicolas Geoffray · 6 years ago
  74. 814a80f Initialize MemMap before parsing the profile by Calin Juravle · 6 years ago
  75. d5d645f Make sure to delete jni_id_manager_ on shutdown. by Alex Light · 6 years ago
  76. 2fef66b Revert "Make the JIT zygote memory shared." by Nicolas Geoffray · 6 years ago
  77. 21d5994 Support using opaque JNI ids by Alex Light · 6 years ago
  78. 5dfbe7a ART: Refactor ClassJoin code by Andreas Gampe · 6 years ago
  79. 591b1d2 ART: Ensure SlowDebug is enabled in all gtests by Andreas Gampe · 6 years ago
  80. 5254d6f ART: Use memoization for type id table check by Andreas Gampe · 6 years ago
  81. c4a546c ART: Cache type index validity by Andreas Gampe · 6 years ago
  82. 7107e8c Fix host_bcp.sh after output layout changes. by Vladimir Marko · 6 years ago
  83. 0362544 Add a stress test for notifyStartupCompleted by Mathieu Chartier · 6 years ago
  84. 9b41e95 Add `libcore.libcore.internal` tests to the ART Libcore test suite. by Roland Levillain · 6 years ago
  85. aeb0223 Retry cache flushes on ARMv7 devices by Orion Hodson · 6 years ago
  86. 05f8721 Make the JIT zygote memory shared. by Nicolas Geoffray · 6 years ago
  87. 8d335b6 Switch-interpreter: Refactor exception handling. by David Srbecky · 6 years ago
  88. 41249cd Tests for Invariant Loops by anuvarsh · 6 years ago
  89. 5be5260 Add 122-npe to knownfailures on debuggable jit-on-first-use by Alex Light · 6 years ago
  90. 1e52a07 Correct Indicies -> Indices by Alex Light · 6 years ago
  91. e0ce8bf Add `libcore.javax.net` tests to the ART Libcore test suite. by Roland Levillain · 6 years ago
  92. 04968fa Tests for Inlining Optimization by anuvarsh · 6 years ago
  93. 7d94aa1 Set `ANDROID_RUNTIME_ROOT` in `tools/run-gtests.sh`. by Roland Levillain · 6 years ago
  94. 145a18a Stack walk: Cache CodeInfo and StackMap for current PC. by David Srbecky · 6 years ago
  95. 89867bf Refactor `native_shared_libs` in `com.android.runtime-defaults`. by Roland Levillain · 6 years ago
  96. f284a2d Add InvocationTargetException to Wellknownclasses by Alex Light · 6 years ago
  97. 00a37ff Move code writing to data portion of the JIT cache in JitMemoryRegion. by Nicolas Geoffray · 6 years ago
  98. 6c0c7c8 Stack maps: Micro-optimize ReadInterleavedVarints by David Srbecky · 6 years ago
  99. 9e18907 Add `libcore.build` tests to the ART Libcore test suite. by Roland Levillain · 6 years ago
  100. 6dd6212 Add more tools to the Debug and Host Runtime APEXes. by Roland Levillain · 6 years ago