1. a048560 Move GetClassFromTypeIdx to ArtMethod. by Ian Rogers · 10 years ago
  2. e94652f Remove MethodHelper from the interpreter. by Ian Rogers · 10 years ago
  3. eace458 Move dexCacheStrings from ArtMethod to Class by Mathieu Chartier · 10 years ago
  4. 957ca1c Delete ArtMethod gc_map_ field by Mathieu Chartier · 10 years ago
  5. a7dd038 Fix oatdump to use OatHeader pointer size by Mathieu Chartier · 10 years ago
  6. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  7. 9f3629d Add hash table to link virtual methods by Mathieu Chartier · 10 years ago
  8. ded66a0 Move MethodHelper::GetReturnType to mirror::ArtMethod. by Ian Rogers · 10 years ago
  9. 03b6eaf Tidy MethodProtoHelper. by Ian Rogers · 10 years ago
  10. 2d2621a Optimize method linking by Mathieu Chartier · 10 years ago
  11. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  12. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  13. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  14. e982f0b Implement invoke virtual in optimizing compiler. by Nicolas Geoffray · 10 years ago
  15. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 10 years ago
  16. 805bab1 ART: Fix computation of frame size for direct proxy methods by Serguei Katkov · 10 years ago
  17. 654881f Merge "ART: Fix IncompatibleClassChange check for ArtMethod" by Andreas Gampe · 10 years ago
  18. 8f252e6 ART: Fix IncompatibleClassChange check for ArtMethod by Andreas Gampe · 10 years ago
  19. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  20. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  21. 58a5af8 ART: Add guards to the dex cache and its shortcuts by Andreas Gampe · 10 years ago
  22. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 10 years ago
  23. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  24. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  25. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  26. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 10 years ago
  27. 4c1c510 Improve stack walk performance. by Vladimir Marko · 10 years ago
  28. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  29. f0972a4 Fix generic jni issue in ArtMethod::GetQuickFrameInfo by Dmitry Petrochenko · 10 years ago
  30. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  31. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 10 years ago
  32. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  33. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 10 years ago
  34. 96c6ab9 Separate maps from code in oat file. by Vladimir Marko · 10 years ago
  35. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 10 years ago
  36. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  37. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  38. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 11 years ago
  39. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  40. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  41. 90af14d Get SEA fibonacci running in interpreter mode. by Dragos Sbirlea · 11 years ago
  42. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago[Renamed (63%) from runtime/mirror/abstract_method-inl.h]
  43. 1809a72 Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  44. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  45. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  46. 42425b3 am fc0e3219: Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  47. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  48. 65d15d9 Fixes to instrumentation for debug build and interpreter. by Jeff Hao · 11 years ago
  49. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/mirror/abstract_method-inl.h]
  50. 0aba0ba Created compiled stubs in image. by Jeff Hao · 11 years ago
  51. aa4a793 Rename abstract method code_ to entry_point_from_compiled_code_. by Jeff Hao · 11 years ago
  52. 58df327 Removed compiled resolution trampoline. by Jeff Hao · 11 years ago
  53. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  54. 74180ca Remove code related to compiled invoke stubs. by Jeff Hao · 11 years ago
  55. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  56. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago