1. 3e778f7 Fix JNI stubs for synchronized native methods with double/long arguments in low registers. by Elliott Hughes · 12 years ago
  2. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 12 years ago
  3. b264f08 Implement native method return value and upcall argument type checking. by Elliott Hughes · 12 years ago
  4. 57b86d4 Refactor runtime support. by Ian Rogers · 12 years ago
  5. 28f1a14 Implement LLVM version of jni_compiler to pass 17 jni_compiler tests. by TDYa127 · 12 years ago
  6. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 12 years ago
  7. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 12 years ago
  8. 46f060a Move other compiler bits into the compiler shared libraries. by Elliott Hughes · 12 years ago
  9. c779284 Fix bug in JNI compiler AAPCS padding calculation by Ian Rogers · 12 years ago
  10. 1cefdbd Test invocation of static methods through JNI stub by Ian Rogers · 12 years ago
  11. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  12. b9cc1ca Remove need for libarttest.so for gtests for tradefed by Brian Carlstrom · 12 years ago
  13. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
  14. 5a7a74a Support for JNI local reference cookie. by Ian Rogers · 13 years ago
  15. dc51b79 Save/restore local table state on down calls. by Ian Rogers · 13 years ago
  16. 01158d7 Implement most of VMStack and some of Zygote. by Elliott Hughes · 13 years ago
  17. 25c3325 Fix compiler class initialization to properly deal with super classes by Brian Carlstrom · 13 years ago
  18. e5de95b Fix JNI thread state transitions. by Ian Rogers · 13 years ago
  19. 67375ac Support for exception throwing from JNI. by Ian Rogers · 13 years ago
  20. bdb0391 Support for exception throwing. by Ian Rogers · 13 years ago
  21. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago
  22. 8d768a9 Thread suspension. by Elliott Hughes · 13 years ago
  23. aaa2080 Implement Throwable::nativeFillInStackTrace and nativeGetStackTrace. by Ian Rogers · 13 years ago
  24. 31384c5 Generating stub code for registering a jni function at runtime. by Shih-wei Liao · 13 years ago
  25. 1240dad Test conversion of floats and doubles to strings. by Elliott Hughes · 13 years ago
  26. 2c8f653 Support for cross compilation. by Ian Rogers · 13 years ago
  27. 7a99c11 Fix various JNI compiler bugs/unimplementeds. by Ian Rogers · 13 years ago
  28. 82f3e09 Minor test tweaks. by Ian Rogers · 13 years ago
  29. b9231c8 Test arg passing for arraycopy. by Ian Rogers · 13 years ago
  30. 9b269d2 Fix bug in long arguments for JNI on x86 by Ian Rogers · 13 years ago
  31. 9baa4ae Remove use of MemMap for code allocation. by Brian Carlstrom · 13 years ago
  32. 558788e Testing the decoding of JObject. by Shih-wei Liao · 13 years ago
  33. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  34. 82da44b Fix the "mov R1, R2; mov R2, R3" bug in jni_compiler. by Shih-wei Liao · 13 years ago
  35. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  36. 8a48741 Allow compilation of classes in different ClassLoaders by Brian Carlstrom · 13 years ago
  37. a250199 Add -Xcheck:jni. by Elliott Hughes · 13 years ago
  38. ff0f9be Fix DexFile's line number and test EH and StackTraceElement in 3 ways. by Shih-wei Liao · 13 years ago
  39. 9f30b38 Externalize test code by Brian Carlstrom · 13 years ago
  40. 408f79a Add validate object, clean up stack indirect reference table. by Ian Rogers · 13 years ago
  41. e5b0dc8 Add "class Throwable" and rewrite exception throwing to use JNI. by Elliott Hughes · 13 years ago
  42. c143c55 Updating the compiler to use the new-world model by buzbee · 13 years ago
  43. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  44. a8cd9f4 Support for local references allocated in SHBs. by Ian Rogers · 13 years ago
  45. cdd1d2d Move JNI compiler tests to use pure JNI. by Ian Rogers · 13 years ago
  46. 4a289ed Work on heap and space initialization to support image loading by Brian Carlstrom · 13 years ago
  47. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 13 years ago
  48. 0d666d8 Fix JNI compiler for synchronized methods. by Ian Rogers · 13 years ago
  49. db4d540 First pass of ImageWriter by Brian Carlstrom · 13 years ago
  50. ad107ab Remove author attributions. by Carl Shapiro · 13 years ago
  51. 330304d Create JNIEnv*s on the right threads. by Elliott Hughes · 13 years ago
  52. 8860c0e Use the method descriptor for prototype and return type comparisons. by Carl Shapiro · 13 years ago
  53. 74eb46a Improved ClassLoader support by Brian Carlstrom · 13 years ago
  54. 419ec7b Materialize method descriptors when instantiating method objects. by Carl Shapiro · 13 years ago
  55. b0460ea Add support for opening classes.dex file from zip, jar, apk by Brian Carlstrom · 13 years ago
  56. f7e85a5 Use Java strings for Method's name. by Jesse Wilson · 13 years ago
  57. 8ecd08c Switch tests and aexecd to use libartd by Brian Carlstrom · 13 years ago
  58. e2d373e Initial ARM JNI compiler support. by Carl Shapiro · 13 years ago
  59. 7a90959 Make the RuntimeTest use Runtime instances instead of its constituents. by Carl Shapiro · 13 years ago
  60. f615a61 Rename RawDexFile to DexFile by Brian Carlstrom · 13 years ago
  61. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  62. 45a76cb Exception and suspend count polling on JNI bridge return. by Ian Rogers · 13 years ago
  63. df20fe0 Support for synchronized native methods. by Ian Rogers · 13 years ago
  64. b033c75 x86 JNI compiler and unit tests. by Ian Rogers · 13 years ago