1. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 11 years ago
  2. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  3. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  4. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 11 years ago
  5. ee39a10 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  6. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  7. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  8. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  9. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/mirror/dex_cache.h]
  10. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago[Renamed (88%) from src/dex_cache.h]
  11. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  12. 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
  13. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  14. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  15. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  16. a15e67d Remove pad word from arrays by Ian Rogers · 13 years ago
  17. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 13 years ago
  18. bb4d12a Add dex cache codegen helper function. by Logan Chien · 13 years ago
  19. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  20. e343b76 Stub to capture method entry/exit. by jeffhao · 13 years ago
  21. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  22. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  23. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  24. ad25ac5 Static and direct resolution stub. by Ian Rogers · 13 years ago
  25. 4a2b417 Throw exceptions from ClassLinker. by Elliott Hughes · 13 years ago
  26. e4f7e1d Add MANAGED to class definition for classes mirrored beween C++ and managed code by Brian Carlstrom · 13 years ago
  27. 4b620ff Finish moving state to managed heap by Brian Carlstrom · 13 years ago
  28. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago
  29. 561227c Complete direct, static & virtual invoke by buzbee · 13 years ago
  30. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  31. cf4c6c4 Fully implement string interning. by Elliott Hughes · 13 years ago
  32. 8a48741 Allow compilation of classes in different ClassLoaders by Brian Carlstrom · 13 years ago
  33. 1caa2c2 Add InitializedStaticStorage table by Brian Carlstrom · 13 years ago
  34. 9cc262e Clarify CodeAndMethods to CodeAndDirectMethods by Brian Carlstrom · 13 years ago
  35. 83db772 Add DexCache table of <Method*, Method::GetCode()> by Brian Carlstrom · 13 years ago
  36. 5cd2180 Fix invoke sequence and enable recursive Fibonacci by buzbee · 13 years ago
  37. c5ef046 Add slow-path code gen for static/direct invokes by buzbee · 13 years ago
  38. 9ea1cb1 First pass of compiler wrapping class by Brian Carlstrom · 13 years ago
  39. c4fa2c0 Add Method::dex_cache_*_ short cuts to declaring_class_->dex_cache_ by Brian Carlstrom · 13 years ago
  40. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  41. 07d579f Add NDEBUG build by Brian Carlstrom · 13 years ago
  42. 4a96b60 ClassLinker can now FindClass all libcore classes by Brian Carlstrom · 13 years ago
  43. 7e49dca Rename DexFile to DexCache by Brian Carlstrom · 13 years ago