1. de1b2a2 Revert "Revert "Add support for booting with a boot classpath not fully AOTed."" by Nicolas Geoffray · 6 years ago
  2. 14bfedd Revert "Add support for booting with a boot classpath not fully AOTed." by Andreas Gampe · 6 years ago
  3. 7417ce9 Add support for booting with a boot classpath not fully AOTed. by Nicolas Geoffray · 7 years ago
  4. 6c22540 Merge "Revert^2 "Reduce the number of calls to Jit::AddSamples."" by David Srbecky · 7 years ago
  5. e3fc2d1 Revert^2 "Reduce the number of calls to Jit::AddSamples." by David Srbecky · 7 years ago
  6. 98a520c Merge "Revert "Revert "Add a baseline flag to JIT compile.""" by Treehugger Robot · 7 years ago
  7. 075456e Revert "Revert "Add a baseline flag to JIT compile."" by Nicolas Geoffray · 7 years ago
  8. 344b0d1 Revert "Add a baseline flag to JIT compile." by Andreas Gampe · 7 years ago
  9. 93c21ba Avoid waiting for threads to create by Mathieu Chartier · 7 years ago
  10. e734fe8 Add a baseline flag to JIT compile. by Nicolas Geoffray · 7 years ago
  11. ce9ed36 Enable JIT in zygote. by Nicolas Geoffray · 7 years ago
  12. 0402f4b Revert "Reduce the number of calls to Jit::AddSamples." by Nicolas Geoffray · 7 years ago
  13. db94f2b Reduce the number of calls to Jit::AddSamples. by David Srbecky · 7 years ago
  14. c9de61c Revert^2 "Refactor code around JIT creation." by Nicolas Geoffray · 7 years ago
  15. 763cd98 Revert "Refactor code around JIT creation." by Andreas Gampe · 7 years ago
  16. 7a2c7c2 Refactor code around JIT creation. by Nicolas Geoffray · 7 years ago
  17. a7edd0d Fix JIT creation so it picks up runtime flags. by Nicolas Geoffray · 7 years ago
  18. ad28f5e ART: add hook for framework to set SELinux context by Orion Hodson · 7 years ago
  19. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 7 years ago
  20. 59b950f Prevent jit-compilation from loading classes in jit-on-first-use by Alex Light · 7 years ago
  21. 6d90fde Fix art_quick_osr_stub signature. by Evgenii Stepanov · 7 years ago
  22. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 7 years ago
  23. d25eb2c Revert^5 "Rewrite JVMTI method tracing to use trampolines" by David Srbecky · 7 years ago
  24. d7da314 Revert^4 "Rewrite JVMTI method tracing to use trampolines" by Alex Light · 7 years ago
  25. bf2ca05 Revert^3 "Rewrite JVMTI method tracing to use trampolines" by David Srbecky · 7 years ago
  26. 460c6ce Revert^2 "Rewrite JVMTI method tracing to use trampolines" by Alex Light · 7 years ago
  27. 8772eb7 Revert "Rewrite JVMTI method tracing to use trampolines" by Alex Light · 7 years ago
  28. 25bf446 Rewrite JVMTI method tracing to use trampolines by Alex Light · 7 years ago
  29. 2d441b1 Make instrumentation trampoline able to jump to jit code by Alex Light · 7 years ago
  30. e140212 Move some helper methods to DexRegisterLocation. by David Srbecky · 7 years ago
  31. 74f2ccc Merge "Revert^2 "Remove support for Valgrind in ART."" by Roland Levillain · 7 years ago
  32. 05e34f4 Revert^2 "Remove support for Valgrind in ART." by Roland Levillain · 7 years ago
  33. fd89b07 Remove unused GetDexRegisterMap arguments. by David Srbecky · 7 years ago
  34. 21d45b4 Simplify DexRegisterMap API. by David Srbecky · 7 years ago
  35. c7aa87e Remove static_class_ from Method/VarHandle and CallSite. by Vladimir Marko · 7 years ago
  36. 197f1ef Merge "Revert "Remove support for Valgrind in ART."" by Treehugger Robot · 7 years ago
  37. 8b362a8 Revert "Remove support for Valgrind in ART." by Andreas Gampe · 7 years ago
  38. f31343f Merge "Remove support for Valgrind in ART." by Roland Levillain · 7 years ago
  39. 052f8ca Rewrite stackmap encoding code. by David Srbecky · 7 years ago
  40. 47b9580 Add a new thread pool pthread priority option. by Nicolas Geoffray · 7 years ago
  41. 8268cb6 Remove support for Valgrind in ART. by Roland Levillain · 7 years ago
  42. 016fcbe2 Support system server ART-profiling by Calin Juravle · 7 years ago
  43. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  44. 52f5a1f ART: No JIT for native MethodHandle/VarHandle methods by Orion Hodson · 7 years ago
  45. 82d046e Add a profiling library by David Sehr · 7 years ago
  46. f8655b3 Fix test failures with -Xjitthreshold:0. by Vladimir Marko · 7 years ago
  47. be0c7cf Fix running some run-tests with -Xjitthreshold:0 by Vladimir Marko · 7 years ago
  48. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  49. 37602aa Fix "jit at first use" for proxy methods. by Vladimir Marko · 7 years ago
  50. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 8 years ago
  51. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 8 years ago
  52. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 8 years ago
  53. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 8 years ago
  54. f4886df Add mini-debug-info generation mode for JIT. by David Srbecky · 8 years ago
  55. dcc528d ART: Move runtime-debug flags to own files by Andreas Gampe · 8 years ago
  56. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 8 years ago
  57. 2196c65 Revert^4 "JIT JNI stubs." by Vladimir Marko · 8 years ago
  58. 056d775 Revert "Revert "Revert "JIT JNI stubs.""" by Nicolas Geoffray · 8 years ago
  59. e744163 Revert "Revert "JIT JNI stubs."" by Vladimir Marko · 8 years ago
  60. 47d3185 Revert "JIT JNI stubs." by Vladimir Marko · 8 years ago
  61. 3417eae JIT JNI stubs. by Vladimir Marko · 8 years ago
  62. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 8 years ago
  63. 0fa1786 Avoid JVMTI global deoptimization when possible by Alex Light · 8 years ago
  64. 2161193 Ensure that OSR doesn't break local-variable get/set by Alex Light · 8 years ago
  65. a710d91 ART: Pass current Thread* to Jit::ShouldUsePriorityThreadWeight(). by Vladimir Marko · 8 years ago
  66. 7897cec ART: Refactor JIT stress mode a runtime debug flag by Andreas Gampe · 8 years ago
  67. 941c6ec Revert "Update profiling info allocation logic." by Nicolas Geoffray · 8 years ago
  68. 7d6a1c0 Update profiling info allocation logic. by Nicolas Geoffray · 8 years ago
  69. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 8 years ago
  70. 0897e1c ART: Let JIT tasks finish under sanitization by Andreas Gampe · 8 years ago
  71. 4e92c3c Add runtime reasons for deopt. by Nicolas Geoffray · 8 years ago
  72. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 8 years ago
  73. 77651c4 ART: Clean up code related to foreign dex use by Calin Juravle · 8 years ago
  74. 575d3e6 Clean up code info table layout by Mathieu Chartier · 8 years ago
  75. 4471e4f Revert "Revert "ART: Give JIT thread pool workers a peer"" by Andreas Gampe · 9 years ago
  76. 9dfb707 Revert "ART: Give JIT thread pool workers a peer" by Andreas Gampe · 9 years ago
  77. 1ee6dd7 ART: Give JIT thread pool workers a peer by Andreas Gampe · 9 years ago
  78. a2f526f Compressed native PC for stack maps by Mathieu Chartier · 9 years ago
  79. 33083d6 Rename offline_profiling_info to profile_compilation_info by Calin Juravle · 9 years ago
  80. 021c5f2 Make 141-class-unload more robust under JIT. by Nicolas Geoffray · 9 years ago
  81. 320ba91 ART: Add debug exception check to JIT by Andreas Gampe · 9 years ago
  82. f149b3f ART: Add ScopedJitSuspend by Andreas Gampe · 9 years ago
  83. 6beced4 Change iftable to never be null by Mathieu Chartier · 9 years ago
  84. ef41db7 Move interpreter to ObjPtr by Mathieu Chartier · 9 years ago
  85. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 9 years ago
  86. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  87. 3fec9ac ART: Use libbase logging by Andreas Gampe · 9 years ago
  88. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 9 years ago
  89. 6597577 Card mark holding class instead of declaring class by Mathieu Chartier · 9 years ago
  90. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  91. 138dbff Clean up profiler options by Calin Juravle · 9 years ago
  92. 29bdaee Do not allow OSR jump while debugging is active. by Aart Bik · 9 years ago
  93. a263892 Adjust ProfileSaver strategy by Calin Juravle · 9 years ago
  94. 7c9f3ba Fix braino when parsing invoke transition weight. by Nicolas Geoffray · 9 years ago
  95. 155ff3d Add command line option for jit invoke transition weight by Calin Juravle · 9 years ago
  96. ffc8707 Split profile recording from jit compilation by Calin Juravle · 9 years ago
  97. 97cbc92 Allow the framework to register sensistive threads to the runtime by Calin Juravle · 9 years ago
  98. 900d7d4 Merge changes Ie36c4b4a,Ia9968b95,I2c19de14,I99388dee,I072c4e41, ... by Calin Juravle · 9 years ago
  99. 250a378 Add flag to ArtMethod to skip compilation. by Nicolas Geoffray · 9 years ago
  100. b8e6999 Add ProfileSaver stats and dump them during SigQuit by Calin Juravle · 9 years ago