1. 504a690 Fix assert failure in interpreter after deoptimization. by Mingyao Yang · 9 years ago
  2. 56fdd0e ART: Disambiguate access-checks mode from lock-counting by Andreas Gampe · 9 years ago
  3. 963758d ART: Add missing EXPORT_PCs to x86/_64 mterp by buzbee · 9 years ago
  4. b679515 ART: Disable unstarted runtime pow test for valgrind by Andreas Gampe · 9 years ago
  5. b8a00f9 ART: Add Math cutouts by Andreas Gampe · 9 years ago
  6. 715fdc2 ART: Add some reflection cutouts by Andreas Gampe · 9 years ago
  7. 3ed30c3 ART: Remove Security initialization cutout by Andreas Gampe · 9 years ago
  8. 8ce9c30 ART: Add cutout for Character.toLower/UpperCase by Andreas Gampe · 9 years ago
  9. eb8b0ae ART: Add ClassLoader.getResourceAsStream cutout by Andreas Gampe · 9 years ago
  10. f59149a Merge "Add weight to compiled/interpreter transitions." by Nicolas Geoffray · 9 years ago
  11. d4fa9f4 ART: Add a System.getProperty cutout by Andreas Gampe · 9 years ago
  12. 9afaac4 Revert "Revert "ART: Improve JitProfile perf in x86_64 mterp"" by Bill Buzbee · 9 years ago
  13. 71cd50f Add weight to compiled/interpreter transitions. by Nicolas Geoffray · 9 years ago
  14. 274fe4a Remove the JIT from the instrumentation framework. by Nicolas Geoffray · 9 years ago
  15. 6990775 Merge "Revert "Revert "ART: Improve JitProfile perf in x86 mterp""" by Bill Buzbee · 9 years ago
  16. b2771b4 Add option to tune sample collection based on thread sensitivity by Calin Juravle · 9 years ago
  17. 89e3b48 ART: Simplify unstarted-runtime ceil and floor by Andreas Gampe · 9 years ago
  18. b2880a9 Merge "unstarted_runtime: add cutout for Math.floor" by Sergio Giro · 9 years ago
  19. 8326120 unstarted_runtime: add cutout for Math.floor by Sergio Giro · 9 years ago
  20. 0e6aa6d ART: Make mterp jit profiling race tolerant by buzbee · 9 years ago
  21. 1d011d9 Revert "Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp"""" by Bill Buzbee · 9 years ago
  22. 93e94f2 ART: Fix interpreter single-step when doing OSR by buzbee · 9 years ago
  23. 8a18fde ART: Add cutout for Unsafe.putObjectVolatile by Andreas Gampe · 9 years ago
  24. 13fc1be ART: Add integer & long parsing cutout to unstarted runtime by Andreas Gampe · 9 years ago
  25. 6039e56 ART: Add getDeclaredConstructor cutout for unstarted runtime by Andreas Gampe · 9 years ago
  26. 5c9af61 ART: Add arraycopy(byte) to unstarted runtime by Andreas Gampe · 9 years ago
  27. c2c9bcb Merge "Revert "Remove many `instrumentation` variables from goto interpreter."" by Vladimir Marko · 9 years ago
  28. d777983 Revert "Remove many `instrumentation` variables from goto interpreter." by Vladimir Marko · 9 years ago
  29. d634208 Revert "Revert "ART: Improve JitProfile perf in x86 mterp"" by Bill Buzbee · 9 years ago
  30. 961ea9f Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp""" by Hiroshi Yamauchi · 9 years ago
  31. 6b7d2c0 Revert "ART: Improve JitProfile perf in x86 mterp" by Hiroshi Yamauchi · 9 years ago
  32. 0402c56 Revert "ART: Improve JitProfile perf in x86_64 mterp" by Hiroshi Yamauchi · 9 years ago
  33. 01afcbb Merge "ART: Better support for arraycopy in unstarted runtime" by Andreas Gampe · 9 years ago
  34. 85a098a ART: Better support for arraycopy in unstarted runtime by Andreas Gampe · 9 years ago
  35. a1e9312 unstarted_runtime: Update references to decimal format classes. by Narayan Kamath · 9 years ago
  36. 34a316f unstarted_runtime: Add additional cutouts by Narayan Kamath · 9 years ago
  37. 4cb22b4 Remove many `instrumentation` variables from goto interpreter. by Vladimir Marko · 9 years ago
  38. 099a611 ART: Improve JitProfile perf in x86_64 mterp by Serguei Katkov · 9 years ago
  39. 3e9edd1 ART: Improve JitProfile perf in x86 mterp by Serguei Katkov · 9 years ago
  40. 13ce07a Merge "ART: Fix unstarted runtime for Security" by Andreas Gampe · 9 years ago
  41. e0f633e ART: Fix unstarted runtime for Security by Andreas Gampe · 9 years ago
  42. 4a8ac9c Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp"" by Bill Buzbee · 9 years ago
  43. 6aef867 Revert "ART: Improve JitProfile perf in arm/arm64 mterp" by Calin Juravle · 9 years ago
  44. c1d6b34 ART: Improve JitProfile perf in arm/arm64 mterp by buzbee · 9 years ago
  45. 908c0b2 ART: Mterp arm64 2-operand double rem fix by buzbee · 9 years ago
  46. ace690f ART: mterp arm/arm64 cleanup by buzbee · 9 years ago
  47. 03e31fc Merge "Typo in comment in MIPS32 mterp." by Roland Levillain · 9 years ago
  48. 6589d45 Merge "ART: Enable JitProfiling for MIPS64 Mterp" by Bill Buzbee · 9 years ago
  49. 96530d3 ART: Update arm assembly to use current syntax by buzbee · 9 years ago
  50. f1e74af Typo in comment in MIPS32 mterp. by Roland Levillain · 9 years ago
  51. db045be ART: Enable JitProfiling for MIPS64 Mterp by Alexey Frunze · 9 years ago
  52. b5e8ade Merge "Fast ART MIPS64 interpreter" by Bill Buzbee · 9 years ago
  53. 52d6810 Merge "Revert "Revert "Use the interpreter as a heartbeat for the JIT.""" by Nicolas Geoffray · 9 years ago
  54. 3512244 Revert "Revert "Use the interpreter as a heartbeat for the JIT."" by Nicolas Geoffray · 9 years ago
  55. 00b53b7 Fast ART MIPS64 interpreter by Alexey Frunze · 10 years ago
  56. c8705a7 ART: Enable JitProfiling for x86_64 Mterp by Serguei Katkov · 9 years ago
  57. 73e31f8 Merge "Revert "Use the interpreter as a heartbeat for the JIT."" by Nicolas Geoffray · 9 years ago
  58. a96917a Revert "Use the interpreter as a heartbeat for the JIT." by Nicolas Geoffray · 9 years ago
  59. 7191fdd Merge "Revert "Revert "Fast ART x86_64 interpretator""" by Bill Buzbee · 9 years ago
  60. 4626786 Merge "x86 Fast Interpreter: Fix CFI" by Bill Buzbee · 9 years ago
  61. 01f4dae Merge "Use the interpreter as a heartbeat for the JIT." by Nicolas Geoffray · 9 years ago
  62. 7273a5d Use the interpreter as a heartbeat for the JIT. by Nicolas Geoffray · 9 years ago
  63. 897338d x86 Fast Interpreter: Fix CFI by Serguei Katkov · 9 years ago
  64. 6cbe081 Revert "Revert "Fast ART x86_64 interpretator"" by Serguei Katkov · 9 years ago
  65. 9f03916 Merge "[MIPS] Add Fast Art interpreter for Mips32." by Bill Buzbee · 9 years ago
  66. bc4d218 ART: Add unstarted-runtime functions by Andreas Gampe · 9 years ago
  67. 200f040 [MIPS] Add Fast Art interpreter for Mips32. by Douglas Leung · 9 years ago
  68. 481352d Revert "Revert "ART: Support interpreter switching in x86 mterp"" by Bill Buzbee · 9 years ago
  69. f1dcacc ART: Profile all branches for on-stack replacement by buzbee · 9 years ago
  70. 2de973d ART: Enable JitProfiling for x86 Mterp by buzbee · 9 years ago
  71. eacf4cb Merge "ART: Add Class.getEnclosingClass() to UnstartedRuntime" by Andreas Gampe · 9 years ago
  72. 633750c ART: Add Class.getEnclosingClass() to UnstartedRuntime by Andreas Gampe · 9 years ago
  73. e33d20e Merge "ART: Enable JitProfiling for Arm Mterp" by Bill Buzbee · 9 years ago
  74. 25633b0 Merge "Use adds instead of add to set the N flag." by Nicolas Geoffray · 9 years ago
  75. 69564bb Use adds instead of add to set the N flag. by Nicolas Geoffray · 9 years ago
  76. 0b38d6a Merge "Enable bytecode tracing in ART FI" by Bill Buzbee · 9 years ago
  77. 4ed2e43 Merge "x86 ART FI clean-up" by Bill Buzbee · 9 years ago
  78. 9fb0ac7 Enable bytecode tracing in ART FI by Serguei Katkov · 9 years ago
  79. c3b4c6e ART: Enable JitProfiling for Arm Mterp by buzbee · 9 years ago
  80. 29db752 Merge "Revert "Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64""""" by Bill Buzbee · 9 years ago
  81. fd522f9 Revert "Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64"""" by Bill Buzbee · 9 years ago
  82. 98e6ce4 Remove string init map. by Nicolas Geoffray · 9 years ago
  83. ff8579e x86 ART FI clean-up by Serguei Katkov · 9 years ago
  84. dd5e5e9 Revert "Revert "Make it possible to enable native debugging through debug flags"" by Tamas Berghammer · 9 years ago
  85. 953e4c9 Merge "Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64"""" by Nicolas Geoffray · 9 years ago
  86. 5d03317 Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64""" by Nicolas Geoffray · 9 years ago
  87. 797f70c Merge "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64""" by Bill Buzbee · 9 years ago
  88. 50cf600 ART: Fix arm mterp shadow handling by buzbee · 9 years ago
  89. 9687f24 Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64"" by Bill Buzbee · 9 years ago
  90. 27ec302 Merge "Make it possible to enable native debugging through debug flags" by Tamas Berghammer · 9 years ago
  91. c94a61f Make it possible to enable native debugging through debug flags by Tamas Berghammer · 9 years ago
  92. 05dfaaa Mterp: Fix and restore mac host build by Serguei Katkov · 10 years ago
  93. b331feb Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by Nicolas Geoffray · 9 years ago
  94. 586996a Merge "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64"" by Nicolas Geoffray · 9 years ago
  95. 95717f0 Revert "ART: Enable Jit Profiling in Mterp for arm/arm64" by Nicolas Geoffray · 9 years ago
  96. a4e9812 Merge "ART: Enable Jit Profiling in Mterp for arm/arm64" by Bill Buzbee · 9 years ago
  97. a0a1610 ART: Enable Jit Profiling in Mterp for arm/arm64 by buzbee · 10 years ago
  98. 867d63b Merge "runtime: Don't skip verification for -Xverify:soft-fail" by Igor Murashkin · 10 years ago
  99. df707e4 runtime: Don't skip verification for -Xverify:soft-fail by Igor Murashkin · 10 years ago
  100. 071b933 Merge changes from topic 'reflection_1_8' by Igor Murashkin · 10 years ago