1. c7aa87e Remove static_class_ from Method/VarHandle and CallSite. by Vladimir Marko · 7 years ago
  2. 197f1ef Merge "Revert "Remove support for Valgrind in ART."" by Treehugger Robot · 7 years ago
  3. 8b362a8 Revert "Remove support for Valgrind in ART." by Andreas Gampe · 7 years ago
  4. f31343f Merge "Remove support for Valgrind in ART." by Roland Levillain · 7 years ago
  5. 052f8ca Rewrite stackmap encoding code. by David Srbecky · 7 years ago
  6. 47b9580 Add a new thread pool pthread priority option. by Nicolas Geoffray · 7 years ago
  7. 8268cb6 Remove support for Valgrind in ART. by Roland Levillain · 7 years ago
  8. 016fcbe2 Support system server ART-profiling by Calin Juravle · 7 years ago
  9. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  10. 52f5a1f ART: No JIT for native MethodHandle/VarHandle methods by Orion Hodson · 7 years ago
  11. 82d046e Add a profiling library by David Sehr · 7 years ago
  12. f8655b3 Fix test failures with -Xjitthreshold:0. by Vladimir Marko · 7 years ago
  13. be0c7cf Fix running some run-tests with -Xjitthreshold:0 by Vladimir Marko · 7 years ago
  14. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  15. 37602aa Fix "jit at first use" for proxy methods. by Vladimir Marko · 7 years ago
  16. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 8 years ago
  17. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 8 years ago
  18. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 8 years ago
  19. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 8 years ago
  20. f4886df Add mini-debug-info generation mode for JIT. by David Srbecky · 8 years ago
  21. dcc528d ART: Move runtime-debug flags to own files by Andreas Gampe · 8 years ago
  22. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 8 years ago
  23. 2196c65 Revert^4 "JIT JNI stubs." by Vladimir Marko · 8 years ago
  24. 056d775 Revert "Revert "Revert "JIT JNI stubs.""" by Nicolas Geoffray · 8 years ago
  25. e744163 Revert "Revert "JIT JNI stubs."" by Vladimir Marko · 8 years ago
  26. 47d3185 Revert "JIT JNI stubs." by Vladimir Marko · 8 years ago
  27. 3417eae JIT JNI stubs. by Vladimir Marko · 8 years ago
  28. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 8 years ago
  29. 0fa1786 Avoid JVMTI global deoptimization when possible by Alex Light · 8 years ago
  30. 2161193 Ensure that OSR doesn't break local-variable get/set by Alex Light · 8 years ago
  31. a710d91 ART: Pass current Thread* to Jit::ShouldUsePriorityThreadWeight(). by Vladimir Marko · 8 years ago
  32. 7897cec ART: Refactor JIT stress mode a runtime debug flag by Andreas Gampe · 8 years ago
  33. 941c6ec Revert "Update profiling info allocation logic." by Nicolas Geoffray · 8 years ago
  34. 7d6a1c0 Update profiling info allocation logic. by Nicolas Geoffray · 8 years ago
  35. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 8 years ago
  36. 0897e1c ART: Let JIT tasks finish under sanitization by Andreas Gampe · 8 years ago
  37. 4e92c3c Add runtime reasons for deopt. by Nicolas Geoffray · 8 years ago
  38. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 8 years ago
  39. 77651c4 ART: Clean up code related to foreign dex use by Calin Juravle · 8 years ago
  40. 575d3e6 Clean up code info table layout by Mathieu Chartier · 8 years ago
  41. 4471e4f Revert "Revert "ART: Give JIT thread pool workers a peer"" by Andreas Gampe · 9 years ago
  42. 9dfb707 Revert "ART: Give JIT thread pool workers a peer" by Andreas Gampe · 9 years ago
  43. 1ee6dd7 ART: Give JIT thread pool workers a peer by Andreas Gampe · 9 years ago
  44. a2f526f Compressed native PC for stack maps by Mathieu Chartier · 9 years ago
  45. 33083d6 Rename offline_profiling_info to profile_compilation_info by Calin Juravle · 9 years ago
  46. 021c5f2 Make 141-class-unload more robust under JIT. by Nicolas Geoffray · 9 years ago
  47. 320ba91 ART: Add debug exception check to JIT by Andreas Gampe · 9 years ago
  48. f149b3f ART: Add ScopedJitSuspend by Andreas Gampe · 9 years ago
  49. 6beced4 Change iftable to never be null by Mathieu Chartier · 9 years ago
  50. ef41db7 Move interpreter to ObjPtr by Mathieu Chartier · 9 years ago
  51. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 9 years ago
  52. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  53. 3fec9ac ART: Use libbase logging by Andreas Gampe · 9 years ago
  54. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 9 years ago
  55. 6597577 Card mark holding class instead of declaring class by Mathieu Chartier · 9 years ago
  56. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  57. 138dbff Clean up profiler options by Calin Juravle · 9 years ago
  58. 29bdaee Do not allow OSR jump while debugging is active. by Aart Bik · 9 years ago
  59. a263892 Adjust ProfileSaver strategy by Calin Juravle · 9 years ago
  60. 7c9f3ba Fix braino when parsing invoke transition weight. by Nicolas Geoffray · 9 years ago
  61. 155ff3d Add command line option for jit invoke transition weight by Calin Juravle · 9 years ago
  62. ffc8707 Split profile recording from jit compilation by Calin Juravle · 9 years ago
  63. 97cbc92 Allow the framework to register sensistive threads to the runtime by Calin Juravle · 9 years ago
  64. 900d7d4 Merge changes Ie36c4b4a,Ia9968b95,I2c19de14,I99388dee,I072c4e41, ... by Calin Juravle · 9 years ago
  65. 250a378 Add flag to ArtMethod to skip compilation. by Nicolas Geoffray · 9 years ago
  66. b8e6999 Add ProfileSaver stats and dump them during SigQuit by Calin Juravle · 9 years ago
  67. 480d510 Fix interaction between instrumentation and jit lock. by Nicolas Geoffray · 9 years ago
  68. 71cd50f Add weight to compiled/interpreter transitions. by Nicolas Geoffray · 9 years ago
  69. ba6aae0 Fix initialization of field after conflicting merges. by Nicolas Geoffray · 9 years ago
  70. 274fe4a Remove the JIT from the instrumentation framework. by Nicolas Geoffray · 9 years ago
  71. b2771b4 Add option to tune sample collection based on thread sensitivity by Calin Juravle · 9 years ago
  72. 4009bc6 Merge "Implement on-stack replacement for MIPS32 and MIPS64" by Nicolas Geoffray · 9 years ago
  73. 454b3b6 ART: Fix race in on-stack replacement by buzbee · 9 years ago
  74. 09ed098 Pack stack map entries on bit level to save space. by David Srbecky · 9 years ago
  75. 3bc1381 Implement on-stack replacement for MIPS32 and MIPS64 by Goran Jakovljevic · 9 years ago
  76. c1bc415 Only call jit_load after the zygote fork by Mathieu Chartier · 9 years ago
  77. 72918ea Load jit compiler pre zygote fork by Mathieu Chartier · 9 years ago
  78. a4f8154 Collect memory use for the JIT. by Nicolas Geoffray · 9 years ago
  79. 83f080a Tweak JIT hotness threshold. by Nicolas Geoffray · 9 years ago
  80. 87aa99c Merge "Record foreign dex files loaded by the app in the profile" by Calin Juravle · 9 years ago
  81. bcd94c8 Refine statistics around the JIT. by Nicolas Geoffray · 9 years ago
  82. 3512244 Revert "Revert "Use the interpreter as a heartbeat for the JIT."" by Nicolas Geoffray · 9 years ago
  83. c90bc92 Record foreign dex files loaded by the app in the profile by Calin Juravle · 9 years ago
  84. a96917a Revert "Use the interpreter as a heartbeat for the JIT." by Nicolas Geoffray · 9 years ago
  85. 7273a5d Use the interpreter as a heartbeat for the JIT. by Nicolas Geoffray · 9 years ago
  86. 6d17995 Merge "Dump the number of OSR compiled code." by Nicolas Geoffray · 9 years ago
  87. dcedaaa Merge "Implement << operator for DexRegisterLocation::Kind." by David Srbecky · 9 years ago
  88. 7dc1178 Implement << operator for DexRegisterLocation::Kind. by David Srbecky · 9 years ago
  89. fcdd729 Dump the number of OSR compiled code. by Nicolas Geoffray · 9 years ago
  90. 5b82d33 The JIT does not need VerifedMethod nor CompilerCallbacks. by Nicolas Geoffray · 9 years ago
  91. b88d59e Be a bit smarter with JIT code triggering deoptimization. by Nicolas Geoffray · 9 years ago
  92. c0b2796 Follow-up to OSR change. by Nicolas Geoffray · 9 years ago
  93. d186dd8 Re-enable OSR. by Nicolas Geoffray · 9 years ago
  94. e866213 Disable on stack replacement for now. by Nicolas Geoffray · 9 years ago
  95. d9994f0 Re-enable OSR. by Nicolas Geoffray · 9 years ago
  96. 4d9b10a Disable osr while investigating flakiness. by Nicolas Geoffray · 9 years ago
  97. d9bc433 Point fixes after OSR change. by Nicolas Geoffray · 9 years ago
  98. b331feb Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by Nicolas Geoffray · 9 years ago
  99. 9b1c9b7 Fix updating string dex cache array for no class table case by Mathieu Chartier · 10 years ago
  100. 1aa8ec2 Fix up dex cache strings stored in classes by Mathieu Chartier · 10 years ago