1. cc55e1d Don't use fences to implement volatiles by Hans Boehm · 8 years ago
  2. 8228cdf ART: Move CalleeSaveType to callee_save_type.h by Andreas Gampe · 8 years ago
  3. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  4. 5b3c6c0 Refactor code for unresolved field entrypoint. by Nicolas Geoffray · 9 years ago
  5. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 9 years ago
  6. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 9 years ago
  7. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  8. 6740997 ART: Change return types of field access entrypoints by Andreas Gampe · 9 years ago
  9. a61347b Address missed amend by Mathieu Chartier · 9 years ago
  10. bf36918 Fix moving GC bugs in quick_field_entrypoints.cc by Mathieu Chartier · 9 years ago
  11. fb9f4ad Merge "Fix (non-intrinsic) UnsafeCASObject for the read barrier config." by Hiroshi Yamauchi · 10 years ago
  12. cc78f3f Fix (non-intrinsic) UnsafeCASObject for the read barrier config. by Hiroshi Yamauchi · 10 years ago
  13. 7c1559a x86 Baker's read barrier fast path implementation. by Roland Levillain · 10 years ago
  14. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 10 years ago
  15. 6306921 Add a missing reader barrier in entrypoint stub by Man Cao · 10 years ago
  16. 1aee900 Add read barrier support to the entrypoints. by Man Cao · 10 years ago
  17. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  18. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  19. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  20. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  21. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 11 years ago
  22. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 11 years ago
  23. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 11 years ago
  24. 41c507a ART: Generalize code to find PC for artInvokeInterfaceTrampoline by Alexei Zavjalov · 11 years ago
  25. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 11 years ago
  26. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 11 years ago
  27. 4c1c510 Improve stack walk performance. by Vladimir Marko · 11 years ago
  28. d2fe10a Remove blacklist by Sebastien Hertz · 12 years ago
  29. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  30. d4beb6b Inline field and method resolution. by Sebastien Hertz · 12 years ago
  31. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  32. 7655f29 Portable refactorings. by Ian Rogers · 12 years ago
  33. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 12 years ago[Renamed from runtime/oat/runtime/support_field.cc]
  34. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/oat/runtime/support_field.cc]
  35. 233ea8e No access check support. by Sebastien Hertz · 12 years ago
  36. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  37. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  38. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  39. 2fa6b2e Interpreter. by Ian Rogers · 13 years ago
  40. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 13 years ago
  41. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  42. 87e552d Make ICCE logic common, refactor throws. by Ian Rogers · 13 years ago
  43. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 13 years ago
  44. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  45. 57b86d4 Refactor runtime support. by Ian Rogers · 13 years ago