1. f48644b Update native methods whitelist. by Sebastien Hertz · 11 years ago
  2. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  3. 4d2efce Don't hardcode object layout in Unsafe and space_test. by Hiroshi Yamauchi · 11 years ago
  4. 5bb9903 Fix CreateMultiArray to be compaction safe. by Mathieu Chartier · 11 years ago
  5. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  6. 4605362 Don't rely on gcc extensions by Bernhard Rosenkränzer · 11 years ago
  7. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  8. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  9. 2c88b38 Make goto-based interpreter the default interpreter. by Sebastien Hertz · 11 years ago
  10. e861ebd Fix interpreter bugs. by Mathieu Chartier · 11 years ago
  11. c61124b Cleanup invoke in interpreter. by Sebastien Hertz · 11 years ago
  12. fc0e94b StringPiece clean up. by Ian Rogers · 11 years ago
  13. 8ece050 Add an interpreter using computed goto table. by Sebastien Hertz · 11 years ago
  14. 89502fc A char array copy optimization. by Hiroshi Yamauchi · 11 years ago
  15. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  16. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  17. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  18. c449aa8 Clear exception if catch block doesn't have move-exception. by Ian Rogers · 11 years ago
  19. 1521e95 Avoid unnecessary exception checks. by Sebastien Hertz · 11 years ago
  20. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 11 years ago
  21. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  22. a6dd03f Merge "Update DEX pc before thread suspension." into dalvik-dev by Sebastien Hertz · 11 years ago
  23. 5fde12a Update DEX pc before thread suspension. by Sebastien Hertz · 11 years ago
  24. 1895ea3 Fix cpplint readability/fn_size issues by Brian Carlstrom · 11 years ago
  25. 3e3d591 Fix cpplint build/namespaces issues by Brian Carlstrom · 11 years ago
  26. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  27. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  28. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  29. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/interpreter/interpreter.cc]
  30. 56adf60 Adds ThrowAbstractMethodError to common throws. by Sebastien Hertz · 12 years ago
  31. 3dd9f76 Interpret methods invoked via JNI in interpreter only mode. by Jeff Hao · 12 years ago
  32. cc10e0e Constructor barrier support in DEX-to-DEX compiler. by Sebastien Hertz · 12 years ago
  33. 2cb33b8 Improve SPARSE_SWITCH handling in interpreter. by Sebastien Hertz · 12 years ago
  34. dfe1935 Merge "Avoid duplicated code for FILLED_NEW_ARRAY." into dalvik-dev by Sebastien Hertz · 12 years ago
  35. 24bbb10 Avoid duplicated code for FILLED_NEW_ARRAY. by Sebastien Hertz · 12 years ago
  36. 13e2d1f Minor interpreter cleanup. by Sebastien Hertz · 12 years ago
  37. 0a3b863 Remove unused Thread parameter from ThrowArithmeticExceptionDivideByZero. by Sebastien Hertz · 12 years ago
  38. 2d6ba51 Quickening support. by Sebastien Hertz · 12 years ago
  39. 1d54e73 GC clean up. by Ian Rogers · 12 years ago
  40. 233ea8e No access check support. by Sebastien Hertz · 12 years ago
  41. 45ee8eb Merge "Better inline instrumentation callbacks in interpreter." into dalvik-dev by Sebastien Hertz · 12 years ago
  42. 0aba0ba Created compiled stubs in image. by Jeff Hao · 12 years ago
  43. 443dcc3 Harmonize checks in switch instructions in interpreter. by Sebastien Hertz · 12 years ago
  44. 74109f6 Better inline instrumentation callbacks in interpreter. by Sebastien Hertz · 12 years ago
  45. 92c607f Optimize branch instructions in interpreter. by Sebastien Hertz · 12 years ago
  46. e701f48 Clean up shadow frame. by Jeff Hao · 12 years ago
  47. ba3ce9a Re-enable thread-safety checking on host, warn when not enabled. by Ian Rogers · 12 years ago
  48. 790ad90 Some more interpreter cleanup. by Jeff Hao · 12 years ago
  49. ca6ad22 Specialize DoInvoke in interpreter. by Sebastien Hertz · 12 years ago
  50. a9cccb8 Merge "Optimize field access in interpreter by improving inlining." into dalvik-dev by Sebastien Hertz · 12 years ago
  51. c8a3ff8 Optimize field access in interpreter by improving inlining. by Sebastien Hertz · 12 years ago
  52. 6951067 Some interpreter cleanup. by Jeff Hao · 12 years ago
  53. 33e9566 Various GCC 3.6 and clang build fixes. by Ian Rogers · 12 years ago
  54. 8b81549 Merge "Optimize aput-object in interpreter." into dalvik-dev by Ian Rogers · 12 years ago
  55. 6bdd8f4 Optimize aput-object in interpreter. by Sebastien Hertz · 12 years ago
  56. e15e7fa Update monitor enter/exit exception handling in interpreter. by Sebastien Hertz · 12 years ago
  57. d8274bc Fix clang build issues. by Ian Rogers · 12 years ago
  58. fa46d3e Interpreter tweaks by Ian Rogers · 12 years ago
  59. 9cec247 Various improvements to interpreter. by Jeff Hao · 12 years ago
  60. 6613519 Allocate shadow frames in interpreter on stack instead of on heap. by Jeff Hao · 12 years ago
  61. 807a256 Improve interpreter performance. by Sebastien Hertz · 12 years ago
  62. 1674363 Improve interpreter to interpreter invokes. by Jeff Hao · 12 years ago
  63. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  64. 6474d19 Remove use of compiled invoke stubs from portable. by Jeff Hao · 12 years ago
  65. f3e9855 Slow ART. by Ian Rogers · 12 years ago
  66. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  67. 5d91730 Changes to remove need for compiled invoke stubs for quick. by Jeff Hao · 12 years ago
  68. 05f3057 Move monitor related object routines to object-inl.h by Ian Rogers · 12 years ago
  69. 11ffc2d Changes to LLVM to support deoptimization. by Jeff Hao · 12 years ago
  70. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  71. 7a22fa6 Refactor StackVisitor to take a Thread*. by Ian Rogers · 12 years ago
  72. 7db619b Enter interpreter stub. by Ian Rogers · 12 years ago
  73. 5f548e0 Fix 107-int-math2 with interpreter. by Ian Rogers · 12 years ago
  74. 306057f Support for deoptimization needed for debugging. by Ian Rogers · 12 years ago
  75. 9b5aa6f Locking and exception handling fixes for debugger/interpreter. by jeffhao · 12 years ago
  76. 14f0db9 Fixes to interpreter and debugger for JDWP. by jeffhao · 12 years ago
  77. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  78. 262e251 Fixed slow path for invoke-direct with null this pointer. by jeffhao · 12 years ago
  79. 42b4dc4 Interpreter fixes. by jeffhao · 12 years ago
  80. ce4cc0d Using gcmap instead of shadow frame. by TDYa127 · 12 years ago
  81. 94d6df4 Fixes to make all run-tests except 051-thread work. by jeffhao · 12 years ago
  82. 0a9bb73 Fixed access checks on class resolution in interpreter. by jeffhao · 12 years ago
  83. d752132 Various fixes to the interpreter. First 23 run-test tests pass. by jeffhao · 12 years ago
  84. 87a6edd Fixes to interpreter, now passes 003-omnibus-opcodes. by jeffhao · 12 years ago
  85. d91398c Fix interpreter int/long div/rem. by jeffhao · 12 years ago
  86. 689d9f0 Missing return for interpreter iput/get NPE. by Ian Rogers · 12 years ago
  87. 58bf0c6 Fix interpreter cmp[gl]-double. by Ian Rogers · 12 years ago
  88. 373c52f Added CheckSuspend and UpdateDebugger to interpreter loop. by jeffhao · 12 years ago
  89. 17ffcab Fix interpreter const-class. by Ian Rogers · 12 years ago
  90. 556d637 Implement interpreter packed-switch. by Ian Rogers · 12 years ago
  91. 64b6d14 Interpret class initializers when building image. by Ian Rogers · 12 years ago
  92. 2fa6b2e Interpreter. by Ian Rogers · 12 years ago