1. 79c87da Add DexFileLoader class by Mathieu Chartier · 8 years ago
  2. e764d2e Use ScopedArenaAllocator for register allocation. by Vladimir Marko · 8 years ago
  3. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 8 years ago
  4. 8d8de0c Use CheckedCall for mprotects by Mathieu Chartier · 8 years ago
  5. cfcc9cf ART: Increase the number of potential instrinsics by Orion Hodson · 8 years ago
  6. c46cf80 Add startup/post-startup bits for random profiles by Mathieu Chartier · 8 years ago
  7. f94d9601 Merge "Ensure that OSR doesn't break local-variable get/set" by Alex Light · 8 years ago
  8. 1d2d4ff Add DexInstructionIterator and use it a few places by Mathieu Chartier · 8 years ago
  9. 2161193 Ensure that OSR doesn't break local-variable get/set by Alex Light · 8 years ago
  10. 460ab79 Verify NumberMethodId in profile and dex_file. by Shubham Ajmera · 8 years ago
  11. 188b2bf Revert^2 "Verify profile wrt dex file in dex2oat"" by Shubham Ajmera · 8 years ago
  12. 1ad1e3f Add more error logs to profile validation by Calin Juravle · 8 years ago
  13. fc8b422 Clean up AtomicDexRefMap by Mathieu Chartier · 8 years ago
  14. a710d91 ART: Pass current Thread* to Jit::ShouldUsePriorityThreadWeight(). by Vladimir Marko · 8 years ago
  15. 80f2a35 Merge "Verify the checksum before DCHECKS in ProfileCompilationInfo::GetOrAddDexFileData" by Treehugger Robot · 8 years ago
  16. 61200a0 Verify the checksum before DCHECKS in ProfileCompilationInfo::GetOrAddDexFileData by Shubham Ajmera · 8 years ago
  17. d0b0825 Merge "Profman: Use method_percentage and class_percentage values passed for generating profiles" by Treehugger Robot · 8 years ago
  18. afbbf18 Merge profiles without needing to creating profile_compilation_info object by Shubham Ajmera · 8 years ago
  19. d1ee20f Revert^4 "ART: Use proxy ArtMethod's data_ to store the interface method." by Vladimir Marko · 8 years ago
  20. ae49dc0 Add extra dumping for native method JIT samples check by Mathieu Chartier · 8 years ago
  21. 76ccd09 Revert^3 "ART: Use proxy ArtMethod's data_ to store the interface method."" by Nicolas Geoffray · 8 years ago
  22. c42fab3 Revert^2 "ART: Use proxy ArtMethod's data_ to store the interface method." by Vladimir Marko · 8 years ago
  23. 7ef52f7 Revert "ART: Use proxy ArtMethod's data_ to store the interface method." by Nicolas Geoffray · 8 years ago
  24. d704f0b Profman: Use method_percentage and class_percentage values passed for generating profiles by Shubham Ajmera · 8 years ago
  25. 0888cf1 ART: Use proxy ArtMethod's data_ to store the interface method. by Vladimir Marko · 8 years ago
  26. dbd05fe Revert recent JIT code cache changes by Orion Hodson · 8 years ago
  27. 646d638 Move deopt and jit logs from LOG(INFO) to VLOG(jit). by Nicolas Geoffray · 8 years ago
  28. 8bb1786 Revert "Flush icache using rw to r transition" by Nicolas Geoffray · 8 years ago
  29. c8a8a56 Flush icache using rw to r transition by David Sehr · 8 years ago
  30. 06c42a5 ART: Move openjdkjvmti to art/ by Andreas Gampe · 8 years ago
  31. c1ac9ee ART: Move CHA to ClassLinker by Andreas Gampe · 8 years ago
  32. ff80dfc Merge "Jit Code Cache instruction pipeline flushing" by Treehugger Robot · 8 years ago
  33. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  34. df9224c Merge "Move logic to get profile class descriptors to profile info" by Mathieu Chartier · 8 years ago
  35. 4f342b0 Move logic to get profile class descriptors to profile info by Mathieu Chartier · 8 years ago
  36. 56fe32e Jit Code Cache instruction pipeline flushing by Orion Hodson · 8 years ago
  37. 17272ab ARM64: More JIT Code Cache maintenace by Orion Hodson · 8 years ago
  38. 3ecac07 ARM64: JIT Code Cache maintenance by Orion Hodson · 8 years ago
  39. 7897cec ART: Refactor JIT stress mode a runtime debug flag by Andreas Gampe · 8 years ago
  40. e8f48da Merge "Change kMultiDexSeparator from ':' to '!'" by Calin Juravle · 8 years ago
  41. dcc6617 Merge "Unbreak Odroid measurements." by Treehugger Robot · 8 years ago
  42. 520dadf Unbreak Odroid measurements. by Nicolas Geoffray · 8 years ago
  43. 43ce5f8 Change flush order in JIT code cache by Orion Hodson · 8 years ago
  44. a308a32 Change kMultiDexSeparator from ':' to '!' by Calin Juravle · 8 years ago
  45. d1dbb74 Separate rw from rx views of jit code cache by David Sehr · 8 years ago
  46. 48a951b Revert "Revert "Relax HasSeenMethod check"" by Mathieu Chartier · 8 years ago
  47. 06bed30 Revert "Revert "Record post startup methods in profile"" by Mathieu Chartier · 8 years ago
  48. 469a27f Merge "Only enforce profile size limits on target builds" by Mathieu Chartier · 8 years ago
  49. a867f7a Revert "Record post startup methods in profile" by Nicolas Geoffray · 8 years ago
  50. c2b6a63 Revert "Relax HasSeenMethod check" by Nicolas Geoffray · 8 years ago
  51. f2e2af8 Only enforce profile size limits on target builds by Mathieu Chartier · 8 years ago
  52. 80e6d73 Relax HasSeenMethod check by Mathieu Chartier · 8 years ago
  53. 5594f11 Record post startup methods in profile by Mathieu Chartier · 8 years ago
  54. 5494e5b Restore profile saver priority in GC critical section by Mathieu Chartier · 8 years ago
  55. 2f79455 Add support for generating boot image profile by Mathieu Chartier · 8 years ago
  56. f70fe3d Add dex2oat support for profile based image creation by Mathieu Chartier · 8 years ago
  57. e46f3a8 Address some review comments for aog/415919 by Mathieu Chartier · 8 years ago
  58. 7c1be8b Layout code items of post startup methods by Mathieu Chartier · 8 years ago
  59. a5dcdf3 Merge "Refactor some profiling info functions" by Mathieu Chartier · 8 years ago
  60. b9499f4 Merge "ART: JIT code cache allocation cleanup" by Treehugger Robot · 8 years ago
  61. bbe3a5e Refactor some profiling info functions by Mathieu Chartier · 8 years ago
  62. e4deaf3 ART: JIT code cache allocation cleanup by Andreas Gampe · 8 years ago
  63. a3d27eb ScopedFlock: Refactor it to be a subclass of FdFile. by Narayan Kamath · 8 years ago
  64. d38b67c Merge "ART: Add JIT cache race test" by Treehugger Robot · 8 years ago
  65. de944ae Merge "Address review comments for aog/411660" by Mathieu Chartier · 8 years ago
  66. 885a713 Add support for profiling boot class path by Mathieu Chartier · 8 years ago
  67. db40eac Address review comments for aog/411660 by Mathieu Chartier · 8 years ago
  68. fbb22de Merge "Don't reset to a level above warmup threshold." by Nicolas Geoffray · 8 years ago
  69. f052aa7 Merge "Update startup compilation thresholds" by Treehugger Robot · 8 years ago
  70. 273d110 Update startup compilation thresholds by Mathieu Chartier · 8 years ago
  71. a74c04b Merge "ART: Clean up asm_support.h" by Treehugger Robot · 8 years ago
  72. faf8320 Optimize FetchAndCacheResolvedClassesAndMethods by Mathieu Chartier · 8 years ago
  73. b2d18fa ART: Clean up asm_support.h by Andreas Gampe · 8 years ago
  74. 58794c5 Merge "ART: Refactor bit_utils and stl_util" by Treehugger Robot · 8 years ago
  75. 88f50b1 Don't reset to a level above warmup threshold. by Nicolas Geoffray · 8 years ago
  76. 941c6ec Revert "Update profiling info allocation logic." by Nicolas Geoffray · 8 years ago
  77. 5678db5 ART: Refactor bit_utils and stl_util by Andreas Gampe · 8 years ago
  78. 7d6a1c0 Update profiling info allocation logic. by Nicolas Geoffray · 8 years ago
  79. eced692 ART: Add JIT cache race test by Orion Hodson · 8 years ago
  80. 5691173 Merge "Only compile hot methods" by Mathieu Chartier · 8 years ago
  81. 05e6047 Merge "Address some review comments for aog/403114" by Mathieu Chartier · 8 years ago
  82. 7b135c8 Only compile hot methods by Mathieu Chartier · 8 years ago
  83. cebf99c Address some review comments for aog/403114 by Mathieu Chartier · 8 years ago
  84. 28b5c58 Dump startup and post startup methods for --dump-only by Mathieu Chartier · 8 years ago
  85. 5d08fcc ART: More header cleanups by Andreas Gampe · 8 years ago
  86. 57cf00b ART: Remove old object_callbacks.h includes by Andreas Gampe · 8 years ago
  87. ea650f3 Move profiles to use bitmaps for startup methods by Mathieu Chartier · 8 years ago
  88. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 8 years ago
  89. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 8 years ago
  90. 38c4ae5 Merge "Handle gracefully profiles with invalid classes or methods" by Calin Juravle · 8 years ago
  91. d853fe4 Merge "Add access flag for previously warm methods" by Mathieu Chartier · 8 years ago
  92. 9fa69d0 Merge "ART: Misc header cleanups" by Treehugger Robot · 8 years ago
  93. 0855688 Handle gracefully profiles with invalid classes or methods by Calin Juravle · 8 years ago
  94. f044c22 Add access flag for previously warm methods by Mathieu Chartier · 8 years ago
  95. 00286db Reset JIT method counters to 0 instead of 1 when clearing. by Jeff Hao · 8 years ago
  96. f0446e9 ART: Misc header cleanups by Andreas Gampe · 8 years ago
  97. deae7db ART: Add missing namespace comments by Andreas Gampe · 8 years ago
  98. d00e02b Fix dexlayout fixed point test by Mathieu Chartier · 8 years ago
  99. 2d7ed74 Merge "Flush data cache after updating the JIT table." by Nicolas Geoffray · 8 years ago
  100. dbddc22 Refactor profiles to use TypeReference instead of ClassReference by Mathieu Chartier · 8 years ago