1. 55256cb Extensions to check JNI. by Ian Rogers · 7 years ago
  2. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 7 years ago
  3. 01b47b0 Inlining a few small methods based on profiling dex2oat with perf. by Mingyao Yang · 7 years ago
  4. c73cb64 ART: Remove ObjPtr kPoison template parameter by Andreas Gampe · 7 years ago
  5. 90b936d ART: Refactor verify_object.h by Andreas Gampe · 7 years ago
  6. 08883de ART: Refactor jfieldID handling by Andreas Gampe · 8 years ago
  7. 13b2784 ART: Refactor jmethodID handling by Andreas Gampe · 8 years ago
  8. 8778c52 Change indirect reference table to use ObjPtr by Mathieu Chartier · 8 years ago
  9. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  10. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  11. f1d666e Add ScopedThreadSuspension by Mathieu Chartier · 9 years ago
  12. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  13. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  14. 50030ef Check IsReferenceVReg during deopt by Mathieu Chartier · 9 years ago
  15. e1a0153 Delete invalid DCHECK by Mathieu Chartier · 9 years ago
  16. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  17. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  18. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  19. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  20. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 10 years ago
  21. ea2e1bd Add more read barriers for JNI roots. by Hiroshi Yamauchi · 10 years ago
  22. 576ca0c Reduce header files including header files. by Ian Rogers · 10 years ago
  23. 2b7c4d1 Don't get and restore thread state for ScopedFastNativeObjectAccess. by Mathieu Chartier · 10 years ago
  24. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  25. 92b7889 Clean up ScopedThreadStateChange + Get/SetPrimtiveArrayRegion by Mathieu Chartier · 10 years ago
  26. 987560f Remove support for app JNI workarounds. by Ian Rogers · 10 years ago
  27. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 10 years ago
  28. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 10 years ago
  29. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 10 years ago
  30. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 10 years ago
  31. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  32. 1eb512d Fast JNI support. by Ian Rogers · 11 years ago
  33. c11d9b8 Re-enable concurrent system weak sweeping. by Mathieu Chartier · 11 years ago
  34. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  35. 9dcd45c Fix NewLocalRef to use AddLocalReference. by Elliott Hughes · 11 years ago
  36. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  37. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  38. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/scoped_thread_state_change.h]
  39. 1ffa32f Reduce inlining in debug builds. by Ian Rogers · 11 years ago
  40. c0fa3ad Improve performance of JNI field operations. by Ian Rogers · 11 years ago
  41. 693ff61 Performance improvements by removing a DMB and inlining. by Ian Rogers · 11 years ago
  42. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 11 years ago
  43. 1aa246d Move casts.h and stl_util.h into base/. by Elliott Hughes · 12 years ago
  44. cfaa455 Turn the thread peer_ into a Object*. by Ian Rogers · 12 years ago
  45. 858f1c5 Check point root marking. by Mathieu Chartier · 12 years ago
  46. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  47. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 12 years ago
  48. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  49. 474b6da Move thread flags and state into 32bits. by Ian Rogers · 12 years ago
  50. 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
  51. 22f454c Remove a lock from ScopedThreadStateChange. by Ian Rogers · 12 years ago
  52. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  53. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago