1. 641a473 ART: Fix reference-related warnings by Andreas Gampe · 7 years ago
  2. 3157fc2 ART: Move cmdline parser to header library by Andreas Gampe · 7 years ago
  3. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  4. 8eecddf Add missing profman arg for compiled_method_threshold by Mathieu Chartier · 7 years ago
  5. 9c9b936 Merge changes I8d333ea5,Ie4efc8bb by Treehugger Robot · 7 years ago
  6. 2f79455 Add support for generating boot image profile by Mathieu Chartier · 7 years ago
  7. 51d80cc ART: Refactor abort code by Andreas Gampe · 7 years ago
  8. f70fe3d Add dex2oat support for profile based image creation by Mathieu Chartier · 7 years ago
  9. e46f3a8 Address some review comments for aog/415919 by Mathieu Chartier · 7 years ago
  10. e17cf24 Add field/method skipping helper functions to DexFile by Mathieu Chartier · 7 years ago
  11. a5dcdf3 Merge "Refactor some profiling info functions" by Mathieu Chartier · 7 years ago
  12. bbe3a5e Refactor some profiling info functions by Mathieu Chartier · 7 years ago
  13. a3d27eb ScopedFlock: Refactor it to be a subclass of FdFile. by Narayan Kamath · 7 years ago
  14. 28b5c58 Dump startup and post startup methods for --dump-only by Mathieu Chartier · 7 years ago
  15. ea650f3 Move profiles to use bitmaps for startup methods by Mathieu Chartier · 7 years ago
  16. 0855688 Handle gracefully profiles with invalid classes or methods by Calin Juravle · 7 years ago
  17. dbddc22 Refactor profiles to use TypeReference instead of ClassReference by Mathieu Chartier · 7 years ago
  18. a559fa1 Merge "Fix compiler crash due to inline caches and improve docs" by Treehugger Robot · 7 years ago
  19. e6f87cc Fix compiler crash due to inline caches and improve docs by Calin Juravle · 7 years ago
  20. 5115efb ART: Fix soong defaults order by Andreas Gampe · 7 years ago
  21. cc3171a Use arena allocation for profiles by Calin Juravle · 7 years ago
  22. 66aae3b Move some profman messages from LOG(ERROR) to LOG(WARNING) by Mathieu Chartier · 7 years ago
  23. 3406726 Change dump-classes profman option to dump-classes-and-methods by Mathieu Chartier · 7 years ago
  24. cea9e9d Fix profile merges in profman by Calin Juravle · 7 years ago
  25. f0a31f8 Add profman option to generate a random profile based on dex files. by Jeff Hao · 7 years ago
  26. 37c5846 ART: Fix some tidy warnings by Andreas Gampe · 7 years ago
  27. d808e8b Add syntax for adding all class methods to profman by Mathieu Chartier · 7 years ago
  28. a6fa68f Merge "Encode inline caches with missing types in the profile" by Calin Juravle · 7 years ago
  29. 589e71e Encode inline caches with missing types in the profile by Calin Juravle · 7 years ago
  30. 3f12134 Change "could not find class" to warning by Mathieu Chartier · 7 years ago
  31. e0ac115 Extend profman to generate profiles with inline caches by Calin Juravle · 7 years ago
  32. 940eb0c Add inline caches to offline profiles by Calin Juravle · 7 years ago
  33. 153da0e Clean up profman arg checking by David Sehr · 7 years ago
  34. 7c80f2d Convert preload list to profile by David Sehr · 7 years ago
  35. b18991b Fix ownership of DexFile in profman by David Sehr · 7 years ago
  36. 97c381e Separate art::Exec from utils by David Sehr · 7 years ago
  37. 33083d6 Rename offline_profiling_info to profile_compilation_info by Calin Juravle · 7 years ago
  38. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  39. 9186ced ART: Clean up utils.h by Andreas Gampe · 8 years ago
  40. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  41. 71f7726 Add mode bits to open() with O_CREAT. by George Burgess IV · 8 years ago
  42. f57589f Remove logging dependency on runtime by David Sehr · 8 years ago
  43. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  44. 733ddb2 Refactor Dex open methods by David Sehr · 8 years ago
  45. afd3c9e Convert art runtests to Android.bp by Colin Cross · 8 years ago
  46. 6e95dd5 Convert art gtests to Android.bp by Colin Cross · 8 years ago
  47. c7376e0 Convert more of art to Android.bp by Colin Cross · 8 years ago
  48. 7bcdb53 Add ability to generate a random test profile by Calin Juravle · 8 years ago
  49. 37d6a3b Support the -i flag in the new dexdump. by Aart Bik · 8 years ago
  50. 546d24f Enable profman pretty printing by David Sehr · 8 years ago
  51. 4fcdd6d Initial profman support for verbose dump by David Sehr · 8 years ago
  52. ccb3326 Fix debug leftover in profman by Calin Juravle · 8 years ago
  53. d855718 Remove a common subexpression from profman output by David Sehr · 8 years ago
  54. ed79301 Add braces per the coding convention by David Sehr · 8 years ago
  55. 52683cf Limit profman log spam with time threshold by David Sehr · 8 years ago
  56. c824b51 Take into account the change in classes when analysing profiles by Calin Juravle · 8 years ago
  57. 876f350 Extend profman to be able to dump profile content. by Calin Juravle · 8 years ago
  58. 6726546 Improve ProfileSaver to cache data and do minimal I/O by Calin Juravle · 8 years ago
  59. c5dd319 Add and use loaded class profiling by Mathieu Chartier · 9 years ago
  60. de4fb63 Fix profman path for the gtest. by Calin Juravle · 8 years ago
  61. 2e2db78 Revert "Revert "Add profman tool: responsible to process profiles"" by Calin Juravle · 8 years ago
  62. 3da7468 Revert "Add profman tool: responsible to process profiles" by Nicolas Geoffray · 8 years ago
  63. 6caefd9 Add profman tool: responsible to process profiles by Calin Juravle · 8 years ago