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