1. 0e4627e Add thread pool class by Mathieu Chartier · 12 years ago
  2. 28db012 Add oat file dependency on boot.oat load location by Brian Carlstrom · 12 years ago
  3. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago
  4. 2fde533 Refactor spaces and add free list large object space by Mathieu Chartier · 12 years ago
  5. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 12 years ago
  6. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  7. b062fdd Each space has its own bitmap(s) by Mathieu Chartier · 12 years ago
  8. f582258 oat file patching by Brian Carlstrom · 12 years ago
  9. 81f3ca1 Add image dependency to oat files by Brian Carlstrom · 12 years ago
  10. fddf6f6 Add Heap::GetImageSpace() by Brian Carlstrom · 12 years ago
  11. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  12. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 12 years ago
  13. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  14. 9b06a0d Make valgrind happy; just a test bug. by Elliott Hughes · 13 years ago
  15. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  16. 4cb6a3b image_test should include at least one DexFile by Brian Carlstrom · 13 years ago
  17. 10037c8 Added pass to verify structure of dex file. by jeffhao · 13 years ago
  18. ae82698 Add --image-classes to dex2oat by Brian Carlstrom · 13 years ago
  19. 169c9a7 Remove the use of Method from jni_compiler by Ian Rogers · 13 years ago
  20. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  21. 234da57 Basic file locking. by Elliott Hughes · 13 years ago
  22. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  23. 58ae941 Simplify command line arguments by Brian Carlstrom · 13 years ago
  24. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  25. 5f79133 Implement monitors. by Elliott Hughes · 13 years ago
  26. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago
  27. d369bb7 Various things. by Elliott Hughes · 13 years ago
  28. 693267a Fix GarbageCollector to work with VERIFY_OBJECT_ENABLED by Brian Carlstrom · 13 years ago
  29. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago
  30. 42ee142 Log line-at-a-time to work around Android logging lossage. by Elliott Hughes · 13 years ago
  31. 9baa4ae Remove use of MemMap for code allocation. by Brian Carlstrom · 13 years ago
  32. d92bec4 More SIGQUIT handling, various Thread fixes. by Elliott Hughes · 13 years ago
  33. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  34. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  35. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  36. 9f30b38 Externalize test code by Brian Carlstrom · 13 years ago
  37. d2fbb2b Give an example of walking TypeIds in a DexFile by Brian Carlstrom · 13 years ago
  38. c143c55 Updating the compiler to use the new-world model by buzbee · 13 years ago
  39. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  40. 9cff8e1 Convert Class::descriptor_ from StringPiece to String (as part of image loading) by Brian Carlstrom · 13 years ago
  41. 4a289ed Work on heap and space initialization to support image loading by Brian Carlstrom · 13 years ago
  42. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 13 years ago
  43. 8a43659 Work on option parsing as prelude to image loading by Brian Carlstrom · 13 years ago
  44. a5b897e Add semi-functional exception throwing. by Elliott Hughes · 13 years ago
  45. db4d540 First pass of ImageWriter by Brian Carlstrom · 13 years ago