1. 9ea1cb1 First pass of compiler wrapping class by Brian Carlstrom · 13 years ago
  2. 04ec7f0 Merge "Finish off the new JNI implementation." into dalvik-dev by Elliott Hughes · 13 years ago
  3. 7577075 Finish off the new JNI implementation. by Elliott Hughes · 13 years ago
  4. 00ba178 Merge "Add switch and comparison tests. Fix ralloc bug" into dalvik-dev by buzbee · 13 years ago
  5. 9e0f9b0 Add switch and comparison tests. Fix ralloc bug by buzbee · 13 years ago
  6. b465ab0 Implement the direct ByteBuffer JNI functions, GetObjectRefType, and the string region functions. by Elliott Hughes · 13 years ago
  7. 69f5bc6 If JNIEnvExt is-a JNIEnv, we can lose a bunch of reinterpret_casts. by Elliott Hughes · 13 years ago
  8. d11af15 Change FrameSize to FrameSizeInBytes. by Shih-wei Liao · 13 years ago
  9. 408f79a Add validate object, clean up stack indirect reference table. by Ian Rogers · 13 years ago
  10. 72025e5 Implement JNI virtual calls to managed methods, JNI ExceptionDescribe, and JNI MonitorEnter/MonitorExit. by Elliott Hughes · 13 years ago
  11. 5433072 Added support for 64-bit shifts, fix const-wide by buzbee · 13 years ago
  12. 3ea4ec5 Misc fixes, new compiler unit tests by buzbee · 13 years ago
  13. 5174fe6 Add the condition variable to System.loadLibrary and implement UnregisterNatives. by Elliott Hughes · 13 years ago
  14. 814e403 Add some missing JNI string functions, GetObjectArrayElement, and all the primitive array region functions. by Elliott Hughes · 13 years ago
  15. d2fbb2b Give an example of walking TypeIds in a DexFile by Brian Carlstrom · 13 years ago
  16. 762400c Support for return PC offset and frame size in JNI compiler. by Ian Rogers · 13 years ago
  17. e5b0dc8 Add "class Throwable" and rewrite exception throwing to use JNI. by Elliott Hughes · 13 years ago
  18. 1a18c8c Initial implementation of throw+unwind+Frame. by Shih-wei Liao · 13 years ago
  19. 37f7a40 Implement more of the exception/object/class JNI functions. by Elliott Hughes · 13 years ago
  20. 885c3bd Implement field access (and a few other bits and bobs). by Elliott Hughes · 13 years ago
  21. bd93599 Add JNI GetArrayLength and start throwing from FindClass. by Elliott Hughes · 13 years ago
  22. 4873d46 Move static field storage to end of Class instance by Brian Carlstrom · 13 years ago
  23. 94496d3 Conditionalize compilation by Brian Carlstrom · 13 years ago
  24. edcc09c Cleanup. by Elliott Hughes · 13 years ago
  25. c143c55 Updating the compiler to use the new-world model by buzbee · 13 years ago
  26. 195487c Initial implementation for adding StackTraceElement support. by Shih-wei Liao · 13 years ago
  27. c4fa2c0 Add Method::dex_cache_*_ short cuts to declaring_class_->dex_cache_ by Brian Carlstrom · 13 years ago
  28. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  29. 68f4fa0 Add an Array::Alloc convenience for the compiler. by Elliott Hughes · 13 years ago
  30. a0b8feb Turn off the 'public' check for main, and improve diagnostics. by Elliott Hughes · 13 years ago
  31. 9cff8e1 Convert Class::descriptor_ from StringPiece to String (as part of image loading) by Brian Carlstrom · 13 years ago
  32. 67bf885 Oat compiler integration snapshot. by buzbee · 13 years ago
  33. f4c21c9 Initialize classes in GetFieldID/GetMethodID. by Elliott Hughes · 13 years ago
  34. ed8952f Method* for upcalls should be null. by Ian Rogers · 13 years ago
  35. a8cd9f4 Support for local references allocated in SHBs. by Ian Rogers · 13 years ago
  36. cdf5312 Implement jfieldID and jmethodID properly. by Elliott Hughes · 13 years ago
  37. 0297290 Merge "Record thread data when making reentrant transitions." into dalvik-dev by Ian Rogers · 13 years ago
  38. 6de0860 Record thread data when making reentrant transitions. by Ian Rogers · 13 years ago
  39. aecc03f Merge "Use libnativehelper's existing code for creating a String[]." into dalvik-dev by Elliott Hughes · 13 years ago
  40. cdd1d2d Move JNI compiler tests to use pure JNI. by Ian Rogers · 13 years ago
  41. 0a96fe0 Use libnativehelper's existing code for creating a String[]. by Elliott Hughes · 13 years ago
  42. bfaadc8 Replace a dangerous function with the convenience function callers actually want. by Elliott Hughes · 13 years ago
  43. de69d7f Clean up mutexes on shutdown. by Elliott Hughes · 13 years ago
  44. 2cfd15d Merge "Initialize the rest of libcore's native code." into dalvik-dev by Elliott Hughes · 13 years ago
  45. 18c0753 Initialize the rest of libcore's native code. by Elliott Hughes · 13 years ago
  46. 1c332df Merge "Fix a typo that breaks the arugment size computation." into dalvik-dev by Carl Shapiro · 13 years ago
  47. 84d00e6 Fix a typo that breaks the arugment size computation. by Carl Shapiro · 13 years ago
  48. c5f7c91 Switch to indirect references rather than direct pointers. by Elliott Hughes · 13 years ago
  49. 4a289ed Work on heap and space initialization to support image loading by Brian Carlstrom · 13 years ago
  50. 44753c3 Add unordered_set by Brian Carlstrom · 13 years ago
  51. 4b3b727 Add vogar-like --invoke-with to 'art', and fix a bug valgrind finds. by Elliott Hughes · 13 years ago
  52. b765be0 Alloc stack using MemMap and -Xss by Brian Carlstrom · 13 years ago
  53. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 13 years ago
  54. 0af5543 Code for loading shared libraries and calling JNI_OnLoad. by Elliott Hughes · 13 years ago
  55. 6c1a394 Add IndirectReferenceTable and initialize all the instances. by Elliott Hughes · 13 years ago
  56. 0db8cf4 Merge "Get rid of some C artifacts as noted in the initial review." into dalvik-dev by Carl Shapiro · 13 years ago
  57. a04d397 Issue 5177609: remove Monitor(Enter|Exit)Helper by Ian Rogers · 13 years ago
  58. 515a5bc Add the -Xcheck:jni option. by Elliott Hughes · 13 years ago
  59. 4dd71f1 Implement various JNI internals. Fix off by 1 bug. by Ian Rogers · 13 years ago
  60. bbd7671 Add the two ReferenceTables. by Elliott Hughes · 13 years ago
  61. 5b1982d Get rid of some C artifacts as noted in the initial review. by Carl Shapiro · 13 years ago
  62. b3c5ea6 Merge "Add a reference table implementation." into dalvik-dev by Elliott Hughes · 13 years ago
  63. 11e4507 Add a reference table implementation. by Elliott Hughes · 13 years ago
  64. e5da7d8 Merge "Parse required options" into dalvik-dev by Brian Carlstrom · 13 years ago
  65. 6ea095a Parse required options by Brian Carlstrom · 13 years ago
  66. e2ff782 Merge "Extra tests (and a bug fix)." into dalvik-dev by Elliott Hughes · 13 years ago
  67. 710a0cb Extra tests (and a bug fix). by Elliott Hughes · 13 years ago
  68. 8a43659 Work on option parsing as prelude to image loading by Brian Carlstrom · 13 years ago
  69. a5b897e Add semi-functional exception throwing. by Elliott Hughes · 13 years ago
  70. 83ab4f3 Add an implementation of GetMethodID. by Carl Shapiro · 13 years ago
  71. 289da82 Add bounds checking to our internal array get/set methods. by Elliott Hughes · 13 years ago
  72. 04b63fd Using 'size' to mean anything other than "element count" on a collection is confusing. by Elliott Hughes · 13 years ago
  73. d46f9db Merge "Implement NewStringUTF and SetObjectArrayElement." into dalvik-dev by Elliott Hughes · 13 years ago
  74. 47940d6 Make formatting more consistent. by Carl Shapiro · 13 years ago
  75. 8a26c5c Implement NewStringUTF and SetObjectArrayElement. by Elliott Hughes · 13 years ago
  76. f2682d5 Fix the invocation interface. by Elliott Hughes · 13 years ago
  77. 0d666d8 Fix JNI compiler for synchronized methods. by Ian Rogers · 13 years ago
  78. 4e777d4 Revisions to "First pass of ImageWriter" by Brian Carlstrom · 13 years ago
  79. d8ddfd5 Implement JNI NewBooleanArray et cetera. by Elliott Hughes · 13 years ago
  80. 3cd987f Pass the correct Thread* when calling back into Java. by Elliott Hughes · 13 years ago
  81. db4d540 First pass of ImageWriter by Brian Carlstrom · 13 years ago
  82. 350dad1 Fix zip_archive_test on the target. by Elliott Hughes · 13 years ago
  83. ad107ab Remove author attributions. by Carl Shapiro · 13 years ago
  84. 650a07d Merge "Implement upcalls with compiled JNI callback bridges." into dalvik-dev by Carl Shapiro · 13 years ago
  85. 9b9ba28 Implement upcalls with compiled JNI callback bridges. by Carl Shapiro · 13 years ago
  86. 2cae5a2 Add a tsan target. by Elliott Hughes · 13 years ago
  87. fe909f2 Get should be a const method. by Shih-wei Liao · 13 years ago
  88. 53b6131 Use the UNIMPLEMENTED macro everywhere. by Elliott Hughes · 13 years ago
  89. 5511f21 Add a valgrind-art-host target to run the tests under valgrind. by Elliott Hughes · 13 years ago
  90. b20a554 Implement a few of the easy JNI functions. by Elliott Hughes · 13 years ago
  91. 46b92ba Factor out NeedsEscaping from the Printable* functions. by Elliott Hughes · 13 years ago
  92. e0fc0ef Fix a few more scoped_ptr/scoped_array confusions, and stop tring to optimistically load non-existent .dex files. by Elliott Hughes · 13 years ago
  93. 91779c8 Merge "Create JNIEnv*s on the right threads." into dalvik-dev by Elliott Hughes · 13 years ago
  94. d6c705a Merge "Add some exceptions classes for throw" into dalvik-dev by Brian Carlstrom · 13 years ago
  95. 28e7627 Add some exceptions classes for throw by Brian Carlstrom · 13 years ago
  96. 330304d Create JNIEnv*s on the right threads. by Elliott Hughes · 13 years ago
  97. 22f4093 Add ScopedJniThreadState. by Elliott Hughes · 13 years ago
  98. c7ac37f Be more specific when we exit because of an unimplemented JNI call. by Elliott Hughes · 13 years ago
  99. 0c9cd56 Add tests for JNI FindClass. by Elliott Hughes · 13 years ago
  100. 191e416 Merge "Translate JNI class descriptors into regular class descriptors in FindClass." into dalvik-dev by Elliott Hughes · 13 years ago