1. 8b3f835 ART: Write bit fields together in ComputeSpecialAccessorInfo(). by Vladimir Marko · 9 years ago
  2. 5bdcdca Merge "Handle unexpected cases in profile saver" by Calin Juravle · 9 years ago
  3. c421907 Merge "Update GetDexOptNeeded to handle different levels of compilation" by Calin Juravle · 9 years ago
  4. 87aa99c Merge "Record foreign dex files loaded by the app in the profile" by Calin Juravle · 9 years ago
  5. c71cc35 Merge "Fix valgrind errors with MemMap::Sync()." by Hiroshi Yamauchi · 9 years ago
  6. 29ab360 Fix valgrind errors with MemMap::Sync(). by Hiroshi Yamauchi · 9 years ago
  7. f529e9b Handle unexpected cases in profile saver by Calin Juravle · 9 years ago
  8. b077e15 Update GetDexOptNeeded to handle different levels of compilation by Calin Juravle · 9 years ago
  9. 0c344f2 Fix lock order violation by Mathieu Chartier · 9 years ago
  10. 0310fb0 Merge "Unsafe: Recognize intrinsics for 1.8 java.util.concurrent With unit test." by Aart Bik · 9 years ago
  11. 33fbf37 Add systrace logging to ScopedCodeCacheWrite by Mathieu Chartier · 9 years ago
  12. 83537c6 Merge "runtime: Add CAS and fences to sun.misc.Unsafe" by Igor Murashkin · 9 years ago
  13. 0e54c01 Unsafe: Recognize intrinsics for 1.8 java.util.concurrent With unit test. by Aart Bik · 9 years ago
  14. f81f596 Merge changes I70f61fe3,I00376b02 by Hiroshi Yamauchi · 9 years ago
  15. b79eb75 Revert "ProfilingInfo roots should be visited by the declaring class." by Hiroshi Yamauchi · 9 years ago
  16. ebd5fc6 Revert "Query declaring class before querying IsNative." by Hiroshi Yamauchi · 9 years ago
  17. 47c1959 Increase kDumpWaitTimeout 10x for target builds by Mathieu Chartier · 9 years ago
  18. bcd9dd7 Don't use ScopedObjectAccess in Heap::DumpSpaces by Mathieu Chartier · 9 years ago
  19. 629afab runtime: Add CAS and fences to sun.misc.Unsafe by Igor Murashkin · 9 years ago
  20. 810ef37 Merge "ART: Fix RegTypeCache::FromUnresolvedMerge()." by Vladimir Marko · 9 years ago
  21. 03e31fc Merge "Typo in comment in MIPS32 mterp." by Roland Levillain · 9 years ago
  22. 6589d45 Merge "ART: Enable JitProfiling for MIPS64 Mterp" by Bill Buzbee · 9 years ago
  23. de16654 Add some debugging for zygote crash. by Nicolas Geoffray · 9 years ago
  24. 2cbbf16 ART: Fix RegTypeCache::FromUnresolvedMerge(). by Vladimir Marko · 9 years ago
  25. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 9 years ago
  26. c71dc38 Merge "Remove no thread suspension assert in AddImageSpace" by Mathieu Chartier · 9 years ago
  27. 095a0b2 Remove no thread suspension assert in AddImageSpace by Mathieu Chartier · 9 years ago
  28. 9a9aee6 Use MarkIfNotInToSpace for SemiSpace::MarkObject by Mathieu Chartier · 9 years ago
  29. 6973100 Only visit app image classes in class loader by Mathieu Chartier · 9 years ago
  30. 3040f4a Merge "ART: Fix UTF test and monitor pool old chunks" by Andreas Gampe · 9 years ago
  31. b4d1d72 Merge "Query declaring class before querying IsNative." by Nicolas Geoffray · 9 years ago
  32. 26329cd Query declaring class before querying IsNative. by Nicolas Geoffray · 9 years ago
  33. fd409de Merge "ART: Update arm assembly to use current syntax" by Bill Buzbee · 9 years ago
  34. 96530d3 ART: Update arm assembly to use current syntax by buzbee · 9 years ago
  35. f1e74af Typo in comment in MIPS32 mterp. by Roland Levillain · 9 years ago
  36. 9abb297 Fix very rare bug around JIT code cache collection. by Nicolas Geoffray · 9 years ago
  37. a3ed89f Merge "Refine statistics around the JIT." by Nicolas Geoffray · 9 years ago
  38. 9ec0676 Merge "ProfilingInfo roots should be visited by the declaring class." by Nicolas Geoffray · 9 years ago
  39. 4464a3e ART: Fix UTF test and monitor pool old chunks by Andreas Gampe · 9 years ago
  40. db045be ART: Enable JitProfiling for MIPS64 Mterp by Alexey Frunze · 9 years ago
  41. 9ea02c4 Add ScopedGCCriticalSection to Trace::StopTracing. by Hiroshi Yamauchi · 9 years ago
  42. 9a3be98 ProfilingInfo roots should be visited by the declaring class. by Nicolas Geoffray · 9 years ago
  43. 7211aa6 Add systrace to VerifyClass by Mathieu Chartier · 9 years ago
  44. 9bab082 Merge "Simplify LoadNativeLibrary()" by Dimitry Ivanov · 9 years ago
  45. bcd94c8 Refine statistics around the JIT. by Nicolas Geoffray · 9 years ago
  46. e283588 Merge "Do a TryLock when allocating a ProfilingInfo from the interpreter." by Nicolas Geoffray · 9 years ago
  47. e4cec51 Merge "Delete alloc tracking map outside of critical section" by Mathieu Chartier · 9 years ago
  48. 0b8b4a6 Delete alloc tracking map outside of critical section by Mathieu Chartier · 9 years ago
  49. b5e8ade Merge "Fast ART MIPS64 interpreter" by Bill Buzbee · 9 years ago
  50. 0344f4e Merge "Clear inline caches if a ProfilingInfo gets revived." by Nicolas Geoffray · 9 years ago
  51. 5b83050 Fix potential linear alloc memory leak by Mathieu Chartier · 9 years ago
  52. 511e41b Clear inline caches if a ProfilingInfo gets revived. by Nicolas Geoffray · 9 years ago
  53. 52d6810 Merge "Revert "Revert "Use the interpreter as a heartbeat for the JIT.""" by Nicolas Geoffray · 9 years ago
  54. 3512244 Revert "Revert "Use the interpreter as a heartbeat for the JIT."" by Nicolas Geoffray · 9 years ago
  55. 00b53b7 Fast ART MIPS64 interpreter by Alexey Frunze · 10 years ago
  56. 00e94fb Merge "ART: Enable JitProfiling for x86_64 Mterp" by Bill Buzbee · 9 years ago
  57. c90bc92 Record foreign dex files loaded by the app in the profile by Calin Juravle · 9 years ago
  58. 3d4770c Merge "Revert "ART: Allow unwinding unattached threads"" by Nicolas Geoffray · 9 years ago
  59. 0c65939 Revert "ART: Allow unwinding unattached threads" by Nicolas Geoffray · 9 years ago
  60. 8d468e3 Merge "Give the JIT its own arena pool to avoid lock contentions." by Nicolas Geoffray · 9 years ago
  61. c8705a7 ART: Enable JitProfiling for x86_64 Mterp by Serguei Katkov · 9 years ago
  62. f484954 Merge "ART: Allow unwinding unattached threads" by Andreas Gampe · 9 years ago
  63. 78fb377 Merge "Fix allocation tracking race" by Mathieu Chartier · 9 years ago
  64. eebc3af Fix allocation tracking race by Mathieu Chartier · 9 years ago
  65. 9e927f5 Lower JIT thread priority by Andreas Gampe · 9 years ago
  66. f728672 ART: Allow unwinding unattached threads by Andreas Gampe · 9 years ago
  67. 73e31f8 Merge "Revert "Use the interpreter as a heartbeat for the JIT."" by Nicolas Geoffray · 9 years ago
  68. a96917a Revert "Use the interpreter as a heartbeat for the JIT." by Nicolas Geoffray · 9 years ago
  69. a8fde8e Merge "Revert "Fix bogus interaction between code cache and instrumentation."" by Nicolas Geoffray · 9 years ago
  70. 034eb1a Revert "Fix bogus interaction between code cache and instrumentation." by Nicolas Geoffray · 9 years ago
  71. d0ea912 Merge "Fix bogus interaction between code cache and instrumentation." by Nicolas Geoffray · 9 years ago
  72. e9924b7 Fix bogus interaction between code cache and instrumentation. by Nicolas Geoffray · 9 years ago
  73. 7191fdd Merge "Revert "Revert "Fast ART x86_64 interpretator""" by Bill Buzbee · 9 years ago
  74. 4626786 Merge "x86 Fast Interpreter: Fix CFI" by Bill Buzbee · 9 years ago
  75. 01f4dae Merge "Use the interpreter as a heartbeat for the JIT." by Nicolas Geoffray · 9 years ago
  76. 4cb069f Merge "Fix the signature of the IndexOf entry point." by Roland Levillain · 9 years ago
  77. 1e7da9b Do a TryLock when allocating a ProfilingInfo from the interpreter. by Nicolas Geoffray · 9 years ago
  78. 7273a5d Use the interpreter as a heartbeat for the JIT. by Nicolas Geoffray · 9 years ago
  79. 25e0456 Give the JIT its own arena pool to avoid lock contentions. by Nicolas Geoffray · 9 years ago
  80. 2a524bd Dump more information to diagnose problem. by Nicolas Geoffray · 9 years ago
  81. 897338d x86 Fast Interpreter: Fix CFI by Serguei Katkov · 9 years ago
  82. 47bce25 Merge "Improve documentation about StringFactory.newStringFromChars." by Roland Levillain · 9 years ago
  83. 6cbe081 Revert "Revert "Fast ART x86_64 interpretator"" by Serguei Katkov · 9 years ago
  84. 9f03916 Merge "[MIPS] Add Fast Art interpreter for Mips32." by Bill Buzbee · 9 years ago
  85. 032c005 Revert "Revert "Improve immune spaces logic"" by Mathieu Chartier · 9 years ago
  86. 42ad288 Fix the signature of the IndexOf entry point. by Roland Levillain · 9 years ago
  87. cc3839c Improve documentation about StringFactory.newStringFromChars. by Roland Levillain · 9 years ago
  88. a48224f Merge "Revert "Improve immune spaces logic"" by Nicolas Geoffray · 9 years ago
  89. 07dbbca Revert "Improve immune spaces logic" by Nicolas Geoffray · 9 years ago
  90. d8e6d82 Merge "Improve immune spaces logic" by Mathieu Chartier · 9 years ago
  91. 17b8bce Improve immune spaces logic by Mathieu Chartier · 9 years ago
  92. 0002311 Merge "ART: Add unstarted-runtime functions" by Andreas Gampe · 9 years ago
  93. bc4d218 ART: Add unstarted-runtime functions by Andreas Gampe · 9 years ago
  94. 420ae23 Merge "Support new JDWP InterfaceType.InvokeMethod command" by Alex Light · 9 years ago
  95. 4f626cd Merge "Add and use loaded class profiling" by Mathieu Chartier · 9 years ago
  96. c5dd319 Add and use loaded class profiling by Mathieu Chartier · 10 years ago
  97. da11cef Merge "Assembly TLAB allocation fast path for arm." by Hiroshi Yamauchi · 9 years ago
  98. 942dc298 Simplify LoadNativeLibrary() by Dimitry Ivanov · 9 years ago
  99. 1bdfdb3 Merge "Implement fp to bits methods as intrinsics." by Aart Bik · 9 years ago
  100. 2a6aad9 Implement fp to bits methods as intrinsics. by Aart Bik · 9 years ago