1. 0dd8c39 Track libcore change aa517a356a38b8cd6764667e1edd735aaf5978e9. by Narayan Kamath · 9 years ago
  2. db92e15 Merge "Fix (non-intrinsic) UnsafeCASObject for the read barrier config." am: fb9f4ad455 by Hiroshi Yamauchi · 9 years ago
  3. cc78f3f Fix (non-intrinsic) UnsafeCASObject for the read barrier config. by Hiroshi Yamauchi · 9 years ago
  4. 121b25e Merge mnc-dr-enso-dev into goog/master by Przemyslaw Szczepaniak · 9 years ago
  5. 56e03f6 Remove implementation of Unsafe_getAddress. by Narayan Kamath · 9 years ago
  6. 6c0ea27 Sprinkle attribute unused / noreturn wherever necessary. by Przemyslaw Szczepaniak · 9 years ago
  7. d1ef436 Merge lmp changes into mnc. by Narayan Kamath · 9 years ago
  8. a0cf5a6 Fix cpplint issues. by Narayan Kamath · 9 years ago
  9. 5c40422 Fix sun.misc.Unsafe#(get|set)(Float|Double) by Przemyslaw Szczepaniak · 9 years ago
  10. 903ac27 Use offset in sun.misc.Unsafe#copyMemoryTo/FromArray by Przemyslaw Szczepaniak · 9 years ago
  11. 5abc6f9 Add Object::Get/SetField methods for 8 and 16 bit fields. by Przemyslaw Szczepaniak · 9 years ago
  12. 8e73ea4 Implement some more of sun.misc.Unsafe. by Piotr Jastrzebski · 9 years ago
  13. d7fcf6e Unsafe: Add native implementations for new methods. by Piotr Jastrzebski · 9 years ago
  14. 3d21bdf Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  15. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  16. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  17. d843443 Call strong CAS from unsafe. Add more CAS versions. by Hans Boehm · 10 years ago
  18. 228602f Make CAS operations in Object use art::Atomic. by Ian Rogers · 10 years ago
  19. 3035961 Clean up and augment Atomic class. Replace QuasiAtomic MemBars. by Hans Boehm · 10 years ago
  20. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  21. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  22. 4d2efce Don't hardcode object layout in Unsafe and space_test. by Hiroshi Yamauchi · 10 years ago
  23. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  24. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  25. 1eb512d Fast JNI support. by Ian Rogers · 11 years ago
  26. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/native/sun_misc_Unsafe.cc]
  27. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  28. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  29. 9adbff5 Implement Intel QuasiAtomics. by Ian Rogers · 12 years ago
  30. 2502544 Move Unsafe offset code to Java. by Ian Rogers · 12 years ago
  31. 3eace70 Tidy up some raw Object access cruft. by Ian Rogers · 12 years ago
  32. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  33. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  34. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 12 years ago
  35. 7c6169d Port my AOSP QuasiAtomic rewrite to art. by Elliott Hughes · 12 years ago
  36. 0dae08e Move JNI methods out of top-level. by Ian Rogers · 12 years ago[Renamed from src/sun_misc_Unsafe.cc]
  37. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 12 years ago
  38. 0512f02 Remove anonymous namespaces. by Elliott Hughes · 12 years ago
  39. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  40. a15e67d Remove pad word from arrays by Ian Rogers · 12 years ago
  41. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 13 years ago
  42. 5ee7a8b Implement sun.misc.Unsafe and fix the jfieldID/jmethodID leak. by Elliott Hughes · 13 years ago