1. ec0395c Merge "Clarify comment on JIT cache flush issue" by Treehugger Robot · 8 years ago
  2. 7c80f2d Convert preload list to profile by David Sehr · 8 years ago
  3. b93ce18 Clarify comment on JIT cache flush issue by Kevin Brodsky · 8 years ago
  4. b18991b Fix ownership of DexFile in profman by David Sehr · 8 years ago
  5. 575d3e6 Clean up code info table layout by Mathieu Chartier · 8 years ago
  6. 4471e4f Revert "Revert "ART: Give JIT thread pool workers a peer"" by Andreas Gampe · 8 years ago
  7. 406402b Merge "Fix creating self-recursive obsolete methods." by Treehugger Robot · 8 years ago
  8. 6674a74 Merge "ART: Reduce overhead of mterp OSR checking" by Bill Buzbee · 8 years ago
  9. 1ebe4fe Fix creating self-recursive obsolete methods. by Alex Light · 8 years ago
  10. 42a09cb0 ART: Reduce overhead of mterp OSR checking by buzbee · 8 years ago
  11. 433b79a Revert "Revert "Make --debuggable rely on JIT code."" by Nicolas Geoffray · 8 years ago
  12. 8135664 Revert "Make --debuggable rely on JIT code." by Vladimir Marko · 8 years ago
  13. a0619e2 Make --debuggable rely on JIT code. by Nicolas Geoffray · 8 years ago
  14. a2f526f Compressed native PC for stack maps by Mathieu Chartier · 8 years ago
  15. 33083d6 Rename offline_profiling_info to profile_compilation_info by Calin Juravle · 8 years ago
  16. dba6148 Revert "Revert "Revert "Revert "Basic obsolete methods support"""" by Alex Light · 8 years ago
  17. 441a5e9 Merge "Revert "Revert "Revert "Basic obsolete methods support"""" by Nicolas Geoffray · 8 years ago
  18. f6abcda Revert "Revert "Revert "Basic obsolete methods support""" by Nicolas Geoffray · 8 years ago
  19. 1aa03b3 Merge changes I8cc87bac,If1a92e47 by Alex Light · 8 years ago
  20. ce77fc0 Revert "Revert "Basic obsolete methods support"" by Alex Light · 8 years ago
  21. 021c5f2 Make 141-class-unload more robust under JIT. by Nicolas Geoffray · 8 years ago
  22. ed015ac Flush JIT data cache when committing code. by Nicolas Geoffray · 8 years ago
  23. b7cc593 Merge "Revert "Basic obsolete methods support"" by Alex Light · 8 years ago
  24. b81a984 Revert "Basic obsolete methods support" by Alex Light · 8 years ago
  25. 6d736d8 Merge "Basic obsolete methods support" by Alex Light · 8 years ago
  26. d8936da Basic obsolete methods support by Alex Light · 8 years ago
  27. 9186ced ART: Clean up utils.h by Andreas Gampe · 8 years ago
  28. 22384ae Revert "Revert "Add kJitTableAddress for HLoadClass."" by Nicolas Geoffray · 8 years ago
  29. d2d5262 Revert "Add kJitTableAddress for HLoadClass." by Nicolas Geoffray · 8 years ago
  30. 5b12f79 Add kJitTableAddress for HLoadClass. by Nicolas Geoffray · 8 years ago
  31. f4b9442 Set the root table size when allocating. by Nicolas Geoffray · 8 years ago
  32. 063fc77 Class Hierarchy Analysis (CHA) by Mingyao Yang · 8 years ago
  33. 41fba6a Change Dex2oatLayoutTest to generate profile itself. by Jeff Hao · 8 years ago
  34. b84defb Do not call IsMarked on null. by Nicolas Geoffray · 8 years ago
  35. c9e2fc2 Merge "Move inline caches GC handling in JitCodeCache." by Nicolas Geoffray · 8 years ago
  36. e51ca8b Move inline caches GC handling in JitCodeCache. by Nicolas Geoffray · 8 years ago
  37. b18a669 Cache flush/invalidate needs RWX permission by Artem Udovichenko · 8 years ago
  38. 7a704be Always fill in root table length by Mathieu Chartier · 8 years ago
  39. f46501c Clear the right data pointer. by Nicolas Geoffray · 8 years ago
  40. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  41. dac7ad1 Merge "Revert "Revert "Revert "Revert "JIT root tables.""""" by Nicolas Geoffray · 8 years ago
  42. 320ba91 ART: Add debug exception check to JIT by Andreas Gampe · 8 years ago
  43. 132d836 Revert "Revert "Revert "Revert "JIT root tables."""" by Nicolas Geoffray · 8 years ago
  44. 137b075 Merge "Change offline profile to store type_idx of classes." by Jeff Hao · 8 years ago
  45. 54b5855 Change offline profile to store type_idx of classes. by Jeff Hao · 8 years ago
  46. f149b3f ART: Add ScopedJitSuspend by Andreas Gampe · 8 years ago
  47. 6beced4 Change iftable to never be null by Mathieu Chartier · 8 years ago
  48. 81cae78 Merge "Revert "Revert "Revert "JIT root tables."""" by Nicolas Geoffray · 8 years ago
  49. 3395fbc Revert "Revert "Revert "JIT root tables.""" by Nicolas Geoffray · 8 years ago
  50. 4b050e8 Merge "Revert "Revert "JIT root tables.""" by Nicolas Geoffray · 8 years ago
  51. 7b8a265 ART: Fix alloc-dealloc mismatch by Andreas Gampe · 8 years ago
  52. 75afcdd Revert "Revert "JIT root tables."" by Nicolas Geoffray · 8 years ago
  53. 4acd036 Revert "JIT root tables." by Nicolas Geoffray · 8 years ago
  54. ac3ebc3 JIT root tables. by Nicolas Geoffray · 8 years ago
  55. ef41db7 Move interpreter to ObjPtr by Mathieu Chartier · 8 years ago
  56. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 8 years ago
  57. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  58. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
  59. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  60. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  61. 26ead49 Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug" by Mathieu Chartier · 8 years ago
  62. 9323e6e Separate annotations from dexfile reading. by David Sehr · 8 years ago
  63. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 8 years ago
  64. 3a21e38 Clean up some includes. by Vladimir Marko · 8 years ago
  65. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  66. 9fe11b1 Merge "ART: Fix JIT profile saver" am: f2b1529b09 by Serguei Katkov · 8 years ago
  67. f2b1529 Merge "ART: Fix JIT profile saver" by Treehugger Robot · 8 years ago
  68. 87de9cf ART: Fix JIT profile saver by Serguei Katkov · 8 years ago
  69. c8e6f7a Merge "Card mark holding class instead of declaring class" am: 0ed44f9595 by Mathieu Chartier · 8 years ago
  70. 6597577 Card mark holding class instead of declaring class by Mathieu Chartier · 8 years ago
  71. 15964a1 Merge "ART: Convert pointer size to enum" am: ba65cc4a71 by Andreas Gampe · 8 years ago
  72. ba65cc4 Merge "ART: Convert pointer size to enum" by Treehugger Robot · 8 years ago
  73. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  74. 36ecf86 Merge \"Put the deletion of profiling info under a GC critical section.\" by Nicolas Geoffray · 8 years ago
  75. cf48fa0 Put the deletion of profiling info under a GC critical section. by Nicolas Geoffray · 8 years ago
  76. d4a4527 Merge \"Fix profiling output to properly display class info.\" am: 9755c262df by Jeff Hao · 8 years ago
  77. 58d40f3 Fix profiling output to properly display class info. by Jeff Hao · 8 years ago
  78. 38a445a Merge \"Clean up profiler options\" am: 04a23d7e10 by Calin Juravle · 9 years ago
  79. 04a23d7 Merge "Clean up profiler options" by Treehugger Robot · 9 years ago
  80. 138dbff Clean up profiler options by Calin Juravle · 9 years ago
  81. b698604 Merge \"Add ability to generate a random test profile\" am: 4dd9d82d6c by Calin Juravle · 9 years ago
  82. b9440ff Merge \"Add debug option to ignore checksum checks in profiles.\" am: ece0c2e4de by Calin Juravle · 9 years ago
  83. 7bcdb53 Add ability to generate a random test profile by Calin Juravle · 9 years ago
  84. c458857 Add debug option to ignore checksum checks in profiles. by Calin Juravle · 9 years ago
  85. 5cbeea6 Merge "Don\'t do any I/O when starting the profile saver" into nyc-dev by Calin Juravle · 9 years ago
  86. 655c3c3 Don't do any I/O when starting the profile saver by Calin Juravle · 9 years ago
  87. 5d04eb6 Fix profile saver reference point when calculating the sleep time by Calin Juravle · 9 years ago
  88. f92404a Merge "Fix profile saver reference point when calculating the sleep time" into nyc-dev by Calin Juravle · 9 years ago
  89. 38a68c7 Merge "Fix profile saver reference point when calculating the sleep time" into nyc-dev by TreeHugger Robot · 9 years ago
  90. dc85bd7 Fix profile saver reference point when calculating the sleep time by Calin Juravle · 9 years ago
  91. a7ba0fa Avoid long sleep in ProfileSaver am: 8f15335d96 by Brian Carlstrom · 9 years ago
  92. dc3b128 Avoid long sleep in ProfileSaver by Brian Carlstrom · 9 years ago
  93. 8f15335 Avoid long sleep in ProfileSaver by Brian Carlstrom · 9 years ago
  94. 5382425 Merge "Add methods with samples during launch to profile" into nyc-dev by Mathieu Chartier · 9 years ago
  95. 27ed3a4 Add methods with samples during launch to profile by Mathieu Chartier · 9 years ago
  96. c600eaa Add methods with samples during launch to profile by Mathieu Chartier · 9 years ago
  97. 8fbea8e Add missing check for IsShuttingDown in profile saver by Calin Juravle · 9 years ago
  98. 8a325a9 Merge "Do not allow OSR jump while debugging is active." into nyc-dev by Aart Bik · 9 years ago
  99. 4a9962d Merge "Do not allow OSR jump while debugging is active." am: 0fc5abef6f by Aart Bik · 9 years ago
  100. 5ecab6e Do not allow OSR jump while debugging is active. by Aart Bik · 9 years ago