1. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 6 years ago
  2. 104883b Clean up primitive array helpers in Object. by Vladimir Marko · 7 years ago
  3. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  4. 06537f7 native: Cleanup jni usage code by Igor Murashkin · 7 years ago
  5. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  6. 87583b3 ART: Move RegisterNatives helper by Andreas Gampe · 8 years ago
  7. a14100c ART: More header cleanup - jni_internal.h by Andreas Gampe · 8 years ago
  8. 6e311ac Re-arrange System.identityHashCode for better performance. by Nicolas Geoffray · 8 years ago
  9. 3b6f440 jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI. by Igor Murashkin · 8 years ago
  10. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  11. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 9 years ago
  12. 6b3d12b Move common throws to ObjPtr by Mathieu Chartier · 9 years ago
  13. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 9 years ago
  14. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  15. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  16. 85a098a ART: Better support for arraycopy in unstarted runtime by Andreas Gampe · 9 years ago
  17. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  18. c952ac9 ART: Fix System.arraycopy by Andreas Gampe · 10 years ago
  19. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  20. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  21. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 11 years ago
  22. d735fe4 Expanded native code to use arraycopy for specific data types. by Emma Meersman · 11 years ago
  23. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  24. ad2541a Fix object identity hash. by Mathieu Chartier · 12 years ago
  25. 1eb512d Fast JNI support. by Ian Rogers · 12 years ago
  26. f38ea80 A char array copy optimization (art). by Hiroshi Yamauchi · 12 years ago
  27. 2d88862 Fixing cpplint readability/casting issues by Brian Carlstrom · 12 years ago
  28. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/native/java_lang_System.cc]
  29. 1d54e73 GC clean up. by Ian Rogers · 12 years ago
  30. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  31. 6324e21 Fix art's System.arraycopy now bionic doesn't have _memmove_words. by Elliott Hughes · 12 years ago
  32. 693ff61 Performance improvements by removing a DMB and inlining. by Ian Rogers · 12 years ago
  33. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  34. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  35. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  36. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 13 years ago
  37. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 13 years ago
  38. 0dae08e Move JNI methods out of top-level. by Ian Rogers · 13 years ago[Renamed from src/java_lang_System.cc]
  39. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
  40. 0512f02 Remove anonymous namespaces. by Elliott Hughes · 13 years ago
  41. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  42. a15e67d Remove pad word from arrays by Ian Rogers · 13 years ago
  43. 81aa5b3 Emit the same detail messages as dalvik for ArrayStoreExceptions from System.arraycopy. by Elliott Hughes · 13 years ago
  44. 025c5de Avoid a benign race where the exception message might be misleading. by Elliott Hughes · 13 years ago
  45. ab3530d Fix the System.arraycopy race condition. by Elliott Hughes · 13 years ago
  46. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 14 years ago
  47. b82b687 Make sure threads allocating are in the kRunnable state by Brian Carlstrom · 14 years ago
  48. cc60747 Use CHECK_OP instead of CHECK where possible. by Elliott Hughes · 14 years ago
  49. 5cb5ad2 Fix exception throwing to support no detail message. by Elliott Hughes · 14 years ago
  50. 25c3325 Fix compiler class initialization to properly deal with super classes by Brian Carlstrom · 14 years ago
  51. b6db9d2 Convert a DCHECK to a COMPILE_ASSERT by Brian Carlstrom · 14 years ago
  52. 5b8e4c8 Change Class::component_type_ and implement reflect.Array by Brian Carlstrom · 14 years ago
  53. 54e7df1 Various bits of cleanup. by Elliott Hughes · 14 years ago
  54. 3a4f8df A few more trivial write barrier calls. by Elliott Hughes · 14 years ago
  55. 0f4c41d Various fixes. by Elliott Hughes · 14 years ago
  56. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 14 years ago
  57. 1b4c859 Complete OP_CONST_STRING, OP_CONST_CLASS by buzbee · 14 years ago
  58. bf86d04 Start adding implementations for runtime-provided native methods. by Elliott Hughes · 14 years ago