1. ff74a74 Rewrite the mterp code generator and the template snippets. by David Srbecky · 6 years ago
  2. ce32c10 Rewrite mterp field access helpers by David Srbecky · 6 years ago
  3. b1b7d14 Merge "ART: Move mterp pointers to object" by Treehugger Robot · 6 years ago
  4. 28dfc59 Rename mterp field helper methods. by David Srbecky · 6 years ago
  5. 27c3df5 Optimize the mterp field setter. by David Srbecky · 6 years ago
  6. ffa15ea Optimize the mterp field getter. by David Srbecky · 6 years ago
  7. 104bab6 Add specialized handler for non-quickened opcodes in mterp. by David Srbecky · 6 years ago
  8. 955f0ba Use clang integrated assembler. by Chih-Hung Hsieh · 7 years ago
  9. 8338995 ART/mterp: Fix mul-long to clear shadow registers. by Vladimir Marko · 7 years ago
  10. 9ddef18 Merge "ObjPtr<>-ify array allocations." by Vladimir Marko · 7 years ago
  11. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 7 years ago
  12. 310cca0 ART: Move mterp pointers to object by Andreas Gampe · 7 years ago
  13. ecec828 ART: Refactor mterp slightly by Andreas Gampe · 7 years ago
  14. 863c880 ART: Add missing .hidden for ExecuteMterpImpl by Andreas Gampe · 7 years ago
  15. 6ec2a1b ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses. by Vladimir Marko · 7 years ago
  16. 06d10a7 ART: Add dex::ProtoIndex by Orion Hodson · 7 years ago
  17. 946bb09 Support unwinding though the switch interpreter. by David Srbecky · 7 years ago
  18. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  19. 64ef58b Use different method to mark DEX PC in the interpreter's CFI. by David Srbecky · 7 years ago
  20. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 7 years ago
  21. f65aa50 Merge "Speed up MterpShouldSwitchInterpreters check" by Alex Light · 7 years ago
  22. 7919db9 Speed up MterpShouldSwitchInterpreters check by Alex Light · 7 years ago
  23. 5414977 Fix MIPS32 mterp by Goran Jakovljevic · 7 years ago
  24. cd5b86d Frame tracking cfi for mterp by buzbee · 7 years ago
  25. 0c91988 MIPS: Remove mterp reliance on code item layout by Alexey Frunze · 7 years ago
  26. 7d86200 Merge "Remove mterp reliance on code item layout" by Mathieu Chartier · 7 years ago
  27. 846127c Clear shadow registers only after potentially switching interpreters. by Nicolas Geoffray · 7 years ago
  28. fc9555d Remove mterp reliance on code item layout by Mathieu Chartier · 7 years ago
  29. f0536a5 Merge "Fix overlapping cfi ranges in mterp" by Bill Buzbee · 7 years ago
  30. 0de2d59 Fix overlapping cfi ranges in mterp by buzbee · 7 years ago
  31. 030fe39 Fix mips64 build by Lena Djokic · 7 years ago
  32. e7732be ART: Implement missing mterp handlers by Orion Hodson · 7 years ago
  33. 848574c Implement asynchronous exception support by Alex Light · 7 years ago
  34. a710d91 ART: Pass current Thread* to Jit::ShouldUsePriorityThreadWeight(). by Vladimir Marko · 7 years ago
  35. 9fb1ab1 Revert "Revert "JVMTI Exception and ExceptionCatch events"" by Alex Light · 7 years ago
  36. 9597424 Revert "JVMTI Exception and ExceptionCatch events" by Nicolas Geoffray · 7 years ago
  37. 798eab0 JVMTI Exception and ExceptionCatch events by Alex Light · 7 years ago
  38. cecc488 Don't increment the hotness for invokes. by Nicolas Geoffray · 7 years ago
  39. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  40. 2419cb7 MIPS: Drop unnecessary code for R6 in interpreter (NAN2008) by Lena Djokic · 8 years ago
  41. b9bec2e Record types when the interpreter executes intrinsics. by Nicolas Geoffray · 8 years ago
  42. 78f1bdc Interpreter intrinsics by buzbee · 8 years ago
  43. fa6adfd ART/Mterp: eliminate unnecessary access checks by buzbee · 8 years ago
  44. 1c5cab0 ART: Let mterp know about invoke-custom by buzbee · 8 years ago
  45. 42a09cb0 ART: Reduce overhead of mterp OSR checking by buzbee · 8 years ago
  46. 5e8d5f0 Fix some typos in ART. by Roland Levillain · 8 years ago
  47. 0d3998b Revert "Revert "Make object allocation entrypoints only take a class."" by Nicolas Geoffray · 8 years ago
  48. f7aaacd Revert "Make object allocation entrypoints only take a class." by Hiroshi Yamauchi · 8 years ago
  49. 2b615ba Make object allocation entrypoints only take a class. by Nicolas Geoffray · 8 years ago
  50. aceff18 Delete extra arm64/mips64 MterpReturn suspend check by Mathieu Chartier · 8 years ago
  51. a04a5cf Mterp/arm: Add CFI directives, add missing change by buzbee · 8 years ago
  52. ac50aab Mterp/arm: Add CFI directives. by buzbee · 8 years ago
  53. 4e1a19b Merge "Mterp/arm64: Add CFI directives." by Vladimir Marko · 8 years ago
  54. 112aa10 Mterp/arm64: Add CFI directives. by Vladimir Marko · 8 years ago
  55. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  56. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  57. 39ce7d2 Merge "Make empty checkpoint work while weak ref access is disabled." by Hiroshi Yamauchi · 8 years ago
  58. 3049324 Make empty checkpoint work while weak ref access is disabled. by Hiroshi Yamauchi · 8 years ago
  59. 261c069 Merge "MIPS32: Improve and moderately clean up mterp." by Vladimir Marko · 8 years ago
  60. 84603bf MIPS32: Improve and moderately clean up mterp. by Alexey Frunze · 8 years ago
  61. ef41db7 Move interpreter to ObjPtr by Mathieu Chartier · 8 years ago
  62. 28d06c1 MIPS32R6: Fix floating point compares in mterp. by Alexey Frunze · 8 years ago
  63. 8a28714 mterp: Placeholder support for invoke-polymorphic by buzbee · 8 years ago
  64. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  65. 89171e4 Merge "[MIPS] Fix a mips64 mterp bug." by Vladimir Marko · 8 years ago
  66. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  67. 4b78706 [MIPS] Fix a mips64 mterp bug. by Douglas Leung · 8 years ago
  68. 3aaa37b creating workflow for mirror::String compression by jessicahandojo · 8 years ago
  69. c218427 Merge "Revert experimental lambda feature." by Narayan Kamath · 8 years ago
  70. 14832ef Revert experimental lambda feature. by Narayan Kamath · 8 years ago
  71. fbcc830 ARM/ARM64: Improve Mterp */lit8 assembly. by Vladimir Marko · 8 years ago
  72. c416502 ARM64: Add comment to mterp int-to-long. by Vladimir Marko · 8 years ago
  73. 20421b9 ARM64: More mterp improvements. by Vladimir Marko · 8 years ago
  74. d9ad357 ARM64/x86-64: Fix mterp fill-array-data-payload pointer calculation. by Vladimir Marko · 9 years ago
  75. fb6db3f ARM64: Improve mterp cmpl/cmpg. by Vladimir Marko · 9 years ago
  76. e622022 ARM64: Improve Mterp. by Vladimir Marko · 9 years ago
  77. 5733e98 ARM64: Fix mterp switch table pointer calculation. by Vladimir Marko · 9 years ago
  78. 6740997 ART: Change return types of field access entrypoints by Andreas Gampe · 9 years ago
  79. d47fd90 Revert "Revert "ART: Add Mterp export pc poison testing mode"" by Bill Buzbee · 9 years ago
  80. d7af522 Revert "ART: Add Mterp export pc poison testing mode" by Bill Buzbee · 9 years ago
  81. e664cfe ART: Add Mterp export pc poison testing mode by buzbee · 9 years ago
  82. 020b18a ART: Improve JitProfiling perf in mips/mips64 mterp. by Douglas Leung · 9 years ago
  83. 963758d ART: Add missing EXPORT_PCs to x86/_64 mterp by buzbee · 9 years ago
  84. f59149a Merge "Add weight to compiled/interpreter transitions." by Nicolas Geoffray · 9 years ago
  85. 9afaac4 Revert "Revert "ART: Improve JitProfile perf in x86_64 mterp"" by Bill Buzbee · 9 years ago
  86. 71cd50f Add weight to compiled/interpreter transitions. by Nicolas Geoffray · 9 years ago
  87. 274fe4a Remove the JIT from the instrumentation framework. by Nicolas Geoffray · 9 years ago
  88. 6990775 Merge "Revert "Revert "ART: Improve JitProfile perf in x86 mterp""" by Bill Buzbee · 9 years ago
  89. b2771b4 Add option to tune sample collection based on thread sensitivity by Calin Juravle · 9 years ago
  90. 0e6aa6d ART: Make mterp jit profiling race tolerant by buzbee · 9 years ago
  91. 1d011d9 Revert "Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp"""" by Bill Buzbee · 9 years ago
  92. d634208 Revert "Revert "ART: Improve JitProfile perf in x86 mterp"" by Bill Buzbee · 9 years ago
  93. 961ea9f Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp""" by Hiroshi Yamauchi · 9 years ago
  94. 6b7d2c0 Revert "ART: Improve JitProfile perf in x86 mterp" by Hiroshi Yamauchi · 9 years ago
  95. 0402c56 Revert "ART: Improve JitProfile perf in x86_64 mterp" by Hiroshi Yamauchi · 9 years ago
  96. 099a611 ART: Improve JitProfile perf in x86_64 mterp by Serguei Katkov · 9 years ago
  97. 3e9edd1 ART: Improve JitProfile perf in x86 mterp by Serguei Katkov · 9 years ago
  98. 4a8ac9c Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp"" by Bill Buzbee · 9 years ago
  99. 6aef867 Revert "ART: Improve JitProfile perf in arm/arm64 mterp" by Calin Juravle · 9 years ago
  100. c1d6b34 ART: Improve JitProfile perf in arm/arm64 mterp by buzbee · 9 years ago