1. 882ed6b Add low_4gb MemMap and remove ashmem support for Fuchsia by Steve Austin · 7 years ago
  2. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 7 years ago
  3. f5fc6bc Merge "Simplify DexRegisterMap API." by David Srbecky · 7 years ago
  4. 21d45b4 Simplify DexRegisterMap API. by David Srbecky · 7 years ago
  5. 1fed343 Move profile testing to CommonArtTest by David Sehr · 7 years ago
  6. c7aa87e Remove static_class_ from Method/VarHandle and CallSite. by Vladimir Marko · 7 years ago
  7. 197f1ef Merge "Revert "Remove support for Valgrind in ART."" by Treehugger Robot · 7 years ago
  8. 8b362a8 Revert "Remove support for Valgrind in ART." by Andreas Gampe · 7 years ago
  9. f31343f Merge "Remove support for Valgrind in ART." by Roland Levillain · 7 years ago
  10. 052f8ca Rewrite stackmap encoding code. by David Srbecky · 7 years ago
  11. 47b9580 Add a new thread pool pthread priority option. by Nicolas Geoffray · 7 years ago
  12. 8268cb6 Remove support for Valgrind in ART. by Roland Levillain · 7 years ago
  13. 607624f ART: Rename JitCodeCache::FreeCode(const void*) by Orion Hodson · 7 years ago
  14. 016fcbe2 Support system server ART-profiling by Calin Juravle · 7 years ago
  15. d109956 Merge "Clear the profile if we fail to add new methods or classes" by Calin Juravle · 7 years ago
  16. d5aeade Clear the profile if we fail to add new methods or classes by Calin Juravle · 7 years ago
  17. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  18. 6af9869 Merge "Add new profile saver options: save without jit & profile AOT code" by Calin Juravle · 7 years ago
  19. b3d1eee Add new profile saver options: save without jit & profile AOT code by Calin Juravle · 7 years ago
  20. e40f65f ART: Relayout ProfilingInfo by Andreas Gampe · 7 years ago
  21. 52f5a1f ART: No JIT for native MethodHandle/VarHandle methods by Orion Hodson · 7 years ago
  22. 82d046e Add a profiling library by David Sehr · 7 years ago
  23. f0cf86f Fix profile filtered loading by Calin Juravle · 7 years ago
  24. f120ffc Dump profile checksums by Mathieu Chartier · 7 years ago
  25. 74b9994 Merge "Move profile dependent modules to libartbase" by Treehugger Robot · 7 years ago
  26. 79e2607 Move profile dependent modules to libartbase by David Sehr · 7 years ago
  27. 4a265c2 Don't pass empty profile to OatWriter by Mathieu Chartier · 7 years ago
  28. 1ce2b3b Move remaining runtime/base stuff to libartbase by David Sehr · 7 years ago
  29. 3215fff Separate Malloc and MemMap ArenaPools by David Sehr · 7 years ago
  30. 27b9676 ART: Simplify quasi_atomic.h by Orion Hodson · 7 years ago
  31. 0117908 ART: Remove unused atomic field from JitCodeCache by Orion Hodson · 7 years ago
  32. 88591fe ART: Simplify atomic.h by Orion Hodson · 7 years ago
  33. aa96086 Merge changes I4ca880f6,I6ebe18fe by Vladimir Marko · 7 years ago
  34. f8655b3 Fix test failures with -Xjitthreshold:0. by Vladimir Marko · 7 years ago
  35. f191ae7 Merge "Move some remaining dex utilities" by Treehugger Robot · 7 years ago
  36. 99ddca5 Merge "Fix running some run-tests with -Xjitthreshold:0" by Treehugger Robot · 7 years ago
  37. 312f3b2 Move some remaining dex utilities by David Sehr · 7 years ago
  38. be0c7cf Fix running some run-tests with -Xjitthreshold:0 by Vladimir Marko · 7 years ago
  39. d767f2d More JIT debug data synchronisation. by David Srbecky · 7 years ago
  40. 34088e1 Don't do a read barrier in JIT GC code. by Nicolas Geoffray · 7 years ago
  41. 74ed8d3 ART: JitCodeCache remove only_for_tlb_shootdown by Orion Hodson · 7 years ago
  42. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  43. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  44. 63e9e87 Merge "Add timestamps to JIT/DEX native debug info." by David Srbecky · 7 years ago
  45. 37602aa Fix "jit at first use" for proxy methods. by Vladimir Marko · 7 years ago
  46. 440a9b3 Add timestamps to JIT/DEX native debug info. by David Srbecky · 7 years ago
  47. 62d45e0 Merge "Add option for not copying dex" by Mathieu Chartier · 7 years ago
  48. 792111c Add option for not copying dex by Mathieu Chartier · 7 years ago
  49. 999646d Dex header cleanup and windows simplification by David Sehr · 7 years ago
  50. ee9cb41 Ensure that we always set the method hotness in the profile by Calin Juravle · 7 years ago
  51. fb3de3d Create list of open dex files for libbacktrace. by David Srbecky · 8 years ago
  52. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 8 years ago
  53. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 8 years ago
  54. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 8 years ago
  55. a6e0e7d Special case JIT update for native methods. by Nicolas Geoffray · 8 years ago
  56. 13a677c Merge "Enable filtering of profile data on load" by Treehugger Robot · 8 years ago
  57. 144c34f Merge "Log JIT mini-debug-info memory usage." by David Srbecky · 8 years ago
  58. d9f4d64 Enable filtering of profile data on load by Calin Juravle · 8 years ago
  59. 9174401 Merge "Enable profile key updates via profman" by Calin Juravle · 8 years ago
  60. 2dba0ab Enable profile key updates via profman by Calin Juravle · 8 years ago
  61. c9e0208 Log JIT mini-debug-info memory usage. by David Srbecky · 8 years ago
  62. 7cca51d Fix ASAN gtest by Calin Juravle · 8 years ago
  63. 3913e48 ART: Refactor profile_compilation_info.h includes by Andreas Gampe · 8 years ago
  64. b6d077a Merge changes I82227160,Ief091d99 by Treehugger Robot · 8 years ago
  65. 36060d1 Fix spelling mistake for ProfileLoadSatus by Calin Juravle · 8 years ago
  66. 1e2de64 Load profiles from zip archives by Calin Juravle · 8 years ago
  67. c684f33 Refactor jit debugger interface and its ELF creation. by David Srbecky · 8 years ago
  68. 9e734c7 Create dex subdirectory by David Sehr · 8 years ago
  69. 4557b38 ART: Rename Atomic::CompareExchange methods by Orion Hodson · 8 years ago
  70. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 8 years ago
  71. f4886df Add mini-debug-info generation mode for JIT. by David Srbecky · 8 years ago
  72. 170331f ART: Remove base/logging from heap-inl.h by Andreas Gampe · 8 years ago
  73. dcc528d ART: Move runtime-debug flags to own files by Andreas Gampe · 8 years ago
  74. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 8 years ago
  75. c9df2dd Merge "Pretty print startup methods in profile dump" by Calin Juravle · 8 years ago
  76. 0545d4a Pretty print startup methods in profile dump by Calin Juravle · 8 years ago
  77. 2196c65 Revert^4 "JIT JNI stubs." by Vladimir Marko · 8 years ago
  78. 056d775 Revert "Revert "Revert "JIT JNI stubs.""" by Nicolas Geoffray · 8 years ago
  79. e744163 Revert "Revert "JIT JNI stubs."" by Vladimir Marko · 8 years ago
  80. 47d3185 Revert "JIT JNI stubs." by Vladimir Marko · 8 years ago
  81. 3417eae JIT JNI stubs. by Vladimir Marko · 8 years ago
  82. b0b68cf ART: Clean up #includes in jit_code_cache.h . by Vladimir Marko · 8 years ago
  83. dd38567 Merge "ART: Fix test dependencies and code" by Treehugger Robot · 8 years ago
  84. 693bfbf ART: Fix test dependencies and code by Andreas Gampe · 8 years ago
  85. 69147f1 Add code item accessor helper classes by Mathieu Chartier · 8 years ago
  86. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 8 years ago
  87. 5f31703 Merge "Refactor DexInstructionIterator" by Mathieu Chartier · 8 years ago
  88. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 8 years ago
  89. 2b2bef2 Refactor DexInstructionIterator by Mathieu Chartier · 8 years ago
  90. 891a50e Separate file utilities from utils.cc by David Sehr · 8 years ago
  91. 0fa1786 Avoid JVMTI global deoptimization when possible by Alex Light · 8 years ago
  92. 0284f43 Merge changes I4bbb21bf,Ie79b46cd,Ia50aafc8 by Vladimir Marko · 8 years ago
  93. 79c87da Add DexFileLoader class by Mathieu Chartier · 8 years ago
  94. 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 8 years ago
  95. e764d2e Use ScopedArenaAllocator for register allocation. by Vladimir Marko · 8 years ago
  96. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 8 years ago
  97. 8d8de0c Use CheckedCall for mprotects by Mathieu Chartier · 8 years ago
  98. cfcc9cf ART: Increase the number of potential instrinsics by Orion Hodson · 8 years ago
  99. c46cf80 Add startup/post-startup bits for random profiles by Mathieu Chartier · 8 years ago
  100. f94d9601 Merge "Ensure that OSR doesn't break local-variable get/set" by Alex Light · 8 years ago