1. e701f48 Clean up shadow frame. by Jeff Hao · 11 years ago
  2. ba3ce9a Re-enable thread-safety checking on host, warn when not enabled. by Ian Rogers · 11 years ago
  3. 790ad90 Some more interpreter cleanup. by Jeff Hao · 11 years ago
  4. ca6ad22 Specialize DoInvoke in interpreter. by Sebastien Hertz · 11 years ago
  5. a9cccb8 Merge "Optimize field access in interpreter by improving inlining." into dalvik-dev by Sebastien Hertz · 11 years ago
  6. c8a3ff8 Optimize field access in interpreter by improving inlining. by Sebastien Hertz · 11 years ago
  7. 6951067 Some interpreter cleanup. by Jeff Hao · 11 years ago
  8. 33e9566 Various GCC 3.6 and clang build fixes. by Ian Rogers · 11 years ago
  9. 8b81549 Merge "Optimize aput-object in interpreter." into dalvik-dev by Ian Rogers · 11 years ago
  10. 6bdd8f4 Optimize aput-object in interpreter. by Sebastien Hertz · 11 years ago
  11. e15e7fa Update monitor enter/exit exception handling in interpreter. by Sebastien Hertz · 11 years ago
  12. d8274bc Fix clang build issues. by Ian Rogers · 11 years ago
  13. fa46d3e Interpreter tweaks by Ian Rogers · 11 years ago
  14. 9cec247 Various improvements to interpreter. by Jeff Hao · 11 years ago
  15. 6613519 Allocate shadow frames in interpreter on stack instead of on heap. by Jeff Hao · 11 years ago
  16. 807a256 Improve interpreter performance. by Sebastien Hertz · 12 years ago
  17. 1674363 Improve interpreter to interpreter invokes. by Jeff Hao · 11 years ago
  18. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  19. 6474d19 Remove use of compiled invoke stubs from portable. by Jeff Hao · 12 years ago
  20. f3e9855 Slow ART. by Ian Rogers · 12 years ago
  21. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  22. 5d91730 Changes to remove need for compiled invoke stubs for quick. by Jeff Hao · 12 years ago
  23. 05f3057 Move monitor related object routines to object-inl.h by Ian Rogers · 12 years ago
  24. 11ffc2d Changes to LLVM to support deoptimization. by Jeff Hao · 12 years ago
  25. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  26. 7a22fa6 Refactor StackVisitor to take a Thread*. by Ian Rogers · 12 years ago
  27. 7db619b Enter interpreter stub. by Ian Rogers · 12 years ago
  28. 5f548e0 Fix 107-int-math2 with interpreter. by Ian Rogers · 12 years ago
  29. 306057f Support for deoptimization needed for debugging. by Ian Rogers · 12 years ago
  30. 9b5aa6f Locking and exception handling fixes for debugger/interpreter. by jeffhao · 12 years ago
  31. 14f0db9 Fixes to interpreter and debugger for JDWP. by jeffhao · 12 years ago
  32. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  33. 262e251 Fixed slow path for invoke-direct with null this pointer. by jeffhao · 12 years ago
  34. 42b4dc4 Interpreter fixes. by jeffhao · 12 years ago
  35. ce4cc0d Using gcmap instead of shadow frame. by TDYa127 · 12 years ago
  36. 94d6df4 Fixes to make all run-tests except 051-thread work. by jeffhao · 12 years ago
  37. 0a9bb73 Fixed access checks on class resolution in interpreter. by jeffhao · 12 years ago
  38. d752132 Various fixes to the interpreter. First 23 run-test tests pass. by jeffhao · 12 years ago
  39. 87a6edd Fixes to interpreter, now passes 003-omnibus-opcodes. by jeffhao · 12 years ago
  40. d91398c Fix interpreter int/long div/rem. by jeffhao · 12 years ago
  41. 689d9f0 Missing return for interpreter iput/get NPE. by Ian Rogers · 12 years ago
  42. 58bf0c6 Fix interpreter cmp[gl]-double. by Ian Rogers · 12 years ago
  43. 373c52f Added CheckSuspend and UpdateDebugger to interpreter loop. by jeffhao · 12 years ago
  44. 17ffcab Fix interpreter const-class. by Ian Rogers · 12 years ago
  45. 556d637 Implement interpreter packed-switch. by Ian Rogers · 12 years ago
  46. 64b6d14 Interpret class initializers when building image. by Ian Rogers · 12 years ago
  47. 2fa6b2e Interpreter. by Ian Rogers · 12 years ago