1. 9ff8460 Add oat checksum check for app image loading by Mathieu Chartier · 9 years ago
  2. 1945103 Merge "Add a comment on ReadBarrier::Mark() about ALWAYS_INLINE." by Hiroshi Yamauchi · 9 years ago
  3. ea59deb Merge "Fix issue with exception type resolution during linking." by Alex Light · 9 years ago
  4. ab00be9 Merge "Do not use atomic increment in allocation as fence." by Hans Boehm · 9 years ago
  5. 5a55986 Fix issue with exception type resolution during linking. by Alex Light · 9 years ago
  6. 2e5de78 Add a comment on ReadBarrier::Mark() about ALWAYS_INLINE. by Hiroshi Yamauchi · 9 years ago
  7. 392899e Merge "ART: Dump full exception on re-init failure message" by Andreas Gampe · 9 years ago
  8. 1c720b7 Merge "Optimizing compiler support for directly calling interface methods" by Alex Light · 9 years ago
  9. d967266 MIPS64: Remove unaligned memory access from art generated code by Lazar Trsic · 9 years ago
  10. c26f128 Re-enable test 566-polymorphic-inlining. by Nicolas Geoffray · 9 years ago
  11. 10cd5ee Merge "Revert "reflection: Add new 1.8 AnnotatedElement methods and tests"" by Nicolas Geoffray · 9 years ago
  12. 28a2a18 Revert "reflection: Add new 1.8 AnnotatedElement methods and tests" by Nicolas Geoffray · 9 years ago
  13. b0171b9 Do not use atomic increment in allocation as fence. by Hans Boehm · 9 years ago
  14. d6b48db ART: Fix single-step interpretation for mterp by buzbee · 9 years ago
  15. 1d81df8 Merge "Fix "Never Interpret" option for all interpreters" by Bill Buzbee · 9 years ago
  16. 734f3aa Fix "Never Interpret" option for all interpreters by buzbee · 9 years ago
  17. fedd91d Optimizing compiler support for directly calling interface methods by Alex Light · 9 years ago
  18. c4695df Always use pendingNext to test enqueability of references. by Richard Uhler · 9 years ago
  19. 369c851 ART: Dump full exception on re-init failure message by Andreas Gampe · 9 years ago
  20. fd07168 Merge "Remove ALWAYS_INLINE from ReadBarrier::Mark()." by Hiroshi Yamauchi · 9 years ago
  21. 49c9333 Remove ALWAYS_INLINE from ReadBarrier::Mark(). by Hiroshi Yamauchi · 9 years ago
  22. c68e77b Fix image test with GSS by Mathieu Chartier · 9 years ago
  23. 60bc39c Remove some more read barriers in image relocation by Mathieu Chartier · 9 years ago
  24. 1c7736c Merge "Optimizing: Try pattern substitution when we cannot inline." by Vladimir Marko · 9 years ago
  25. 09cd656 Merge "Fix issue with IMT dispatch." by Alex Light · 9 years ago
  26. be10e8e Optimizing: Try pattern substitution when we cannot inline. by Vladimir Marko · 9 years ago
  27. a94d54b Stop verifier ResolveClass from putting unresolved classes in dex cache. by Jeff Hao · 9 years ago
  28. 26a04e1 Merge "Factor out common code for SetPendingNext." by Richard Uhler · 9 years ago
  29. ae79704 Merge "Change log to avoid polluting logcat." by Nicolas Geoffray · 9 years ago
  30. 9ff1de0 Merge "Implement first kind of polymorphic inlining." by Nicolas Geoffray · 9 years ago
  31. a42363f Implement first kind of polymorphic inlining. by Nicolas Geoffray · 9 years ago
  32. 7f3e0db Change log to avoid polluting logcat. by Nicolas Geoffray · 9 years ago
  33. 1bbfab6 Pass template args down by Mathieu Chartier · 9 years ago
  34. d329a3b Fix pointer conversion error in SetElementPtrSize by Mathieu Chartier · 9 years ago
  35. 78e9015 Merge "ART: Add option to ensure deterministic compilation" by Andreas Gampe · 9 years ago
  36. ace0dc1 ART: Add option to ensure deterministic compilation by Andreas Gampe · 9 years ago
  37. 1277108 Fix issue with IMT dispatch. by Alex Light · 9 years ago
  38. a3abcb5 Merge "reflection: Add new 1.8 AnnotatedElement methods and tests" by Igor Murashkin · 9 years ago
  39. 4a6a67c Remove unused DMB code paths in the ARM64 Optimizing Compiler by Serban Constantinescu · 9 years ago
  40. c801425 Merge "ART: Make sure dex files are verified in the compiler" by Andreas Gampe · 9 years ago
  41. c167ee9 reflection: Add new 1.8 AnnotatedElement methods and tests by Igor Murashkin · 9 years ago
  42. 3a2bd29 ART: Make sure dex files are verified in the compiler by Andreas Gampe · 9 years ago
  43. 76ce917 Move heap trim outside of zygote creation lock region by Mathieu Chartier · 9 years ago
  44. a80465a Merge "Cast method pointer to uintptr_t before uint64_t" by Mathieu Chartier · 9 years ago
  45. 982a9a8 Rosalloc fast path in assembly for MIPS64 by Goran Jakovljevic · 9 years ago
  46. 05d2415 Add option to never interpret. by Siva Chandra · 9 years ago
  47. f4b3dba Cast method pointer to uintptr_t before uint64_t by Mathieu Chartier · 9 years ago
  48. 902838d Merge "Remove GetImageRoots read barrier for image relocation" by Mathieu Chartier · 9 years ago
  49. 4a26f17 Remove GetImageRoots read barrier for image relocation by Mathieu Chartier · 9 years ago
  50. 7617216 Convert to UTF8 before doing dex file location comparison by Mathieu Chartier · 9 years ago
  51. 522d51b Factor out common code for SetPendingNext. by Richard Uhler · 9 years ago
  52. 6a507f3 Merge "Use mutator lock to guard adding and removing heap spaces" by Mathieu Chartier · 9 years ago
  53. a9d82fe Use mutator lock to guard adding and removing heap spaces by Mathieu Chartier · 9 years ago
  54. b1bd048 Merge "Recognize common utilities as intrinsics." by Aart Bik · 9 years ago
  55. 7ccb63f Merge "Enable interface default methods by default." by Alex Light · 9 years ago
  56. 9724c63 Enable interface default methods by default. by Neil Fuller · 9 years ago
  57. 59c9454 Recognize common utilities as intrinsics. by Aart Bik · 9 years ago
  58. 8697355 ART: Remove another unnecessary mutator lock annotation. by Vladimir Marko · 9 years ago
  59. 3260e11 Merge "ART: Remove some unnecessary mutator lock annotations." by Vladimir Marko · 9 years ago
  60. 005e4b3 Merge "Add profile support for apps with shared runtime." by Calin Juravle · 9 years ago
  61. b4eddd2 Add profile support for apps with shared runtime. by Calin Juravle · 9 years ago
  62. a87104f Merge "[WIP] ART Mterp: fix for hidden gc roots" by Bill Buzbee · 9 years ago
  63. f39745e ART: Remove some unnecessary mutator lock annotations. by Vladimir Marko · 9 years ago
  64. 9cea913 Merge "Fix non-Linux builds." by Roland Levillain · 9 years ago
  65. d817560 Fix non-Linux builds. by Roland Levillain · 9 years ago
  66. 1bceafb Merge "Improve gethostbyname_r use in art::JDWP::JdwpSocketState::Establish." by Roland Levillain · 9 years ago
  67. a2c97a9 [WIP] ART Mterp: fix for hidden gc roots by buzbee · 9 years ago
  68. e778fc7 Reduce app image log spam by Mathieu Chartier · 9 years ago
  69. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  70. 966f533 Only create non-moving space at fixed address if zygote by Mathieu Chartier · 9 years ago
  71. 3cbad24 Improve gethostbyname_r use in art::JDWP::JdwpSocketState::Establish. by Roland Levillain · 9 years ago
  72. 4fe6ce5 Merge "Use dlmalloc from external/dlmalloc instead of bionic/." by Josh Gao · 9 years ago
  73. 5d5dbeb Merge "Revert "Load app images"" by Nicolas Geoffray · 9 years ago
  74. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  75. 3c44893 Disable the CC collector verbose log. by Hiroshi Yamauchi · 9 years ago
  76. 0870770 Bump image version by Mathieu Chartier · 9 years ago
  77. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  78. 3220a6d Use dlmalloc from external/dlmalloc instead of bionic/. by Josh Gao · 9 years ago
  79. 9b3607d Generate unique ID for each type during native debugging. by David Srbecky · 9 years ago
  80. a7d507e Merge "Revert "Revert "Fast ART x86 interpreter""" by Bill Buzbee · 9 years ago
  81. 46ac34f Merge "Update to INFO to not confuse adb logcat readers." by Nicolas Geoffray · 9 years ago
  82. 715d06b Fix cpu-info/cpp-defines mismatch. by Aart Bik · 9 years ago
  83. eb804f6 Merge "Use current pid not tid to create a backtrace map." by Christopher Ferris · 9 years ago
  84. 7c58bd4 Revert "Revert "Fast ART x86 interpreter"" by Bill Buzbee · 9 years ago
  85. 8e629e6 Merge "Add a METHOD_SUPER to the MethodType enum." by Alex Light · 9 years ago
  86. 857235b Merge "Implemented BitCount as an intrinsic. With unit test." by Aart Bik · 9 years ago
  87. cf22658 Add attribute to fix build. by Nicolas Geoffray · 9 years ago
  88. 05df393 Merge "Move backward branch instrumentation to all branch." by Nicolas Geoffray · 9 years ago
  89. f0b9f61 Merge "Improves recent changes to art::JDWP::JdwpSocketState::Establish." by Roland Levillain · 9 years ago
  90. 81f0f95 Move backward branch instrumentation to all branch. by Nicolas Geoffray · 9 years ago
  91. 15f9b27 Improves recent changes to art::JDWP::JdwpSocketState::Establish. by Roland Levillain · 9 years ago
  92. 9bdf108 Revert "Revert "Write dex files to oat file early."" by Vladimir Marko · 9 years ago
  93. 0502c44 Fix JDWP host tests on Trusty. by Roland Levillain · 9 years ago
  94. 3f67e69 Implemented BitCount as an intrinsic. With unit test. by Aart Bik · 9 years ago
  95. 1376bdf Invoke all other registered handlers only for generated code by jgu21 · 9 years ago
  96. 71620fe Merge "Add stack trace info to hprof completion message" by Mathieu Chartier · 9 years ago
  97. 7268d47 Add a METHOD_SUPER to the MethodType enum. by Alex Light · 9 years ago
  98. 59a8c0b Use current pid not tid to create a backtrace map. by tony.ys_liu · 9 years ago
  99. c9cd7ac Add stack trace info to hprof completion message by Mathieu Chartier · 9 years ago
  100. 932a051 Relax the time interval the profiling data is saved. by Calin Juravle · 9 years ago