1. a876307 ART: Do not JNI abort on nullptr GetObjectRefType by Andreas Gampe · 10 years ago
  2. 95c51b3 Add a missing SHARED_LOCKS_REQUIRED(mutator_lock_). by Stephen Hines · 10 years ago
  3. 41da596 Fix reference leaks in ToReflectedMethod and ToReflectedField by Mathieu Chartier · 10 years ago
  4. ae1a434 am 78a32333: Merge "ART: More warnings" by Andreas Gampe · 10 years ago
  5. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  6. 1525ed8 am a10a8b56: Merge "Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags." by Ian Rogers · 10 years ago
  7. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  8. 4799e0d am aea6888b: Merge "Tidy up logging." by Ian Rogers · 10 years ago
  9. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  10. 54b3aa6 am b3f18cf7: Merge "Make ART compile with GCC -O0 again." by Ian Rogers · 10 years ago
  11. 301861c am cb142101: Merge "Add way to ensure we are at the front of the sigaction chain" by Mathieu Chartier · 10 years ago
  12. b3f18cf Merge "Make ART compile with GCC -O0 again." by Ian Rogers · 10 years ago
  13. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  14. d000480 Add way to ensure we are at the front of the sigaction chain by Mathieu Chartier · 10 years ago
  15. 233806e am 902c989b: Merge "Add way to warn about missing JNI_ABORT" by Mathieu Chartier · 10 years ago
  16. 24555ad Add way to warn about missing JNI_ABORT by Mathieu Chartier · 10 years ago
  17. 4c6e068 am 6d031046: ART: Update for split native bridge initialization by jgu21 · 10 years ago
  18. 6d03104 ART: Update for split native bridge initialization by jgu21 · 10 years ago
  19. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  20. 2e15893 Delete pin table by Mathieu Chartier · 10 years ago
  21. a967c62 Delete pin table by Mathieu Chartier · 10 years ago
  22. c0542af Remove abuse of mirror::Object* to reference special values. by Ian Rogers · 10 years ago
  23. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  24. 5369c40 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  25. 93de427 [ART] Move to system/core native bridge library by Calin Juravle · 10 years ago
  26. 37f048b Merge "[ART] Move to system/core native bridge library" by Calin Juravle · 10 years ago
  27. c842352 [ART] Move to system/core native bridge library by Calin Juravle · 10 years ago
  28. 20ae1d7 Clean up native bridge by Ian Rogers · 10 years ago
  29. cb6b0f3 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  30. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  31. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  32. 1268b74 Fix broken JNI IsAssignableFrom. by Narayan Kamath · 10 years ago
  33. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 10 years ago
  34. 355383f Integrate ART with NativeBridge interfaces by Yong WU · 10 years ago
  35. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  36. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  37. fa65e84 More checks in JNI RegisterNatives by Sebastien Hertz · 10 years ago
  38. 3a1444c ART: JNI ExceptionDescribe crashes if no exception occurred by Alexei Zavjalov · 10 years ago
  39. d333376 Fix JNI ToReflectedMethod for constructor by Sebastien Hertz · 10 years ago
  40. 85a9336 Address comments on change 45d26c86b00580593067ca42091ad66cf7dc4f7c by Brian Carlstrom · 10 years ago
  41. 45d26c8 Treat larger than jint capacity in NewDirectByteBuffer as an error by Brian Carlstrom · 10 years ago
  42. 8d16f20 Merge "Add more read barriers for JNI roots." by Hiroshi Yamauchi · 10 years ago
  43. ea2e1bd Add more read barriers for JNI roots. by Hiroshi Yamauchi · 10 years ago
  44. 6c5cb21 Ensure classes are initialized rather than initializing. by Ian Rogers · 10 years ago
  45. 004644f Fix GetMethodID to find an interface method from a super-interface by Brian Carlstrom · 10 years ago
  46. 9f10203 Fix exception reporting from interpreter by Sebastien Hertz · 10 years ago
  47. 56890e2 Modified functions to return pointers where appropriate by Fred Shih · 10 years ago
  48. a309d76 Fix GC race condition in visit roots by Serguei Katkov · 10 years ago
  49. b379e8d Merge "Compaction cleanup for FindArrayClass." by Mathieu Chartier · 10 years ago
  50. b74cd29 Compaction cleanup for FindArrayClass. by Mathieu Chartier · 10 years ago
  51. 196851b Add read barriers for the weak roots in the JNI weak globals. by Hiroshi Yamauchi · 10 years ago
  52. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  53. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  54. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  55. 35aef2c Fix race condition between GCDaemon and DeleteLocalReference by Yevgeny Rouban · 10 years ago
  56. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  57. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 10 years ago
  58. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  59. cbfb8b2 Merge "Ensure JNI primitive array type is appropriate." by Ian Rogers · 10 years ago
  60. 2d10b20 Ensure JNI primitive array type is appropriate. by Ian Rogers · 10 years ago
  61. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  62. c56057e Add lockless SynchronizedGet for indirect reference table. by Mathieu Chartier · 10 years ago
  63. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  64. 3b60fea Use __FUNCTION__ in CHECK_NON_NULL_*ARGUMENT. by Mathieu Chartier · 10 years ago
  65. 92b7889 Clean up ScopedThreadStateChange + Get/SetPrimtiveArrayRegion by Mathieu Chartier · 10 years ago
  66. 35d5c3b art: fix dlopen error message by Colin Cross · 10 years ago
  67. 987560f Remove support for app JNI workarounds. by Ian Rogers · 10 years ago
  68. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  69. 62f0512 Improvements to Field.get/set. by Ian Rogers · 10 years ago
  70. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 10 years ago
  71. 5647d18 Fix tests to pass with VerifyObject. by Mathieu Chartier · 10 years ago
  72. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 10 years ago
  73. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  74. 491ca9e Add ART -help and -showversion by Brian Carlstrom · 10 years ago
  75. a280655 Remove some stray stringpiece.h includes by Brian Carlstrom · 10 years ago
  76. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 10 years ago
  77. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 10 years ago
  78. 936b37f Upcall support for x86-64. by Ian Rogers · 10 years ago
  79. 815873e Change root visitor to use Object**. by Mathieu Chartier · 10 years ago
  80. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  81. 32a6c7f Merge "Remove using mirror::* in jni internal." by Mathieu Chartier · 10 years ago
  82. e7e8a5f Remove using mirror::* in jni internal. by Mathieu Chartier · 10 years ago
  83. 8e611d3 Fix function names in CHECK_NON_NULL_ARGUMENT. by Narayan Kamath · 10 years ago
  84. fd14755 Merge "Work in the direction of hard float quick ABIs." by Ian Rogers · 10 years ago
  85. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 10 years ago
  86. d68ac70 Add more checking to ReleasePrimitiveArray. by Mathieu Chartier · 10 years ago
  87. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  88. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  89. 055d46c Add missing SIRT to LoadNativeLibrary. by Mathieu Chartier · 11 years ago
  90. 8f4be93 Visit libraries roots in JavaVMExt::VisitRoots by Mathieu Chartier · 11 years ago
  91. 1d27b34 Change DisableGC to DisableMovingGC. by Mathieu Chartier · 11 years ago
  92. 3e8b2e1 Fix bugs in ReleasePrimitiveArray. by Mathieu Chartier · 11 years ago
  93. 1d99e45 Disallow JNI NewObjectArray of primitive types. by Ian Rogers · 11 years ago
  94. e8c48db Fix NewLocalRef, NewGlobalRef to handle cleared weak globals. by Mathieu Chartier · 11 years ago
  95. 8755359 Merge "Enable moving classes." by Mathieu Chartier · 11 years ago
  96. 62509b6 Fix FindFieldID to use class's classloader to find field type. by Jeff Hao · 11 years ago
  97. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  98. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  99. 1eb512d Fast JNI support. by Ian Rogers · 11 years ago
  100. 775c496 resolved conflicts for merge of b926b3c6 to dalvik-dev by Brian Carlstrom · 11 years ago