1. e46f3a8 Address some review comments for aog/415919 by Mathieu Chartier · 7 years ago
  2. 7c1be8b Layout code items of post startup methods by Mathieu Chartier · 7 years ago
  3. a5dcdf3 Merge "Refactor some profiling info functions" by Mathieu Chartier · 7 years ago
  4. b9499f4 Merge "ART: JIT code cache allocation cleanup" by Treehugger Robot · 7 years ago
  5. bbe3a5e Refactor some profiling info functions by Mathieu Chartier · 7 years ago
  6. e4deaf3 ART: JIT code cache allocation cleanup by Andreas Gampe · 7 years ago
  7. a3d27eb ScopedFlock: Refactor it to be a subclass of FdFile. by Narayan Kamath · 7 years ago
  8. d38b67c Merge "ART: Add JIT cache race test" by Treehugger Robot · 7 years ago
  9. de944ae Merge "Address review comments for aog/411660" by Mathieu Chartier · 7 years ago
  10. 885a713 Add support for profiling boot class path by Mathieu Chartier · 7 years ago
  11. db40eac Address review comments for aog/411660 by Mathieu Chartier · 7 years ago
  12. fbb22de Merge "Don't reset to a level above warmup threshold." by Nicolas Geoffray · 7 years ago
  13. f052aa7 Merge "Update startup compilation thresholds" by Treehugger Robot · 7 years ago
  14. 273d110 Update startup compilation thresholds by Mathieu Chartier · 7 years ago
  15. a74c04b Merge "ART: Clean up asm_support.h" by Treehugger Robot · 7 years ago
  16. faf8320 Optimize FetchAndCacheResolvedClassesAndMethods by Mathieu Chartier · 7 years ago
  17. b2d18fa ART: Clean up asm_support.h by Andreas Gampe · 7 years ago
  18. 58794c5 Merge "ART: Refactor bit_utils and stl_util" by Treehugger Robot · 7 years ago
  19. 88f50b1 Don't reset to a level above warmup threshold. by Nicolas Geoffray · 7 years ago
  20. 941c6ec Revert "Update profiling info allocation logic." by Nicolas Geoffray · 7 years ago
  21. 5678db5 ART: Refactor bit_utils and stl_util by Andreas Gampe · 7 years ago
  22. 7d6a1c0 Update profiling info allocation logic. by Nicolas Geoffray · 7 years ago
  23. eced692 ART: Add JIT cache race test by Orion Hodson · 7 years ago
  24. 5691173 Merge "Only compile hot methods" by Mathieu Chartier · 7 years ago
  25. 05e6047 Merge "Address some review comments for aog/403114" by Mathieu Chartier · 7 years ago
  26. 7b135c8 Only compile hot methods by Mathieu Chartier · 7 years ago
  27. cebf99c Address some review comments for aog/403114 by Mathieu Chartier · 7 years ago
  28. 28b5c58 Dump startup and post startup methods for --dump-only by Mathieu Chartier · 7 years ago
  29. 5d08fcc ART: More header cleanups by Andreas Gampe · 7 years ago
  30. 57cf00b ART: Remove old object_callbacks.h includes by Andreas Gampe · 7 years ago
  31. ea650f3 Move profiles to use bitmaps for startup methods by Mathieu Chartier · 7 years ago
  32. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 7 years ago
  33. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 7 years ago
  34. 38c4ae5 Merge "Handle gracefully profiles with invalid classes or methods" by Calin Juravle · 7 years ago
  35. d853fe4 Merge "Add access flag for previously warm methods" by Mathieu Chartier · 7 years ago
  36. 9fa69d0 Merge "ART: Misc header cleanups" by Treehugger Robot · 7 years ago
  37. 0855688 Handle gracefully profiles with invalid classes or methods by Calin Juravle · 7 years ago
  38. f044c22 Add access flag for previously warm methods by Mathieu Chartier · 7 years ago
  39. 00286db Reset JIT method counters to 0 instead of 1 when clearing. by Jeff Hao · 7 years ago
  40. f0446e9 ART: Misc header cleanups by Andreas Gampe · 7 years ago
  41. deae7db ART: Add missing namespace comments by Andreas Gampe · 7 years ago
  42. d00e02b Fix dexlayout fixed point test by Mathieu Chartier · 7 years ago
  43. 2d7ed74 Merge "Flush data cache after updating the JIT table." by Nicolas Geoffray · 7 years ago
  44. dbddc22 Refactor profiles to use TypeReference instead of ClassReference by Mathieu Chartier · 7 years ago
  45. a559fa1 Merge "Fix compiler crash due to inline caches and improve docs" by Treehugger Robot · 7 years ago
  46. e6f87cc Fix compiler crash due to inline caches and improve docs by Calin Juravle · 7 years ago
  47. 352b17a Flush data cache after updating the JIT table. by Nicolas Geoffray · 7 years ago
  48. ec89dfa Merge "Record inline caches only for the strictly hot methods" by Calin Juravle · 7 years ago
  49. 798ba16 Use DeletableArenaObject for DexFileData by Calin Juravle · 7 years ago
  50. a39fd98 Record inline caches only for the strictly hot methods by Calin Juravle · 7 years ago
  51. cc3171a Use arena allocation for profiles by Calin Juravle · 7 years ago
  52. 3bada4b Avoid binding const references to temporaries. by Vladimir Marko · 7 years ago
  53. ff120c2 Merge "Use GC critical section for profile saver" by Mathieu Chartier · 7 years ago
  54. ee810b3 Merge "Do not cache profiles in the ProfileSaver." by Calin Juravle · 7 years ago
  55. 3910037 Use GC critical section for profile saver by Mathieu Chartier · 7 years ago
  56. dcab190 Do not cache profiles in the ProfileSaver. by Calin Juravle · 7 years ago
  57. 19daa62 Merge "ART: Let JIT tasks finish under sanitization" by Treehugger Robot · 7 years ago
  58. 5504aef Merge changes Ic48ccda9,Ibc0a29c9 by Treehugger Robot · 7 years ago
  59. 0897e1c ART: Let JIT tasks finish under sanitization by Andreas Gampe · 7 years ago
  60. 39e6738 ART: Fix iterator invalidation by Andreas Gampe · 7 years ago
  61. 5629d2d ART: Move JIT code cache sentinel to sentinel fault page by Andreas Gampe · 7 years ago
  62. ed00ddb Merge "Revert "Revert "Use IsMarked instead of Mark for profiling info.""" by Nicolas Geoffray · 7 years ago
  63. 4b8a96b Revert "Revert "Profile compression: Replace method index with difference with the last method_index"" by Shubham Ajmera · 7 years ago
  64. 4d198e0 Revert "Revert "Compress profile files"" by Shubham Ajmera · 7 years ago
  65. 13056a1 Revert "Revert "Use IsMarked instead of Mark for profiling info."" by Nicolas Geoffray · 7 years ago
  66. d6705a0 Merge changes I73637476,I5a94be6c by Shubham Ajmera · 7 years ago
  67. 1cf1fe2 Revert "Compress profile files" by Shubham Ajmera · 7 years ago
  68. 509d424 Revert "Profile compression: Replace method index with difference with the last method_index" by Shubham Ajmera · 7 years ago
  69. cad5183 Merge "Profile compression: Replace method index with difference with the last method_index" by Shubham Ajmera · 7 years ago
  70. 0585020 Merge "Compress profile files" by Shubham Ajmera · 7 years ago
  71. d59f564 Profile compression: Replace method index with difference with the last method_index by Shubham Ajmera · 7 years ago
  72. 4f0a15a Compress profile files by Shubham Ajmera · 7 years ago
  73. 6ca115b Use a sentinel when clearing JIT table entries. by Nicolas Geoffray · 7 years ago
  74. 3afefba Revert "Use IsMarked instead of Mark for profiling info." by Nicolas Geoffray · 7 years ago
  75. a30183d Use IsMarked instead of Mark for profiling info. by Nicolas Geoffray · 7 years ago
  76. ddc38fe Merge "Add runtime reasons for deopt." by Nicolas Geoffray · 7 years ago
  77. 4e92c3c Add runtime reasons for deopt. by Nicolas Geoffray · 7 years ago
  78. cbf27b3 Merge "Do not fsync profiles on close" by Treehugger Robot · 7 years ago
  79. df674c4 Do not fsync profiles on close by Calin Juravle · 7 years ago
  80. 8b5d9b6 Resolve the tracked locations in profile saver by Calin Juravle · 7 years ago
  81. 806843a Increase profile saver minimum save period to 40 seconds by Calin Juravle · 7 years ago
  82. 7386c27 Merge "Lower profiler saver thread priority." by Nicolas Geoffray · 7 years ago
  83. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 7 years ago
  84. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  85. 23caed8 Lower profiler saver thread priority. by Nicolas Geoffray · 7 years ago
  86. 903b816 Merge "Change dump-classes profman option to dump-classes-and-methods" by Treehugger Robot · 8 years ago
  87. 3406726 Change dump-classes profman option to dump-classes-and-methods by Mathieu Chartier · 8 years ago
  88. 07ea07e Force save profiles for SIGUSR1 by Mathieu Chartier · 8 years ago
  89. 9db22e8 Dump profile logs after the last save by Calin Juravle · 8 years ago
  90. 16d7ec4 Update profile version by Calin Juravle · 8 years ago
  91. cea9e9d Fix profile merges in profman by Calin Juravle · 8 years ago
  92. f0a31f8 Add profman option to generate a random profile based on dex files. by Jeff Hao · 8 years ago
  93. 13e60fa Merge "ART: Fix some tidy warnings" by Treehugger Robot · 8 years ago
  94. 37c5846 ART: Fix some tidy warnings by Andreas Gampe · 8 years ago
  95. d9911ee ART: Clean up field initialization by Andreas Gampe · 8 years ago
  96. f6d4668 Improvements in the Inliner. by Nicolas Geoffray · 8 years ago
  97. fe4b223 Merge "Accept output profile path from dalvikvm command" by Calin Juravle · 8 years ago
  98. 9545f6d Accept output profile path from dalvikvm command by Calin Juravle · 8 years ago
  99. fc1361d Merge "Increase resolved classes save delay to 5s" by Mathieu Chartier · 8 years ago
  100. ed883a1 Merge "Add method info to oat files" by Mathieu Chartier · 8 years ago