1. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  2. 4f342b0 Move logic to get profile class descriptors to profile info by Mathieu Chartier · 7 years ago
  3. 2f79455 Add support for generating boot image profile by Mathieu Chartier · 7 years ago
  4. f70fe3d Add dex2oat support for profile based image creation by Mathieu Chartier · 7 years ago
  5. e46f3a8 Address some review comments for aog/415919 by Mathieu Chartier · 7 years ago
  6. 7c1be8b Layout code items of post startup methods by Mathieu Chartier · 7 years ago
  7. bbe3a5e Refactor some profiling info functions by Mathieu Chartier · 7 years ago
  8. db40eac Address review comments for aog/411660 by Mathieu Chartier · 7 years ago
  9. faf8320 Optimize FetchAndCacheResolvedClassesAndMethods by Mathieu Chartier · 7 years ago
  10. 5691173 Merge "Only compile hot methods" by Mathieu Chartier · 7 years ago
  11. 7b135c8 Only compile hot methods by Mathieu Chartier · 7 years ago
  12. cebf99c Address some review comments for aog/403114 by Mathieu Chartier · 7 years ago
  13. ea650f3 Move profiles to use bitmaps for startup methods by Mathieu Chartier · 7 years ago
  14. 0855688 Handle gracefully profiles with invalid classes or methods by Calin Juravle · 7 years ago
  15. d00e02b Fix dexlayout fixed point test by Mathieu Chartier · 7 years ago
  16. dbddc22 Refactor profiles to use TypeReference instead of ClassReference by Mathieu Chartier · 7 years ago
  17. e6f87cc Fix compiler crash due to inline caches and improve docs by Calin Juravle · 7 years ago
  18. 798ba16 Use DeletableArenaObject for DexFileData by Calin Juravle · 7 years ago
  19. cc3171a Use arena allocation for profiles by Calin Juravle · 7 years ago
  20. dcab190 Do not cache profiles in the ProfileSaver. by Calin Juravle · 7 years ago
  21. 4f0a15a Compress profile files by Shubham Ajmera · 7 years ago
  22. 3406726 Change dump-classes profman option to dump-classes-and-methods by Mathieu Chartier · 7 years ago
  23. cea9e9d Fix profile merges in profman by Calin Juravle · 7 years ago
  24. f0a31f8 Add profman option to generate a random profile based on dex files. by Jeff Hao · 7 years ago
  25. d9911ee ART: Clean up field initialization by Andreas Gampe · 7 years ago
  26. 589e71e Encode inline caches with missing types in the profile by Calin Juravle · 8 years ago
  27. d9f647a Merge "Extend profman to generate profiles with inline caches" by Treehugger Robot · 8 years ago
  28. e0ac115 Extend profman to generate profiles with inline caches by Calin Juravle · 8 years ago
  29. 046854b Fix dex location filtering in dex2oat by Mathieu Chartier · 8 years ago
  30. 940eb0c Add inline caches to offline profiles by Calin Juravle · 8 years ago
  31. 7c80f2d Convert preload list to profile by David Sehr · 8 years ago
  32. b18991b Fix ownership of DexFile in profman by David Sehr · 8 years ago
  33. 33083d6 Rename offline_profiling_info to profile_compilation_info by Calin Juravle · 8 years ago[Renamed (97%) from runtime/jit/offline_profiling_info.h]
  34. 41fba6a Change Dex2oatLayoutTest to generate profile itself. by Jeff Hao · 8 years ago
  35. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  36. 54b5855 Change offline profile to store type_idx of classes. by Jeff Hao · 8 years ago
  37. 7b8a265 ART: Fix alloc-dealloc mismatch by Andreas Gampe · 8 years ago
  38. 7bcdb53 Add ability to generate a random test profile by Calin Juravle · 8 years ago
  39. 9962962 ProfileSaver: query profiling_infos instead of the code_map by Calin Juravle · 8 years ago
  40. 5d1bd0a Discard corrupted or out of date profiles by Calin Juravle · 8 years ago
  41. 6414295 Update and improve profiles format by Calin Juravle · 8 years ago
  42. 6726546 Improve ProfileSaver to cache data and do minimal I/O by Calin Juravle · 8 years ago
  43. b8e6999 Add ProfileSaver stats and dump them during SigQuit by Calin Juravle · 9 years ago
  44. a807780 Add verify-profile compiler filter by Mathieu Chartier · 8 years ago
  45. c5dd319 Add and use loaded class profiling by Mathieu Chartier · 9 years ago
  46. 2e2db78 Revert "Revert "Add profman tool: responsible to process profiles"" by Calin Juravle · 9 years ago
  47. 3da7468 Revert "Add profman tool: responsible to process profiles" by Nicolas Geoffray · 9 years ago
  48. 6caefd9 Add profman tool: responsible to process profiles by Calin Juravle · 9 years ago
  49. 31708b7 Fix compiler driver gtest. by Calin Juravle · 9 years ago
  50. 877fd96 Improve profile processing by Calin Juravle · 9 years ago
  51. 998c216 Perform profile file analysis in dex2oat by Calin Juravle · 9 years ago
  52. 4d77b6a Save profile information in a separate thread. by Calin Juravle · 9 years ago
  53. 66f5523 Pass down to the runtime the application code paths. by Calin Juravle · 9 years ago
  54. 226501b Revert "Revert "Enable profiled guided compilation in dex2oat"" by Calin Juravle · 9 years ago
  55. 2306ae0 Revert "Enable profiled guided compilation in dex2oat" by Calin Juravle · 9 years ago
  56. 500c9be Enable profiled guided compilation in dex2oat by Calin Juravle · 9 years ago
  57. 9fdb129 Revert "Enable profiled guided compilation in dex2oat" by Nicolas Geoffray · 9 years ago
  58. 27e17fd Enable profiled guided compilation in dex2oat by Calin Juravle · 9 years ago
  59. 31f2c15 Save jit profiling info to file. by Calin Juravle · 9 years ago