1. 104883b Clean up primitive array helpers in Object. by Vladimir Marko · 7 years ago
  2. aa31f49 Revert^4 "Implement LockSupport.park with a futex" by Charles Munger · 7 years ago
  3. 13f4d96 Revert "Revert^2 "Implement LockSupport.park with a futex"" by Nicolas Geoffray · 7 years ago
  4. 4e7077d Revert^2 "Implement LockSupport.park with a futex" by Charles Munger · 7 years ago
  5. 97d40f9 Merge "Revert "Implement LockSupport.park with a futex"" by Filip Pavlis · 7 years ago
  6. 5485371 Revert "Implement LockSupport.park with a futex" by Filip Pavlis · 7 years ago
  7. fe79b59 Merge "Implement LockSupport.park with a futex" by Treehugger Robot · 7 years ago
  8. 5e1a75c Implement LockSupport.park with a futex by Charles Munger · 7 years ago
  9. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 7 years ago
  10. a9746b9 Refactor Object CAS with and without write barrier by Mathieu Chartier · 7 years ago
  11. 42c2e50 Refactor CasField32 by Mathieu Chartier · 7 years ago
  12. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  13. 27b9676 ART: Simplify quasi_atomic.h by Orion Hodson · 7 years ago
  14. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  15. 06537f7 native: Cleanup jni usage code by Igor Murashkin · 7 years ago
  16. cc55e1d Don't use fences to implement volatiles by Hans Boehm · 8 years ago
  17. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  18. 87583b3 ART: Move RegisterNatives helper by Andreas Gampe · 8 years ago
  19. a14100c ART: More header cleanup - jni_internal.h by Andreas Gampe · 8 years ago
  20. 3b6f440 jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI. by Igor Murashkin · 8 years ago
  21. a1aa3b1 Add support for Baker read barriers in UnsafeCASObject intrinsics. by Roland Levillain · 9 years ago
  22. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 9 years ago
  23. 1a5337f Move mirror::ObjectArray to ObjPtr by Mathieu Chartier · 9 years ago
  24. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 9 years ago
  25. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  26. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  27. 629afab runtime: Add CAS and fences to sun.misc.Unsafe by Igor Murashkin · 9 years ago
  28. 0dd8c39 Track libcore change aa517a356a38b8cd6764667e1edd735aaf5978e9. by Narayan Kamath · 9 years ago
  29. db92e15 Merge "Fix (non-intrinsic) UnsafeCASObject for the read barrier config." am: fb9f4ad455 by Hiroshi Yamauchi · 10 years ago
  30. cc78f3f Fix (non-intrinsic) UnsafeCASObject for the read barrier config. by Hiroshi Yamauchi · 10 years ago
  31. 121b25e Merge mnc-dr-enso-dev into goog/master by Przemyslaw Szczepaniak · 10 years ago
  32. 56e03f6 Remove implementation of Unsafe_getAddress. by Narayan Kamath · 10 years ago
  33. 6c0ea27 Sprinkle attribute unused / noreturn wherever necessary. by Przemyslaw Szczepaniak · 10 years ago
  34. d1ef436 Merge lmp changes into mnc. by Narayan Kamath · 10 years ago
  35. a0cf5a6 Fix cpplint issues. by Narayan Kamath · 10 years ago
  36. 5c40422 Fix sun.misc.Unsafe#(get|set)(Float|Double) by Przemyslaw Szczepaniak · 10 years ago
  37. 903ac27 Use offset in sun.misc.Unsafe#copyMemoryTo/FromArray by Przemyslaw Szczepaniak · 10 years ago
  38. 5abc6f9 Add Object::Get/SetField methods for 8 and 16 bit fields. by Przemyslaw Szczepaniak · 10 years ago
  39. 8e73ea4 Implement some more of sun.misc.Unsafe. by Piotr Jastrzebski · 10 years ago
  40. d7fcf6e Unsafe: Add native implementations for new methods. by Piotr Jastrzebski · 10 years ago
  41. 3d21bdf Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  42. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  43. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  44. d843443 Call strong CAS from unsafe. Add more CAS versions. by Hans Boehm · 11 years ago
  45. 228602f Make CAS operations in Object use art::Atomic. by Ian Rogers · 11 years ago
  46. 3035961 Clean up and augment Atomic class. Replace QuasiAtomic MemBars. by Hans Boehm · 11 years ago
  47. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 11 years ago
  48. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  49. 4d2efce Don't hardcode object layout in Unsafe and space_test. by Hiroshi Yamauchi · 11 years ago
  50. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  51. b122a4b Tidy up memory barriers. by Ian Rogers · 12 years ago
  52. 1eb512d Fast JNI support. by Ian Rogers · 12 years ago
  53. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/native/sun_misc_Unsafe.cc]
  54. 1d54e73 GC clean up. by Ian Rogers · 12 years ago
  55. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  56. 9adbff5 Implement Intel QuasiAtomics. by Ian Rogers · 12 years ago
  57. 2502544 Move Unsafe offset code to Java. by Ian Rogers · 13 years ago
  58. 3eace70 Tidy up some raw Object access cruft. by Ian Rogers · 13 years ago
  59. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  60. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 13 years ago
  61. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 13 years ago
  62. 7c6169d Port my AOSP QuasiAtomic rewrite to art. by Elliott Hughes · 13 years ago
  63. 0dae08e Move JNI methods out of top-level. by Ian Rogers · 13 years ago[Renamed from src/sun_misc_Unsafe.cc]
  64. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
  65. 0512f02 Remove anonymous namespaces. by Elliott Hughes · 13 years ago
  66. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  67. a15e67d Remove pad word from arrays by Ian Rogers · 13 years ago
  68. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 14 years ago
  69. 5ee7a8b Implement sun.misc.Unsafe and fix the jfieldID/jmethodID leak. by Elliott Hughes · 14 years ago