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