1. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  2. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  3. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  4. 8320f38 Prune useless entries from dex to pc map by buzbee · 12 years ago
  5. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  6. 0ec569a Disable dex register descriptions. by Ian Rogers · 12 years ago
  7. caf7654 Fix posting exceptions when a debugger is attached, fix UpdateDebugger, fully implement ThreadGroupReference.Children. by Elliott Hughes · 12 years ago
  8. 08fc03a Include held locks in SIGQUIT thread dumps. by Elliott Hughes · 12 years ago
  9. ca19066 Fix initializer lists to be Google C++ style. by Ian Rogers · 12 years ago
  10. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  11. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 12 years ago
  12. 5ddbe0b Various bits of LLVM changes that are in dalvik-dev but not ics-mr1-plus-art. by Elliott Hughes · 12 years ago
  13. 9b2ba2e Implement LLVM version of stack walking. Fix Jni_Compiler tests. by TDYa127 · 12 years ago
  14. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 12 years ago
  15. 9c044ce Support for promoting Method* and compiler temps by buzbee · 12 years ago
  16. 70c96d4 Fix "wide" cts vm-tests by buzbee · 12 years ago
  17. e196567 SSA rework and support compiler temps in the frame by buzbee · 12 years ago
  18. efccc56 Frame layout change by buzbee · 12 years ago
  19. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  20. 11d1b0c Reduce namespace pollution. by Elliott Hughes · 13 years ago
  21. e343b76 Stub to capture method entry/exit. by jeffhao · 13 years ago
  22. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  23. cccd84f Implement local setting. by Elliott Hughes · 13 years ago
  24. 1bba14f Implement getting of 64-bit locals (double, long). by Elliott Hughes · 13 years ago
  25. bfe487b Makes objects known to the debugger GC roots, implements the THST message, and lets DDMS request stack traces. by Elliott Hughes · 13 years ago
  26. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  27. 68e7652 Start moving stack-related stuff out of thread.h. by Elliott Hughes · 13 years ago