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