1. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  2. 24a3c2e ClassLinker changes by Brian Carlstrom · 13 years ago
  3. accd83d Fix a heap lock/thread list lock deadlock. by Elliott Hughes · 13 years ago
  4. fad7143 Assorted fixes by Brian Carlstrom · 13 years ago
  5. 06b37d9 Always log the value when an alignment check fails. by Elliott Hughes · 13 years ago
  6. 307f75d Add a C++ equivalent of Android's TimingLogger, and use it for the heap. by Elliott Hughes · 13 years ago
  7. 83df2ac Basic GC logging (and class initialization timing). by Elliott Hughes · 13 years ago
  8. 2da5036 Inherit java.lang.ref-ness from superclasses. by Elliott Hughes · 13 years ago
  9. 418dfe7 Enable AllocWithGrowth and OutOfMemoryError throwing. by Elliott Hughes · 13 years ago
  10. 7f1caab Add an interface to Space, so Heap no longer needs to be friend of Space. by Shih-wei Liao · 13 years ago
  11. ad25ac5 Static and direct resolution stub. by Ian Rogers · 13 years ago
  12. 8c2f641 Grow for improving target utilization. Applicable to the target side only. by Shih-wei Liao · 13 years ago
  13. adb460d Implement finalization. by Elliott Hughes · 13 years ago
  14. 58ae941 Simplify command line arguments by Brian Carlstrom · 13 years ago
  15. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  16. d6b1f61 Support for stack scanning of roots. by Ian Rogers · 13 years ago
  17. 0a5b14d Add -verbose:startup by Brian Carlstrom · 13 years ago
  18. 395520e Assorted fixes for running frameworks apps by Brian Carlstrom · 13 years ago
  19. 27ec961 Adding oat_process by Brian Carlstrom · 13 years ago
  20. 9d5ccec Implement as much of VMDebug as we can reasonably do right now. by Elliott Hughes · 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. 8d768a9 Thread suspension. by Elliott Hughes · 13 years ago
  24. 3a4f8df A few more trivial write barrier calls. by Elliott Hughes · 13 years ago
  25. 5ea047b Support 64-bit volatiles and reference/pointer volatiles. by Elliott Hughes · 13 years ago
  26. 93e74e8 More of the thread infrastructure. by Elliott Hughes · 13 years ago
  27. 8daa092 More threads work. by Elliott Hughes · 13 years ago
  28. dbc0525 Make LinkFields ordering more stable for easier maintenance by Brian Carlstrom · 13 years ago
  29. be759c6 Add a heap HWM to the Thread*, for compiled code. by Elliott Hughes · 13 years ago
  30. 92b3b56 Add locking to the heap. by Elliott Hughes · 13 years ago
  31. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago
  32. 3e465b1 Get the test speed back to where it was. by Elliott Hughes · 13 years ago
  33. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  34. cf4c6c4 Fully implement string interning. by Elliott Hughes · 13 years ago
  35. bf86d04 Start adding implementations for runtime-provided native methods. by Elliott Hughes · 13 years ago
  36. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  37. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  38. a250199 Add -Xcheck:jni. by Elliott Hughes · 13 years ago
  39. b63ec39 Add compiler allocation paths Class::NewInstanceFromCode and Array::AllocFromCode by Brian Carlstrom · 13 years ago
  40. 408f79a Add validate object, clean up stack indirect reference table. by Ian Rogers · 13 years ago
  41. 4873d46 Move static field storage to end of Class instance by Brian Carlstrom · 13 years ago
  42. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  43. 9cff8e1 Convert Class::descriptor_ from StringPiece to String (as part of image loading) by Brian Carlstrom · 13 years ago
  44. 4a289ed Work on heap and space initialization to support image loading by Brian Carlstrom · 13 years ago
  45. ad107ab Remove author attributions. by Carl Shapiro · 13 years ago
  46. 53b6131 Use the UNIMPLEMENTED macro everywhere. by Elliott Hughes · 13 years ago
  47. 74eb46a Improved ClassLoader support by Brian Carlstrom · 13 years ago
  48. fc322c7 Initialize the bootstrap class path from standard sources. by Carl Shapiro · 13 years ago
  49. a40f9bc Add ObjectArray::CopyOf by Brian Carlstrom · 13 years ago
  50. 58551df Add a collection implementation. by Carl Shapiro · 13 years ago
  51. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  52. 69759ea Add allocation and garbage collection infrastructure. by Carl Shapiro · 13 years ago