1. 0b4a16e Merge "Support system server ART-profiling" into pi-dev by Calin Juravle · 6 years ago
  2. bafecb3 Clear the profile if we fail to add new methods or classes by Calin Juravle · 6 years ago
  3. fb74d8b Support system server ART-profiling by Calin Juravle · 6 years ago
  4. 3105b27 Add new profile saver options: save without jit & profile AOT code by Calin Juravle · 6 years ago
  5. b876f59 Fix profile filtered loading by Calin Juravle · 6 years ago
  6. cc2cd98 Don't pass empty profile to OatWriter by Mathieu Chartier · 6 years ago
  7. 05675ba More JIT debug data synchronisation. by David Srbecky · 6 years ago
  8. e6564f4 Move some remaining dex utilities by David Sehr · 6 years ago
  9. 1dc9a8b Don't do a read barrier in JIT GC code. by Nicolas Geoffray · 6 years ago
  10. 8f4b056 Move most of runtime/base to libartbase/base by David Sehr · 6 years ago
  11. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 6 years ago
  12. 63e9e87 Merge "Add timestamps to JIT/DEX native debug info." by David Srbecky · 6 years ago
  13. 37602aa Fix "jit at first use" for proxy methods. by Vladimir Marko · 6 years ago
  14. 440a9b3 Add timestamps to JIT/DEX native debug info. by David Srbecky · 6 years ago
  15. 62d45e0 Merge "Add option for not copying dex" by Mathieu Chartier · 6 years ago
  16. 792111c Add option for not copying dex by Mathieu Chartier · 6 years ago
  17. 999646d Dex header cleanup and windows simplification by David Sehr · 6 years ago
  18. ee9cb41 Ensure that we always set the method hotness in the profile by Calin Juravle · 6 years ago
  19. fb3de3d Create list of open dex files for libbacktrace. by David Srbecky · 6 years ago
  20. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 6 years ago
  21. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 6 years ago
  22. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 6 years ago
  23. a6e0e7d Special case JIT update for native methods. by Nicolas Geoffray · 6 years ago
  24. 13a677c Merge "Enable filtering of profile data on load" by Treehugger Robot · 6 years ago
  25. 144c34f Merge "Log JIT mini-debug-info memory usage." by David Srbecky · 6 years ago
  26. d9f4d64 Enable filtering of profile data on load by Calin Juravle · 6 years ago
  27. 9174401 Merge "Enable profile key updates via profman" by Calin Juravle · 6 years ago
  28. 2dba0ab Enable profile key updates via profman by Calin Juravle · 6 years ago
  29. c9e0208 Log JIT mini-debug-info memory usage. by David Srbecky · 6 years ago
  30. 7cca51d Fix ASAN gtest by Calin Juravle · 6 years ago
  31. 3913e48 ART: Refactor profile_compilation_info.h includes by Andreas Gampe · 6 years ago
  32. b6d077a Merge changes I82227160,Ief091d99 by Treehugger Robot · 6 years ago
  33. 36060d1 Fix spelling mistake for ProfileLoadSatus by Calin Juravle · 6 years ago
  34. 1e2de64 Load profiles from zip archives by Calin Juravle · 6 years ago
  35. c684f33 Refactor jit debugger interface and its ELF creation. by David Srbecky · 6 years ago
  36. 9e734c7 Create dex subdirectory by David Sehr · 6 years ago
  37. 4557b38 ART: Rename Atomic::CompareExchange methods by Orion Hodson · 6 years ago
  38. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 6 years ago
  39. f4886df Add mini-debug-info generation mode for JIT. by David Srbecky · 6 years ago
  40. 170331f ART: Remove base/logging from heap-inl.h by Andreas Gampe · 6 years ago
  41. dcc528d ART: Move runtime-debug flags to own files by Andreas Gampe · 6 years ago
  42. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 6 years ago
  43. c9df2dd Merge "Pretty print startup methods in profile dump" by Calin Juravle · 7 years ago
  44. 0545d4a Pretty print startup methods in profile dump by Calin Juravle · 7 years ago
  45. 2196c65 Revert^4 "JIT JNI stubs." by Vladimir Marko · 7 years ago
  46. 056d775 Revert "Revert "Revert "JIT JNI stubs.""" by Nicolas Geoffray · 7 years ago
  47. e744163 Revert "Revert "JIT JNI stubs."" by Vladimir Marko · 7 years ago
  48. 47d3185 Revert "JIT JNI stubs." by Vladimir Marko · 7 years ago
  49. 3417eae JIT JNI stubs. by Vladimir Marko · 7 years ago
  50. b0b68cf ART: Clean up #includes in jit_code_cache.h . by Vladimir Marko · 7 years ago
  51. dd38567 Merge "ART: Fix test dependencies and code" by Treehugger Robot · 7 years ago
  52. 693bfbf ART: Fix test dependencies and code by Andreas Gampe · 7 years ago
  53. 69147f1 Add code item accessor helper classes by Mathieu Chartier · 7 years ago
  54. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  55. 5f31703 Merge "Refactor DexInstructionIterator" by Mathieu Chartier · 7 years ago
  56. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  57. 2b2bef2 Refactor DexInstructionIterator by Mathieu Chartier · 7 years ago
  58. 891a50e Separate file utilities from utils.cc by David Sehr · 7 years ago
  59. 0fa1786 Avoid JVMTI global deoptimization when possible by Alex Light · 7 years ago
  60. 0284f43 Merge changes I4bbb21bf,Ie79b46cd,Ia50aafc8 by Vladimir Marko · 7 years ago
  61. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  62. 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 7 years ago
  63. e764d2e Use ScopedArenaAllocator for register allocation. by Vladimir Marko · 7 years ago
  64. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 7 years ago
  65. 8d8de0c Use CheckedCall for mprotects by Mathieu Chartier · 7 years ago
  66. cfcc9cf ART: Increase the number of potential instrinsics by Orion Hodson · 7 years ago
  67. c46cf80 Add startup/post-startup bits for random profiles by Mathieu Chartier · 7 years ago
  68. f94d960 Merge "Ensure that OSR doesn't break local-variable get/set" by Alex Light · 7 years ago
  69. 1d2d4ff Add DexInstructionIterator and use it a few places by Mathieu Chartier · 7 years ago
  70. 2161193 Ensure that OSR doesn't break local-variable get/set by Alex Light · 7 years ago
  71. 460ab79 Verify NumberMethodId in profile and dex_file. by Shubham Ajmera · 7 years ago
  72. 188b2bf Revert^2 "Verify profile wrt dex file in dex2oat"" by Shubham Ajmera · 7 years ago
  73. 1ad1e3f Add more error logs to profile validation by Calin Juravle · 7 years ago
  74. fc8b422 Clean up AtomicDexRefMap by Mathieu Chartier · 7 years ago
  75. a710d91 ART: Pass current Thread* to Jit::ShouldUsePriorityThreadWeight(). by Vladimir Marko · 7 years ago
  76. 80f2a35 Merge "Verify the checksum before DCHECKS in ProfileCompilationInfo::GetOrAddDexFileData" by Treehugger Robot · 7 years ago
  77. 61200a0 Verify the checksum before DCHECKS in ProfileCompilationInfo::GetOrAddDexFileData by Shubham Ajmera · 7 years ago
  78. d0b0825 Merge "Profman: Use method_percentage and class_percentage values passed for generating profiles" by Treehugger Robot · 7 years ago
  79. afbbf18 Merge profiles without needing to creating profile_compilation_info object by Shubham Ajmera · 7 years ago
  80. d1ee20f Revert^4 "ART: Use proxy ArtMethod's data_ to store the interface method." by Vladimir Marko · 7 years ago
  81. ae49dc0 Add extra dumping for native method JIT samples check by Mathieu Chartier · 7 years ago
  82. 76ccd09 Revert^3 "ART: Use proxy ArtMethod's data_ to store the interface method."" by Nicolas Geoffray · 7 years ago
  83. c42fab3 Revert^2 "ART: Use proxy ArtMethod's data_ to store the interface method." by Vladimir Marko · 7 years ago
  84. 7ef52f7 Revert "ART: Use proxy ArtMethod's data_ to store the interface method." by Nicolas Geoffray · 7 years ago
  85. d704f0b Profman: Use method_percentage and class_percentage values passed for generating profiles by Shubham Ajmera · 7 years ago
  86. 0888cf1 ART: Use proxy ArtMethod's data_ to store the interface method. by Vladimir Marko · 7 years ago
  87. dbd05fe Revert recent JIT code cache changes by Orion Hodson · 7 years ago
  88. 646d638 Move deopt and jit logs from LOG(INFO) to VLOG(jit). by Nicolas Geoffray · 7 years ago
  89. 8bb1786 Revert "Flush icache using rw to r transition" by Nicolas Geoffray · 7 years ago
  90. c8a8a56 Flush icache using rw to r transition by David Sehr · 7 years ago
  91. 06c42a5 ART: Move openjdkjvmti to art/ by Andreas Gampe · 7 years ago
  92. c1ac9ee ART: Move CHA to ClassLinker by Andreas Gampe · 7 years ago
  93. ff80dfc Merge "Jit Code Cache instruction pipeline flushing" by Treehugger Robot · 7 years ago
  94. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  95. df9224c Merge "Move logic to get profile class descriptors to profile info" by Mathieu Chartier · 7 years ago
  96. 4f342b0 Move logic to get profile class descriptors to profile info by Mathieu Chartier · 7 years ago
  97. 56fe32e Jit Code Cache instruction pipeline flushing by Orion Hodson · 7 years ago
  98. 17272ab ARM64: More JIT Code Cache maintenace by Orion Hodson · 7 years ago
  99. 3ecac07 ARM64: JIT Code Cache maintenance by Orion Hodson · 7 years ago
  100. 7897cec ART: Refactor JIT stress mode a runtime debug flag by Andreas Gampe · 7 years ago