1. 4a3164f Codegen for invoke-super, invoke-interface by buzbee · 13 years ago
  2. 561227c Complete direct, static & virtual invoke by buzbee · 13 years ago
  3. d92bec4 More SIGQUIT handling, various Thread fixes. by Elliott Hughes · 13 years ago
  4. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  5. a095764 Add back the dalvik-style JNI logging and tracing. by Elliott Hughes · 13 years ago
  6. 410c0c8 Mark more roots. by Elliott Hughes · 13 years ago
  7. 1b4c859 Complete OP_CONST_STRING, OP_CONST_CLASS by buzbee · 13 years ago
  8. cf4c6c4 Fully implement string interning. by Elliott Hughes · 13 years ago
  9. 2f0ce9d Fix another jni_compiler bug. ">=" should be "<=". by Shih-wei Liao · 13 years ago
  10. bf86d04 Start adding implementations for runtime-provided native methods. by Elliott Hughes · 13 years ago
  11. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  12. c5bfa8f Add back the work-arounds for broken apps that assume JNI uses direct references. by Elliott Hughes · 13 years ago
  13. a250199 Add -Xcheck:jni. by Elliott Hughes · 13 years ago
  14. 9b576b4 Add StackVisitor, CountStackDepthVisitor, BuildStackTraceVisitor for EH. by Shih-wei Liao · 13 years ago
  15. 4417536 Add AllocStackTrace(). Move InternalStackTrace to managed heap. by Shih-wei Liao · 13 years ago
  16. e193174 Use slow-path static field accessors; added tests by buzbee · 13 years ago
  17. dfd3d70 Enable virtual invokes, use new alloc, misc by buzbee · 13 years ago
  18. 439c4fa Move 64-bit multiplication to helper by buzbee · 13 years ago
  19. e6d6196 Various bug fixes. by buzbee · 13 years ago
  20. 7b1b86d Various bug fixes and new tests. by buzbee · 13 years ago
  21. 55df06b Stack Trace Element with its unit test added too. by Shih-wei Liao · 13 years ago
  22. e27955c Add the signal catcher (for SIGQUIT and SIGUSR1). by Elliott Hughes · 13 years ago
  23. c1674ed Make valgrind happier and stop us leaking so much we can can't run the tests on a device. by Elliott Hughes · 13 years ago
  24. 79082e3 Add the runtime lookup of native method implementations. by Elliott Hughes · 13 years ago
  25. 7577075 Finish off the new JNI implementation. by Elliott Hughes · 13 years ago
  26. 69f5bc6 If JNIEnvExt is-a JNIEnv, we can lose a bunch of reinterpret_casts. by Elliott Hughes · 13 years ago
  27. d11af15 Change FrameSize to FrameSizeInBytes. by Shih-wei Liao · 13 years ago
  28. 408f79a Add validate object, clean up stack indirect reference table. by Ian Rogers · 13 years ago
  29. 5433072 Added support for 64-bit shifts, fix const-wide by buzbee · 13 years ago
  30. 3ea4ec5 Misc fixes, new compiler unit tests by buzbee · 13 years ago
  31. 762400c Support for return PC offset and frame size in JNI compiler. by Ian Rogers · 13 years ago
  32. e5b0dc8 Add "class Throwable" and rewrite exception throwing to use JNI. by Elliott Hughes · 13 years ago
  33. 1a18c8c Initial implementation of throw+unwind+Frame. by Shih-wei Liao · 13 years ago
  34. 37f7a40 Implement more of the exception/object/class JNI functions. by Elliott Hughes · 13 years ago
  35. 4873d46 Move static field storage to end of Class instance by Brian Carlstrom · 13 years ago
  36. 9cff8e1 Convert Class::descriptor_ from StringPiece to String (as part of image loading) by Brian Carlstrom · 13 years ago
  37. f4c21c9 Initialize classes in GetFieldID/GetMethodID. by Elliott Hughes · 13 years ago
  38. a8cd9f4 Support for local references allocated in SHBs. by Ian Rogers · 13 years ago
  39. bfaadc8 Replace a dangerous function with the convenience function callers actually want. by Elliott Hughes · 13 years ago
  40. c5f7c91 Switch to indirect references rather than direct pointers. by Elliott Hughes · 13 years ago
  41. 4a289ed Work on heap and space initialization to support image loading by Brian Carlstrom · 13 years ago
  42. b765be0 Alloc stack using MemMap and -Xss by Brian Carlstrom · 13 years ago
  43. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 13 years ago
  44. 0af5543 Code for loading shared libraries and calling JNI_OnLoad. by Elliott Hughes · 13 years ago
  45. 515a5bc Add the -Xcheck:jni option. by Elliott Hughes · 13 years ago
  46. bbd7671 Add the two ReferenceTables. by Elliott Hughes · 13 years ago
  47. 710a0cb Extra tests (and a bug fix). by Elliott Hughes · 13 years ago
  48. a5b897e Add semi-functional exception throwing. by Elliott Hughes · 13 years ago
  49. 53b6131 Use the UNIMPLEMENTED macro everywhere. by Elliott Hughes · 13 years ago
  50. 330304d Create JNIEnv*s on the right threads. by Elliott Hughes · 13 years ago
  51. b0460ea Add support for opening classes.dex file from zip, jar, apk by Brian Carlstrom · 13 years ago
  52. 7a90959 Make the RuntimeTest use Runtime instances instead of its constituents. by Carl Shapiro · 13 years ago
  53. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  54. 176f59c Fix build breakage. by Ian Rogers · 13 years ago
  55. b033c75 x86 JNI compiler and unit tests. by Ian Rogers · 13 years ago
  56. 1f359b0 Improve CHECK_<op> logging. by Elliott Hughes · 13 years ago
  57. a5780da Fix class_linker_test. by Elliott Hughes · 13 years ago
  58. eb4f614 Flesh out the logging implementation. by Elliott Hughes · 13 years ago
  59. 61e019d Initialize runtime constituents on runtime construction. by Carl Shapiro · 13 years ago
  60. b557353 Add more functionality to the thread and mutex implementation. by Carl Shapiro · 13 years ago