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