1. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 9 years ago
  2. 811bd5f ART: Make method handle runtime code callable from compiler. by Orion Hodson · 9 years ago
  3. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 9 years ago
  4. cfa325e ART: Add verifier support for invoke-polymorphic. by Orion Hodson · 9 years ago
  5. 35b6546 Merge "ART: Throw InternalError rather than VirtualMachineError" by Orion Hodson · 9 years ago
  6. 1c87878 Revert "Revert "Method Handles: Add VarargsCollector."" by Orion Hodson · 9 years ago
  7. fef0664 ART: Throw InternalError rather than VirtualMachineError by Orion Hodson · 9 years ago
  8. 12af7a4 Revert "Method Handles: Add VarargsCollector." by Orion Hodson · 9 years ago
  9. ab52ce1 Method Handles: Add VarargsCollector. by Orion Hodson · 9 years ago
  10. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 9 years ago
  11. 6beced4 Change iftable to never be null by Mathieu Chartier · 9 years ago
  12. 1a06f9f MethodHandles: Enable return value conversions. by Orion Hodson · 9 years ago
  13. 751e288 MethodHandles: Remove obsolete TODO. by Narayan Kamath · 9 years ago
  14. 0d781e6 MethodHandles: Constructor support by Orion Hodson · 9 years ago
  15. ba28f9f Argument conversions for setter/getter MethodHandles. by Orion Hodson · 9 years ago
  16. e82809a Merge "MethodHandles: Implement MethodHandle.asType." by Treehugger Robot · 9 years ago
  17. 0c14d8b ART: Additional initialization for MethodHandle accessors. by Orion Hodson · 9 years ago
  18. 0a8485e MethodHandles: Implement MethodHandle.asType. by Narayan Kamath · 9 years ago
  19. 2cb856c Address review comments from change 000e1885701c8f. by Narayan Kamath · 9 years ago
  20. 3e0dce0 MethodHandles: Better detail message for WrongMethodTypeExceptions by Narayan Kamath · 9 years ago
  21. 6fcc5e8 Interpreter: fix build. by Narayan Kamath · 9 years ago
  22. bb04c9b Merge "Getter/Setter support for invoke-polymorphic of invokeExact()." by Orion Hodson · 9 years ago
  23. 3d617ac Getter/Setter support for invoke-polymorphic of invokeExact(). by Orion Hodson · 9 years ago
  24. 000e188 method_handles: Complete support for emulated stack frames. by Narayan Kamath · 9 years ago
  25. a314773 Add handle wrapper for interpreter iget/iput quick by Mathieu Chartier · 9 years ago
  26. e22305b Add handle wrapper for DoCallCommon by Mathieu Chartier · 9 years ago
  27. ef41db7 Move interpreter to ObjPtr by Mathieu Chartier · 9 years ago
  28. c3b7f1a Interpreter: Add support for method handle transforms [Part 1]. by Narayan Kamath · 9 years ago
  29. da24650 method_handles: Minor refactor of PerformArgumentConversions. by Narayan Kamath · 9 years ago
  30. 9bdaeeb Revert "Revert "Interpreter: Add support for direct handle invokes on methods."" by Narayan Kamath · 9 years ago
  31. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  32. 208f857 interpreter: support for non-exact invokes. by Narayan Kamath · 9 years ago
  33. 8ee0b08 Merge "Basic implementation of invoke / invoke-polymorphic." by Treehugger Robot · 9 years ago
  34. 9823e78 Basic implementation of invoke / invoke-polymorphic. by Narayan Kamath · 9 years ago
  35. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 9 years ago
  36. 370423d interpreter: Remove unnecessary template arg from DoCallCommon. by Narayan Kamath · 9 years ago
  37. 0715c0b Add handle wrapper for interpreter field get/set by Mathieu Chartier · 9 years ago
  38. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 9 years ago
  39. da079bb Cleanup String.<init> handling. by Nicolas Geoffray · 9 years ago
  40. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  41. 14832ef Revert experimental lambda feature. by Narayan Kamath · 9 years ago
  42. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  43. ffedec5 Revert "Revert "Move rewritten StringFactory call results into dex registers for deopt"" by Mingyao Yang · 9 years ago
  44. 695e2c4 Revert "Move rewritten StringFactory call results into dex registers for deopt" by Hiroshi Yamauchi · 9 years ago
  45. 8ca33bf Move rewritten StringFactory call results into dex registers for deopt by Mingyao Yang · 9 years ago
  46. 71cd50f Add weight to compiled/interpreter transitions. by Nicolas Geoffray · 9 years ago
  47. daf58c8 Revert "Fix issue with proxy invocation on default methods" by Alex Light · 9 years ago
  48. ec3b7ab Fix issue with proxy invocation on default methods by Alex Light · 9 years ago
  49. 98e6ce4 Remove string init map. by Nicolas Geoffray · 9 years ago
  50. dd5e5e9 Revert "Revert "Make it possible to enable native debugging through debug flags"" by Tamas Berghammer · 9 years ago
  51. 3a98aae Revert "Make it possible to enable native debugging through debug flags" by Tamas Berghammer · 9 years ago
  52. c94a61f Make it possible to enable native debugging through debug flags by Tamas Berghammer · 9 years ago
  53. 9f95ba7 interpreter: Fix proxy method invocation with access checks enabled. by Igor Murashkin · 10 years ago
  54. 05d2415 Add option to never interpret. by Siva Chandra · 10 years ago
  55. 65902e8 ART: Optimize out redundant NewInstances of String by David Brazdil · 10 years ago
  56. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 10 years ago
  57. 03ec930 ART: Lock counting in the interpreter by Andreas Gampe · 10 years ago
  58. 3cfa4d0 ART: Remove interpreter entrypoints by Andreas Gampe · 10 years ago
  59. cf3f991 Merge "ART: Use unique_ptr for alloca-ed ShadowFrames" by Andreas Gampe · 10 years ago
  60. 6918bf1 Revert "Revert "lambda: Experimental support for capture-variable and liberate-variable"" by Igor Murashkin · 10 years ago
  61. 446ca43 Merge "Revert "lambda: Experimental support for capture-variable and liberate-variable"" by Nicolas Geoffray · 10 years ago
  62. 7bbb80a Revert "lambda: Experimental support for capture-variable and liberate-variable" by Nicolas Geoffray · 10 years ago
  63. 9c612ca Merge "lambda: Experimental support for capture-variable and liberate-variable" by Igor Murashkin · 10 years ago
  64. b721234 lambda: Experimental support for capture-variable and liberate-variable by Igor Murashkin · 10 years ago
  65. b302592 ART: Use unique_ptr for alloca-ed ShadowFrames by Andreas Gampe · 10 years ago
  66. 7856835 Fix locking on string init map (again). by Vladimir Marko · 10 years ago
  67. 4686c52 Fix locking on string init map. by Jeff Hao · 10 years ago
  68. a2c3864 Add lock around interpreter string init reg map. by Jeff Hao · 10 years ago
  69. 520633b Support deoptimization on exception by Sebastien Hertz · 10 years ago
  70. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 10 years ago
  71. 90ef3db Address some comments and clean up by Mathieu Chartier · 10 years ago
  72. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  73. 7bf2b4f Revert "Revert "Remove interpreter entrypoint in ArtMethod."" by Nicolas Geoffray · 10 years ago
  74. 7070ccd Revert "Remove interpreter entrypoint in ArtMethod." by Nicolas Geoffray · 10 years ago
  75. fa2c054 Remove interpreter entrypoint in ArtMethod. by Nicolas Geoffray · 10 years ago
  76. a06b49b interpreter: Fix string init for soft-failed invokes by Igor Murashkin · 10 years ago
  77. f12ffdb Merge "Fix moving GC bug in DoFilledNewArray" by Mathieu Chartier · 10 years ago
  78. 52ea33b Fix moving GC bug in DoFilledNewArray by Mathieu Chartier · 10 years ago
  79. 158f35c interpreter: Add experimental lambda opcodes for invoke/create-lambda by Igor Murashkin · 10 years ago
  80. c449e8b runtime: Minor cleanup and extra comments around interpreter by Igor Murashkin · 10 years ago
  81. f795869 Follow up on CL 151605 by Sebastien Hertz · 10 years ago
  82. 1f2d3ba Fix nested deoptimization. by Mingyao Yang · 10 years ago
  83. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  84. 799681b ART: Refactor UnstartedRuntime for testing by Andreas Gampe · 10 years ago
  85. 8c638bc Fix non-range String init calls by Kenny Root · 10 years ago
  86. 9651d9b Restore interpreter check during DoCall removed by string init. by Jeff Hao · 10 years ago
  87. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 12 years ago
  88. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  89. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  90. 45b1597 Use va_list argument to abort transaction by Sebastien Hertz · 10 years ago
  91. 2fd7e69 Use specific exception class to abort transaction by Sebastien Hertz · 10 years ago
  92. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 10 years ago
  93. eb07669 JDWP: Optimized single step during debugging by Daniel Mihalyi · 11 years ago
  94. 2969bcd ART: Refactor unstarted runtime by Andreas Gampe · 10 years ago
  95. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  96. 5c9d8f0 Merge "Compute the right catch location for the debugger." by Nicolas Geoffray · 10 years ago
  97. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 10 years ago
  98. e2be653 ART: Allow arraycopy with int[] in unstarted runtime by Andreas Gampe · 10 years ago
  99. 029113f Merge "ART: Fix missing handles" by Andreas Gampe · 10 years ago
  100. 729699d ART: Fix missing handles by Andreas Gampe · 10 years ago