1. d7fcf6e Unsafe: Add native implementations for new methods. by Piotr Jastrzebski · 10 years ago
  2. d843443 Call strong CAS from unsafe. Add more CAS versions. by Hans Boehm · 11 years ago
  3. 228602f Make CAS operations in Object use art::Atomic. by Ian Rogers · 11 years ago
  4. 3035961 Clean up and augment Atomic class. Replace QuasiAtomic MemBars. by Hans Boehm · 11 years ago
  5. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 11 years ago
  6. d2fe10a Remove blacklist by Sebastien Hertz · 12 years ago
  7. 4d2efce Don't hardcode object layout in Unsafe and space_test. by Hiroshi Yamauchi · 11 years ago
  8. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  9. b122a4b Tidy up memory barriers. by Ian Rogers · 12 years ago
  10. 1eb512d Fast JNI support. by Ian Rogers · 12 years ago
  11. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/native/sun_misc_Unsafe.cc]
  12. 1d54e73 GC clean up. by Ian Rogers · 12 years ago
  13. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  14. 9adbff5 Implement Intel QuasiAtomics. by Ian Rogers · 13 years ago
  15. 2502544 Move Unsafe offset code to Java. by Ian Rogers · 13 years ago
  16. 3eace70 Tidy up some raw Object access cruft. by Ian Rogers · 13 years ago
  17. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  18. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 13 years ago
  19. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 13 years ago
  20. 7c6169d Port my AOSP QuasiAtomic rewrite to art. by Elliott Hughes · 13 years ago
  21. 0dae08e Move JNI methods out of top-level. by Ian Rogers · 13 years ago[Renamed from src/sun_misc_Unsafe.cc]
  22. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
  23. 0512f02 Remove anonymous namespaces. by Elliott Hughes · 13 years ago
  24. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  25. a15e67d Remove pad word from arrays by Ian Rogers · 13 years ago
  26. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 14 years ago
  27. 5ee7a8b Implement sun.misc.Unsafe and fix the jfieldID/jmethodID leak. by Elliott Hughes · 14 years ago