1. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  2. 792111c Add option for not copying dex by Mathieu Chartier · 7 years ago
  3. ee9cb41 Ensure that we always set the method hotness in the profile by Calin Juravle · 7 years ago
  4. d9f4d64 Enable filtering of profile data on load by Calin Juravle · 7 years ago
  5. 2dba0ab Enable profile key updates via profman by Calin Juravle · 7 years ago
  6. 36060d1 Fix spelling mistake for ProfileLoadSatus by Calin Juravle · 7 years ago
  7. 1e2de64 Load profiles from zip archives by Calin Juravle · 7 years ago
  8. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  9. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  10. 0545d4a Pretty print startup methods in profile dump by Calin Juravle · 7 years ago
  11. 693bfbf ART: Fix test dependencies and code by Andreas Gampe · 7 years ago
  12. 891a50e Separate file utilities from utils.cc by David Sehr · 7 years ago
  13. 0284f43 Merge changes I4bbb21bf,Ie79b46cd,Ia50aafc8 by Vladimir Marko · 7 years ago
  14. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  15. 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 7 years ago
  16. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 7 years ago
  17. c46cf80 Add startup/post-startup bits for random profiles by Mathieu Chartier · 7 years ago
  18. 460ab79 Verify NumberMethodId in profile and dex_file. by Shubham Ajmera · 7 years ago
  19. 188b2bf Revert^2 "Verify profile wrt dex file in dex2oat"" by Shubham Ajmera · 7 years ago
  20. 1ad1e3f Add more error logs to profile validation by Calin Juravle · 7 years ago
  21. fc8b422 Clean up AtomicDexRefMap by Mathieu Chartier · 7 years ago
  22. 80f2a35 Merge "Verify the checksum before DCHECKS in ProfileCompilationInfo::GetOrAddDexFileData" by Treehugger Robot · 7 years ago
  23. 61200a0 Verify the checksum before DCHECKS in ProfileCompilationInfo::GetOrAddDexFileData by Shubham Ajmera · 7 years ago
  24. d0b0825 Merge "Profman: Use method_percentage and class_percentage values passed for generating profiles" by Treehugger Robot · 7 years ago
  25. afbbf18 Merge profiles without needing to creating profile_compilation_info object by Shubham Ajmera · 7 years ago
  26. d704f0b Profman: Use method_percentage and class_percentage values passed for generating profiles by Shubham Ajmera · 7 years ago
  27. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  28. 4f342b0 Move logic to get profile class descriptors to profile info by Mathieu Chartier · 7 years ago
  29. a308a32 Change kMultiDexSeparator from ':' to '!' by Calin Juravle · 7 years ago
  30. f2e2af8 Only enforce profile size limits on target builds by Mathieu Chartier · 7 years ago
  31. 2f79455 Add support for generating boot image profile by Mathieu Chartier · 8 years ago
  32. e46f3a8 Address some review comments for aog/415919 by Mathieu Chartier · 8 years ago
  33. a5dcdf3 Merge "Refactor some profiling info functions" by Mathieu Chartier · 8 years ago
  34. bbe3a5e Refactor some profiling info functions by Mathieu Chartier · 8 years ago
  35. a3d27eb ScopedFlock: Refactor it to be a subclass of FdFile. by Narayan Kamath · 8 years ago
  36. db40eac Address review comments for aog/411660 by Mathieu Chartier · 8 years ago
  37. faf8320 Optimize FetchAndCacheResolvedClassesAndMethods by Mathieu Chartier · 8 years ago
  38. 5691173 Merge "Only compile hot methods" by Mathieu Chartier · 8 years ago
  39. 05e6047 Merge "Address some review comments for aog/403114" by Mathieu Chartier · 8 years ago
  40. 7b135c8 Only compile hot methods by Mathieu Chartier · 8 years ago
  41. cebf99c Address some review comments for aog/403114 by Mathieu Chartier · 8 years ago
  42. 28b5c58 Dump startup and post startup methods for --dump-only by Mathieu Chartier · 8 years ago
  43. ea650f3 Move profiles to use bitmaps for startup methods by Mathieu Chartier · 8 years ago
  44. 0855688 Handle gracefully profiles with invalid classes or methods by Calin Juravle · 8 years ago
  45. dbddc22 Refactor profiles to use TypeReference instead of ClassReference by Mathieu Chartier · 8 years ago
  46. e6f87cc Fix compiler crash due to inline caches and improve docs by Calin Juravle · 8 years ago
  47. 798ba16 Use DeletableArenaObject for DexFileData by Calin Juravle · 8 years ago
  48. cc3171a Use arena allocation for profiles by Calin Juravle · 8 years ago
  49. 3bada4b Avoid binding const references to temporaries. by Vladimir Marko · 8 years ago
  50. ee810b3 Merge "Do not cache profiles in the ProfileSaver." by Calin Juravle · 8 years ago
  51. dcab190 Do not cache profiles in the ProfileSaver. by Calin Juravle · 8 years ago
  52. 4b8a96b Revert "Revert "Profile compression: Replace method index with difference with the last method_index"" by Shubham Ajmera · 8 years ago
  53. 4d198e0 Revert "Revert "Compress profile files"" by Shubham Ajmera · 8 years ago
  54. 1cf1fe2 Revert "Compress profile files" by Shubham Ajmera · 8 years ago
  55. 509d424 Revert "Profile compression: Replace method index with difference with the last method_index" by Shubham Ajmera · 8 years ago
  56. d59f564 Profile compression: Replace method index with difference with the last method_index by Shubham Ajmera · 8 years ago
  57. 4f0a15a Compress profile files by Shubham Ajmera · 8 years ago
  58. df674c4 Do not fsync profiles on close by Calin Juravle · 8 years ago
  59. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  60. 3406726 Change dump-classes profman option to dump-classes-and-methods by Mathieu Chartier · 8 years ago
  61. 16d7ec4 Update profile version by Calin Juravle · 8 years ago
  62. cea9e9d Fix profile merges in profman by Calin Juravle · 8 years ago
  63. f0a31f8 Add profman option to generate a random profile based on dex files. by Jeff Hao · 8 years ago
  64. 37c5846 ART: Fix some tidy warnings by Andreas Gampe · 8 years ago
  65. 589e71e Encode inline caches with missing types in the profile by Calin Juravle · 8 years ago
  66. d9f647a Merge "Extend profman to generate profiles with inline caches" by Treehugger Robot · 8 years ago
  67. e0ac115 Extend profman to generate profiles with inline caches by Calin Juravle · 8 years ago
  68. 046854b Fix dex location filtering in dex2oat by Mathieu Chartier · 8 years ago
  69. 0def68d Fix profile merges of megamorphic inline caches. by Calin Juravle · 8 years ago
  70. 940eb0c Add inline caches to offline profiles by Calin Juravle · 8 years ago
  71. 7c80f2d Convert preload list to profile by David Sehr · 8 years ago
  72. b18991b Fix ownership of DexFile in profman by David Sehr · 8 years ago
  73. 33083d6 Rename offline_profiling_info to profile_compilation_info by Calin Juravle · 8 years ago[Renamed (99%) from runtime/jit/offline_profiling_info.cc]
  74. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  75. 54b5855 Change offline profile to store type_idx of classes. by Jeff Hao · 8 years ago
  76. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  77. 58d40f3 Fix profiling output to properly display class info. by Jeff Hao · 8 years ago
  78. 7bcdb53 Add ability to generate a random test profile by Calin Juravle · 9 years ago
  79. c458857 Add debug option to ignore checksum checks in profiles. by Calin Juravle · 9 years ago
  80. b384e5e Fix profile saver to use base dex location by Mathieu Chartier · 9 years ago
  81. 4eb6fbf Use explicit cast to avoid compilers error by Goran Jakovljevic · 9 years ago
  82. 9962962 ProfileSaver: query profiling_infos instead of the code_map by Calin Juravle · 9 years ago
  83. 5d1bd0a Discard corrupted or out of date profiles by Calin Juravle · 9 years ago
  84. 876f350 Extend profman to be able to dump profile content. by Calin Juravle · 9 years ago
  85. 6414295 Update and improve profiles format by Calin Juravle · 9 years ago
  86. 6726546 Improve ProfileSaver to cache data and do minimal I/O by Calin Juravle · 9 years ago
  87. b8e6999 Add ProfileSaver stats and dump them during SigQuit by Calin Juravle · 9 years ago
  88. a807780 Add verify-profile compiler filter by Mathieu Chartier · 9 years ago
  89. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 9 years ago
  90. c5dd319 Add and use loaded class profiling by Mathieu Chartier · 9 years ago
  91. 2e2db78 Revert "Revert "Add profman tool: responsible to process profiles"" by Calin Juravle · 9 years ago
  92. 3da7468 Revert "Add profman tool: responsible to process profiles" by Nicolas Geoffray · 9 years ago
  93. 6caefd9 Add profman tool: responsible to process profiles by Calin Juravle · 9 years ago
  94. 31708b7 Fix compiler driver gtest. by Calin Juravle · 9 years ago
  95. 34900cc Store relative paths in the profile file by Calin Juravle · 9 years ago
  96. 877fd96 Improve profile processing by Calin Juravle · 9 years ago
  97. 998c216 Perform profile file analysis in dex2oat by Calin Juravle · 9 years ago
  98. 5e2b971 Assume the profile file was created before saving. by Calin Juravle · 9 years ago
  99. 4d77b6a Save profile information in a separate thread. by Calin Juravle · 9 years ago
  100. 66f5523 Pass down to the runtime the application code paths. by Calin Juravle · 9 years ago