1. 64ef58b Use different method to mark DEX PC in the interpreter's CFI. by David Srbecky · 7 years ago
  2. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 7 years ago
  3. f65aa50 Merge "Speed up MterpShouldSwitchInterpreters check" by Alex Light · 7 years ago
  4. 7919db9 Speed up MterpShouldSwitchInterpreters check by Alex Light · 7 years ago
  5. 5414977 Fix MIPS32 mterp by Goran Jakovljevic · 7 years ago
  6. cd5b86d Frame tracking cfi for mterp by buzbee · 7 years ago
  7. 0c91988 MIPS: Remove mterp reliance on code item layout by Alexey Frunze · 7 years ago
  8. 7d86200 Merge "Remove mterp reliance on code item layout" by Mathieu Chartier · 7 years ago
  9. 846127c Clear shadow registers only after potentially switching interpreters. by Nicolas Geoffray · 7 years ago
  10. fc9555d Remove mterp reliance on code item layout by Mathieu Chartier · 7 years ago
  11. f0536a5 Merge "Fix overlapping cfi ranges in mterp" by Bill Buzbee · 7 years ago
  12. 0de2d59 Fix overlapping cfi ranges in mterp by buzbee · 7 years ago
  13. 030fe39 Fix mips64 build by Lena Djokic · 7 years ago
  14. e7732be ART: Implement missing mterp handlers by Orion Hodson · 7 years ago
  15. 848574c Implement asynchronous exception support by Alex Light · 7 years ago
  16. a710d91 ART: Pass current Thread* to Jit::ShouldUsePriorityThreadWeight(). by Vladimir Marko · 7 years ago
  17. 9fb1ab1 Revert "Revert "JVMTI Exception and ExceptionCatch events"" by Alex Light · 7 years ago
  18. 9597424 Revert "JVMTI Exception and ExceptionCatch events" by Nicolas Geoffray · 7 years ago
  19. 798eab0 JVMTI Exception and ExceptionCatch events by Alex Light · 7 years ago
  20. cecc488 Don't increment the hotness for invokes. by Nicolas Geoffray · 7 years ago
  21. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  22. 2419cb7 MIPS: Drop unnecessary code for R6 in interpreter (NAN2008) by Lena Djokic · 7 years ago
  23. b9bec2e Record types when the interpreter executes intrinsics. by Nicolas Geoffray · 7 years ago
  24. 78f1bdc Interpreter intrinsics by buzbee · 7 years ago
  25. fa6adfd ART/Mterp: eliminate unnecessary access checks by buzbee · 8 years ago
  26. 1c5cab0 ART: Let mterp know about invoke-custom by buzbee · 7 years ago
  27. 42a09cb0 ART: Reduce overhead of mterp OSR checking by buzbee · 8 years ago
  28. 5e8d5f0 Fix some typos in ART. by Roland Levillain · 8 years ago
  29. 0d3998b Revert "Revert "Make object allocation entrypoints only take a class."" by Nicolas Geoffray · 8 years ago
  30. f7aaacd Revert "Make object allocation entrypoints only take a class." by Hiroshi Yamauchi · 8 years ago
  31. 2b615ba Make object allocation entrypoints only take a class. by Nicolas Geoffray · 8 years ago
  32. aceff18 Delete extra arm64/mips64 MterpReturn suspend check by Mathieu Chartier · 8 years ago
  33. a04a5cf Mterp/arm: Add CFI directives, add missing change by buzbee · 8 years ago
  34. ac50aab Mterp/arm: Add CFI directives. by buzbee · 8 years ago
  35. 4e1a19b Merge "Mterp/arm64: Add CFI directives." by Vladimir Marko · 8 years ago
  36. 112aa10 Mterp/arm64: Add CFI directives. by Vladimir Marko · 8 years ago
  37. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  38. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  39. 39ce7d2 Merge "Make empty checkpoint work while weak ref access is disabled." by Hiroshi Yamauchi · 8 years ago
  40. 3049324 Make empty checkpoint work while weak ref access is disabled. by Hiroshi Yamauchi · 8 years ago
  41. 261c069 Merge "MIPS32: Improve and moderately clean up mterp." by Vladimir Marko · 8 years ago
  42. 84603bf MIPS32: Improve and moderately clean up mterp. by Alexey Frunze · 8 years ago
  43. ef41db7 Move interpreter to ObjPtr by Mathieu Chartier · 8 years ago
  44. 28d06c1 MIPS32R6: Fix floating point compares in mterp. by Alexey Frunze · 8 years ago
  45. 8a28714 mterp: Placeholder support for invoke-polymorphic by buzbee · 8 years ago
  46. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  47. 89171e4 Merge "[MIPS] Fix a mips64 mterp bug." by Vladimir Marko · 8 years ago
  48. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  49. 4b78706 [MIPS] Fix a mips64 mterp bug. by Douglas Leung · 8 years ago
  50. 3aaa37b creating workflow for mirror::String compression by jessicahandojo · 8 years ago
  51. c218427 Merge "Revert experimental lambda feature." by Narayan Kamath · 8 years ago
  52. 14832ef Revert experimental lambda feature. by Narayan Kamath · 8 years ago
  53. fbcc830 ARM/ARM64: Improve Mterp */lit8 assembly. by Vladimir Marko · 8 years ago
  54. c416502 ARM64: Add comment to mterp int-to-long. by Vladimir Marko · 8 years ago
  55. 20421b9 ARM64: More mterp improvements. by Vladimir Marko · 8 years ago
  56. d9ad357 ARM64/x86-64: Fix mterp fill-array-data-payload pointer calculation. by Vladimir Marko · 8 years ago
  57. fb6db3f ARM64: Improve mterp cmpl/cmpg. by Vladimir Marko · 8 years ago
  58. e622022 ARM64: Improve Mterp. by Vladimir Marko · 8 years ago
  59. 5733e98 ARM64: Fix mterp switch table pointer calculation. by Vladimir Marko · 8 years ago
  60. 6740997 ART: Change return types of field access entrypoints by Andreas Gampe · 8 years ago
  61. d47fd90 Revert "Revert "ART: Add Mterp export pc poison testing mode"" by Bill Buzbee · 8 years ago
  62. d7af522 Revert "ART: Add Mterp export pc poison testing mode" by Bill Buzbee · 8 years ago
  63. e664cfe ART: Add Mterp export pc poison testing mode by buzbee · 8 years ago
  64. 020b18a ART: Improve JitProfiling perf in mips/mips64 mterp. by Douglas Leung · 8 years ago
  65. 963758d ART: Add missing EXPORT_PCs to x86/_64 mterp by buzbee · 8 years ago
  66. f59149a Merge "Add weight to compiled/interpreter transitions." by Nicolas Geoffray · 8 years ago
  67. 9afaac4 Revert "Revert "ART: Improve JitProfile perf in x86_64 mterp"" by Bill Buzbee · 8 years ago
  68. 71cd50f Add weight to compiled/interpreter transitions. by Nicolas Geoffray · 8 years ago
  69. 274fe4a Remove the JIT from the instrumentation framework. by Nicolas Geoffray · 8 years ago
  70. 6990775 Merge "Revert "Revert "ART: Improve JitProfile perf in x86 mterp""" by Bill Buzbee · 8 years ago
  71. b2771b4 Add option to tune sample collection based on thread sensitivity by Calin Juravle · 8 years ago
  72. 0e6aa6d ART: Make mterp jit profiling race tolerant by buzbee · 8 years ago
  73. 1d011d9 Revert "Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp"""" by Bill Buzbee · 8 years ago
  74. d634208 Revert "Revert "ART: Improve JitProfile perf in x86 mterp"" by Bill Buzbee · 8 years ago
  75. 961ea9f Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp""" by Hiroshi Yamauchi · 8 years ago
  76. 6b7d2c0 Revert "ART: Improve JitProfile perf in x86 mterp" by Hiroshi Yamauchi · 8 years ago
  77. 0402c56 Revert "ART: Improve JitProfile perf in x86_64 mterp" by Hiroshi Yamauchi · 8 years ago
  78. 099a611 ART: Improve JitProfile perf in x86_64 mterp by Serguei Katkov · 8 years ago
  79. 3e9edd1 ART: Improve JitProfile perf in x86 mterp by Serguei Katkov · 8 years ago
  80. 4a8ac9c Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp"" by Bill Buzbee · 8 years ago
  81. 6aef867 Revert "ART: Improve JitProfile perf in arm/arm64 mterp" by Calin Juravle · 8 years ago
  82. c1d6b34 ART: Improve JitProfile perf in arm/arm64 mterp by buzbee · 8 years ago
  83. 908c0b2 ART: Mterp arm64 2-operand double rem fix by buzbee · 8 years ago
  84. ace690f ART: mterp arm/arm64 cleanup by buzbee · 8 years ago
  85. 03e31fc Merge "Typo in comment in MIPS32 mterp." by Roland Levillain · 8 years ago
  86. 6589d45 Merge "ART: Enable JitProfiling for MIPS64 Mterp" by Bill Buzbee · 8 years ago
  87. 96530d3 ART: Update arm assembly to use current syntax by buzbee · 8 years ago
  88. f1e74af Typo in comment in MIPS32 mterp. by Roland Levillain · 8 years ago
  89. db045be ART: Enable JitProfiling for MIPS64 Mterp by Alexey Frunze · 8 years ago
  90. 00b53b7 Fast ART MIPS64 interpreter by Alexey Frunze · 9 years ago
  91. c8705a7 ART: Enable JitProfiling for x86_64 Mterp by Serguei Katkov · 8 years ago
  92. 7191fdd Merge "Revert "Revert "Fast ART x86_64 interpretator""" by Bill Buzbee · 8 years ago
  93. 897338d x86 Fast Interpreter: Fix CFI by Serguei Katkov · 8 years ago
  94. 6cbe081 Revert "Revert "Fast ART x86_64 interpretator"" by Serguei Katkov · 8 years ago
  95. 9f03916 Merge "[MIPS] Add Fast Art interpreter for Mips32." by Bill Buzbee · 8 years ago
  96. 200f040 [MIPS] Add Fast Art interpreter for Mips32. by Douglas Leung · 9 years ago
  97. 481352d Revert "Revert "ART: Support interpreter switching in x86 mterp"" by Bill Buzbee · 9 years ago
  98. f1dcacc ART: Profile all branches for on-stack replacement by buzbee · 9 years ago
  99. 2de973d ART: Enable JitProfiling for x86 Mterp by buzbee · 9 years ago
  100. e33d20e Merge "ART: Enable JitProfiling for Arm Mterp" by Bill Buzbee · 9 years ago