1. c4fa2c0 Add Method::dex_cache_*_ short cuts to declaring_class_->dex_cache_ by Brian Carlstrom · 13 years ago
  2. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  3. 9cff8e1 Convert Class::descriptor_ from StringPiece to String (as part of image loading) by Brian Carlstrom · 13 years ago
  4. bfaadc8 Replace a dangerous function with the convenience function callers actually want. by Elliott Hughes · 13 years ago
  5. 4a289ed Work on heap and space initialization to support image loading by Brian Carlstrom · 13 years ago
  6. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 13 years ago
  7. a5b897e Add semi-functional exception throwing. by Elliott Hughes · 13 years ago
  8. d8ddfd5 Implement JNI NewBooleanArray et cetera. by Elliott Hughes · 13 years ago
  9. 35baaab Combine InstanceField and StaticField and Field. by Jesse Wilson · 13 years ago
  10. 7833bd2 Store static field values in arrays. by Jesse Wilson · 13 years ago
  11. df4189c Follow up from Carl's comments on new primitive array types. by Jesse Wilson · 13 years ago
  12. fd687c5 Create templates for primitive types. by Jesse Wilson · 13 years ago
  13. 7e93b50 String intern table and support for unordered_map by Brian Carlstrom · 13 years ago
  14. 8860c0e Use the method descriptor for prototype and return type comparisons. by Carl Shapiro · 13 years ago
  15. 74eb46a Improved ClassLoader support by Brian Carlstrom · 13 years ago
  16. f7e85a5 Use Java strings for Method's name. by Jesse Wilson · 13 years ago
  17. 1415074 Use Java strings for Field's name. by Jesse Wilson · 13 years ago
  18. 46cdd4b More field order validation. by Jesse Wilson · 13 years ago
  19. 75cb3b4 Add ClassLinker::VisitRoots by Brian Carlstrom · 13 years ago
  20. ac5b9e2 Validate the C++ and managed fields are ordered consistently. by Jesse Wilson · 13 years ago
  21. 8ecd08c Switch tests and aexecd to use libartd by Brian Carlstrom · 13 years ago
  22. ae3ac01 Expanding ClassLinkerTest/LibCore to cover more Class details by Brian Carlstrom · 13 years ago
  23. 4a96b60 ClassLinker can now FindClass all libcore classes by Brian Carlstrom · 13 years ago
  24. 7a90959 Make the RuntimeTest use Runtime instances instead of its constituents. by Carl Shapiro · 13 years ago
  25. 913af1b Heap allocate class supporting arrays for fields, methods, interfaces by Brian Carlstrom · 13 years ago
  26. f3eb61f Style cleanups for two recent changes by Brian Carlstrom · 13 years ago
  27. f615a61 Rename RawDexFile to DexFile by Brian Carlstrom · 13 years ago
  28. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  29. cdc8de4 Move base64 to test code by Brian Carlstrom · 13 years ago
  30. a331b3c New ClassLinker::CreateArrayClass by Brian Carlstrom · 13 years ago
  31. 6cc1845 Simplify ClassLinker::LoadClass by Brian Carlstrom · 13 years ago
  32. a080803 Setting klass_ fields of heap allocated objects by Brian Carlstrom · 13 years ago
  33. a5780da Fix class_linker_test. by Elliott Hughes · 13 years ago
  34. f10edca Eliminate some C-style casts. by Carl Shapiro · 13 years ago
  35. 61e019d Initialize runtime constituents on runtime construction. by Carl Shapiro · 13 years ago
  36. 934486c Make ClassLinker set Class::super_class_ plus test and build improvements by Brian Carlstrom · 13 years ago
  37. 0e5d75d Add support for linking classes. by Carl Shapiro · 13 years ago