1. 34d281c Remove a reminder that no longer needs implementing. by Elliott Hughes · 13 years ago
  2. 0a5b14d Add -verbose:startup by Brian Carlstrom · 13 years ago
  3. 5d40f18 Fixes for "null instanceof" and class initialization by Brian Carlstrom · 13 years ago
  4. 395520e Assorted fixes for running frameworks apps by Brian Carlstrom · 13 years ago
  5. 14357e8 Add a -verbose:thread option. by Elliott Hughes · 13 years ago
  6. 719b323 Use JNI to start the daemon threads. by Elliott Hughes · 13 years ago
  7. 15fdb8c Floating point callee save support in exception delivery. by Ian Rogers · 13 years ago
  8. 2a20cfd Implement java.lang.reflect.Constructor.constructNative. by Elliott Hughes · 13 years ago
  9. 418d20f Implement reflective method invocation. by Elliott Hughes · 13 years ago
  10. f91c8c3 Adding JNI code for dalvik.system.DexFile and java.lang.Class by Brian Carlstrom · 13 years ago
  11. ff1ed47 Class cast, fill array and interface exception support. by Ian Rogers · 13 years ago
  12. fea966e Use regular JNI for initializing the boxing types. by Elliott Hughes · 13 years ago
  13. 27ec961 Adding oat_process by Brian Carlstrom · 13 years ago
  14. 64bf5a3 Implement VMClassLoader's native methods. by Elliott Hughes · 13 years ago
  15. 01158d7 Implement most of VMStack and some of Zygote. by Elliott Hughes · 13 years ago
  16. 9d5ccec Implement as much of VMDebug as we can reasonably do right now. 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. 038a806 Thread.join, GC daemons, suspend daemons on shutdown, and wait for non-daemon threads to exit. by Elliott Hughes · 13 years ago
  19. 5b8e4c8 Change Class::component_type_ and implement reflect.Array by Brian Carlstrom · 13 years ago
  20. f867b6f Filling in some Class, Method, and Field native code needed during startup and I/O by Brian Carlstrom · 13 years ago
  21. 85d1545 Add packing to class Thread. by Elliott Hughes · 13 years ago
  22. 78128a6 oatdump by Brian Carlstrom · 13 years ago
  23. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago
  24. 7ede61e Implement VMRuntime. by Elliott Hughes · 13 years ago
  25. 5ee7a8b Implement sun.misc.Unsafe and fix the jfieldID/jmethodID leak. by Elliott Hughes · 13 years ago
  26. 93e74e8 More of the thread infrastructure. by Elliott Hughes · 13 years ago
  27. d369bb7 Various things. by Elliott Hughes · 13 years ago
  28. 8daa092 More threads work. by Elliott Hughes · 13 years ago
  29. 1240dad Test conversion of floats and doubles to strings. by Elliott Hughes · 13 years ago
  30. be759c6 Add a heap HWM to the Thread*, for compiled code. by Elliott Hughes · 13 years ago
  31. 5fe594f A bit further along the track of multiple threads. by Elliott Hughes · 13 years ago
  32. 02b48d1 Sketch out detaching threads (with partial implementation). by Elliott Hughes · 13 years ago
  33. dcc2474 A little bit more of the threads implementation. by Elliott Hughes · 13 years ago
  34. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago
  35. 42ee142 Log line-at-a-time to work around Android logging lossage. by Elliott Hughes · 13 years ago
  36. d92bec4 More SIGQUIT handling, various Thread fixes. by Elliott Hughes · 13 years ago
  37. a095764 Add back the dalvik-style JNI logging and tracing. by Elliott Hughes · 13 years ago
  38. 410c0c8 Mark more roots. by Elliott Hughes · 13 years ago
  39. cf4c6c4 Fully implement string interning. by Elliott Hughes · 13 years ago
  40. bf86d04 Start adding implementations for runtime-provided native methods. by Elliott Hughes · 13 years ago
  41. ad7c2a3 Add infrastructure for registering built-in native methods. by Elliott Hughes · 13 years ago
  42. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  43. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  44. 3402380 Remove uses of scoped_ptr_malloc. by Elliott Hughes · 13 years ago
  45. 9f30b38 Externalize test code by Brian Carlstrom · 13 years ago
  46. e27955c Add the signal catcher (for SIGQUIT and SIGUSR1). by Elliott Hughes · 13 years ago
  47. 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
  48. 9ea1cb1 First pass of compiler wrapping class by Brian Carlstrom · 13 years ago
  49. 7577075 Finish off the new JNI implementation. by Elliott Hughes · 13 years ago
  50. 5174fe6 Add the condition variable to System.loadLibrary and implement UnregisterNatives. by Elliott Hughes · 13 years ago
  51. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  52. 18c0753 Initialize the rest of libcore's native code. by Elliott Hughes · 13 years ago
  53. c5f7c91 Switch to indirect references rather than direct pointers. by Elliott Hughes · 13 years ago
  54. 4a289ed Work on heap and space initialization to support image loading by Brian Carlstrom · 13 years ago
  55. b765be0 Alloc stack using MemMap and -Xss by Brian Carlstrom · 13 years ago
  56. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 13 years ago
  57. 0af5543 Code for loading shared libraries and calling JNI_OnLoad. by Elliott Hughes · 13 years ago
  58. 515a5bc Add the -Xcheck:jni option. by Elliott Hughes · 13 years ago
  59. bbd7671 Add the two ReferenceTables. by Elliott Hughes · 13 years ago
  60. 6ea095a Parse required options by Brian Carlstrom · 13 years ago
  61. 8a43659 Work on option parsing as prelude to image loading by Brian Carlstrom · 13 years ago
  62. f2682d5 Fix the invocation interface. by Elliott Hughes · 13 years ago
  63. 53b6131 Use the UNIMPLEMENTED macro everywhere. by Elliott Hughes · 13 years ago
  64. 40ef99e Start implementing JNI. by Elliott Hughes · 13 years ago
  65. b0460ea Add support for opening classes.dex file from zip, jar, apk by Brian Carlstrom · 13 years ago
  66. d3c1575 Address post review comments regarding ParseClassPath. by Carl Shapiro · 13 years ago
  67. fc322c7 Initialize the bootstrap class path from standard sources. by Carl Shapiro · 13 years ago
  68. 4acf464 Clear out the Runtime singleton when destructing a Runtime instance. by Carl Shapiro · 13 years ago
  69. 2ed144c Preliminary implementation of the JNI invocation interface. by Carl Shapiro · 13 years ago
  70. f615a61 Rename RawDexFile to DexFile by Brian Carlstrom · 13 years ago
  71. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  72. 69759ea Add allocation and garbage collection infrastructure. by Carl Shapiro · 13 years ago
  73. b033c75 x86 JNI compiler and unit tests. by Ian Rogers · 13 years ago
  74. ffe6736 Implement Runtime::Abort and switch LOG(FATAL) over to it. by Elliott Hughes · 13 years ago
  75. 61e019d Initialize runtime constituents on runtime construction. by Carl Shapiro · 13 years ago
  76. 1fb8620 Add class loading infrastructure. by Carl Shapiro · 13 years ago