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