1. 1da522d Complete static field accesses; clear TODO's by buzbee · 13 years ago
  2. 4a3164f Codegen for invoke-super, invoke-interface by buzbee · 13 years ago
  3. 668512a Decoding references. Otherwise, buggy code works only on stack refs. by Shih-wei Liao · 13 years ago
  4. 561227c Complete direct, static & virtual invoke by buzbee · 13 years ago
  5. d92bec4 More SIGQUIT handling, various Thread fixes. by Elliott Hughes · 13 years ago
  6. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  7. a095764 Add back the dalvik-style JNI logging and tracing. by Elliott Hughes · 13 years ago
  8. 410c0c8 Mark more roots. by Elliott Hughes · 13 years ago
  9. 1b4c859 Complete OP_CONST_STRING, OP_CONST_CLASS by buzbee · 13 years ago
  10. bf86d04 Start adding implementations for runtime-provided native methods. by Elliott Hughes · 13 years ago
  11. ad7c2a3 Add infrastructure for registering built-in native methods. by Elliott Hughes · 13 years ago
  12. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  13. 9b576b4 Add StackVisitor, CountStackDepthVisitor, BuildStackTraceVisitor for EH. by Shih-wei Liao · 13 years ago
  14. 4417536 Add AllocStackTrace(). Move InternalStackTrace to managed heap. by Shih-wei Liao · 13 years ago
  15. e193174 Use slow-path static field accessors; added tests by buzbee · 13 years ago
  16. dfd3d70 Enable virtual invokes, use new alloc, misc by buzbee · 13 years ago
  17. b63ec39 Add compiler allocation paths Class::NewInstanceFromCode and Array::AllocFromCode by Brian Carlstrom · 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. 55df06b Stack Trace Element with its unit test added too. by Shih-wei Liao · 13 years ago
  21. e27955c Add the signal catcher (for SIGQUIT and SIGUSR1). by Elliott Hughes · 13 years ago
  22. 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
  23. bffb155 Convert CompilerTest over to use Compiler by Brian Carlstrom · 13 years ago
  24. 79082e3 Add the runtime lookup of native method implementations. by Elliott Hughes · 13 years ago
  25. 69f5bc6 If JNIEnvExt is-a JNIEnv, we can lose a bunch of reinterpret_casts. by Elliott Hughes · 13 years ago
  26. 408f79a Add validate object, clean up stack indirect reference table. by Ian Rogers · 13 years ago
  27. 5433072 Added support for 64-bit shifts, fix const-wide by buzbee · 13 years ago
  28. 3ea4ec5 Misc fixes, new compiler unit tests by buzbee · 13 years ago
  29. 5174fe6 Add the condition variable to System.loadLibrary and implement UnregisterNatives. by Elliott Hughes · 13 years ago
  30. e5b0dc8 Add "class Throwable" and rewrite exception throwing to use JNI. by Elliott Hughes · 13 years ago
  31. 1a18c8c Initial implementation of throw+unwind+Frame. by Shih-wei Liao · 13 years ago
  32. 37f7a40 Implement more of the exception/object/class JNI functions. by Elliott Hughes · 13 years ago
  33. edcc09c Cleanup. by Elliott Hughes · 13 years ago
  34. c143c55 Updating the compiler to use the new-world model by buzbee · 13 years ago
  35. a8cd9f4 Support for local references allocated in SHBs. by Ian Rogers · 13 years ago
  36. 6de0860 Record thread data when making reentrant transitions. by Ian Rogers · 13 years ago
  37. 18c0753 Initialize the rest of libcore's native code. by Elliott Hughes · 13 years ago
  38. c5f7c91 Switch to indirect references rather than direct pointers. by Elliott Hughes · 13 years ago
  39. b765be0 Alloc stack using MemMap and -Xss by Brian Carlstrom · 13 years ago
  40. 515a5bc Add the -Xcheck:jni option. by Elliott Hughes · 13 years ago
  41. a5b897e Add semi-functional exception throwing. by Elliott Hughes · 13 years ago
  42. ad107ab Remove author attributions. by Carl Shapiro · 13 years ago
  43. b20a554 Implement a few of the easy JNI functions. by Elliott Hughes · 13 years ago
  44. 330304d Create JNIEnv*s on the right threads. by Elliott Hughes · 13 years ago
  45. 40ef99e Start implementing JNI. by Elliott Hughes · 13 years ago
  46. a40f9bc Add ObjectArray::CopyOf by Brian Carlstrom · 13 years ago
  47. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  48. 45a76cb Exception and suspend count polling on JNI bridge return. by Ian Rogers · 13 years ago
  49. 69759ea Add allocation and garbage collection infrastructure. by Carl Shapiro · 13 years ago
  50. df20fe0 Support for synchronized native methods. by Ian Rogers · 13 years ago
  51. b033c75 x86 JNI compiler and unit tests. by Ian Rogers · 13 years ago
  52. d0e7e77 Use a TLS value to retrieve the current thread. by Carl Shapiro · 13 years ago
  53. 61e019d Initialize runtime constituents on runtime construction. by Carl Shapiro · 13 years ago
  54. b557353 Add more functionality to the thread and mutex implementation. by Carl Shapiro · 13 years ago
  55. 0e5d75d Add support for linking classes. by Carl Shapiro · 13 years ago