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