1. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 13 years ago
  2. d1f1bf0 Eagerly resolve strings that are in the image into dex caches by Ian Rogers · 13 years ago
  3. 1351b67 In order object graph traversal for image writing by Ian Rogers · 13 years ago
  4. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 13 years ago
  5. d857b63 Compute size of source_space after lazy field initialization. by Ian Rogers · 13 years ago
  6. d9c67be Start parallelizing dex2oat. by Elliott Hughes · 13 years ago
  7. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  8. d418eda Class clean-up and compute name during image writing. by Ian Rogers · 13 years ago
  9. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  10. e7d856b Add GC map to oat file by Brian Carlstrom · 13 years ago
  11. 8952189 Merge art-cache dex files into oat files by Brian Carlstrom · 13 years ago
  12. c3b77c7 Avoid copying and strlen(3) in the FindClass path. by Elliott Hughes · 13 years ago
  13. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  14. ae82698 Add --image-classes to dex2oat by Brian Carlstrom · 13 years ago
  15. dbb4079 Start implementing jdb "locals". by Elliott Hughes · 13 years ago
  16. 169c9a7 Remove the use of Method from jni_compiler by Ian Rogers · 13 years ago
  17. 6c9c06d Use ashmem to name our various anonymous regions. by Elliott Hughes · 13 years ago
  18. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 13 years ago
  19. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
  20. aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
  21. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 13 years ago
  22. 4f0d07c Spill possibly reference holding registers for runtime calls. by Ian Rogers · 13 years ago
  23. 1cb0a1d Support for resolving unknown direct/static methods. by Ian Rogers · 13 years ago
  24. ad25ac5 Static and direct resolution stub. by Ian Rogers · 13 years ago
  25. 34f426c Make class roots an image root by Brian Carlstrom · 13 years ago
  26. 58ae941 Simplify command line arguments by Brian Carlstrom · 13 years ago
  27. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  28. ff1ed47 Class cast, fill array and interface exception support. by Ian Rogers · 13 years ago
  29. 78128a6 oatdump by Brian Carlstrom · 13 years ago
  30. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago
  31. c74255f Interning image strings by Brian Carlstrom · 13 years ago
  32. 693267a Fix GarbageCollector to work with VERIFY_OBJECT_ENABLED by Brian Carlstrom · 13 years ago
  33. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago
  34. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  35. cf4c6c4 Fully implement string interning. 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. 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
  39. 4873d46 Move static field storage to end of Class instance by Brian Carlstrom · 13 years ago
  40. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  41. 9cff8e1 Convert Class::descriptor_ from StringPiece to String (as part of image loading) by Brian Carlstrom · 13 years ago
  42. 4a289ed Work on heap and space initialization to support image loading by Brian Carlstrom · 13 years ago
  43. 04b63fd Using 'size' to mean anything other than "element count" on a collection is confusing. by Elliott Hughes · 13 years ago
  44. 4e777d4 Revisions to "First pass of ImageWriter" by Brian Carlstrom · 13 years ago
  45. d8ddfd5 Implement JNI NewBooleanArray et cetera. by Elliott Hughes · 13 years ago
  46. db4d540 First pass of ImageWriter by Brian Carlstrom · 13 years ago