1. fd687c5 Create templates for primitive types. by Jesse Wilson · 13 years ago
  2. 7e93b50 String intern table and support for unordered_map by Brian Carlstrom · 13 years ago
  3. 8860c0e Use the method descriptor for prototype and return type comparisons. by Carl Shapiro · 13 years ago
  4. 74eb46a Improved ClassLoader support by Brian Carlstrom · 13 years ago
  5. f7e85a5 Use Java strings for Method's name. by Jesse Wilson · 13 years ago
  6. 1415074 Use Java strings for Field's name. by Jesse Wilson · 13 years ago
  7. 46cdd4b More field order validation. by Jesse Wilson · 13 years ago
  8. 75cb3b4 Add ClassLinker::VisitRoots by Brian Carlstrom · 13 years ago
  9. ac5b9e2 Validate the C++ and managed fields are ordered consistently. by Jesse Wilson · 13 years ago
  10. 8ecd08c Switch tests and aexecd to use libartd by Brian Carlstrom · 13 years ago
  11. ae3ac01 Expanding ClassLinkerTest/LibCore to cover more Class details by Brian Carlstrom · 13 years ago
  12. 4a96b60 ClassLinker can now FindClass all libcore classes by Brian Carlstrom · 13 years ago
  13. 7a90959 Make the RuntimeTest use Runtime instances instead of its constituents. by Carl Shapiro · 13 years ago
  14. 913af1b Heap allocate class supporting arrays for fields, methods, interfaces by Brian Carlstrom · 13 years ago
  15. f3eb61f Style cleanups for two recent changes by Brian Carlstrom · 13 years ago
  16. f615a61 Rename RawDexFile to DexFile by Brian Carlstrom · 13 years ago
  17. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  18. cdc8de4 Move base64 to test code by Brian Carlstrom · 13 years ago
  19. a331b3c New ClassLinker::CreateArrayClass by Brian Carlstrom · 13 years ago
  20. 6cc1845 Simplify ClassLinker::LoadClass by Brian Carlstrom · 13 years ago
  21. a080803 Setting klass_ fields of heap allocated objects by Brian Carlstrom · 13 years ago
  22. a5780da Fix class_linker_test. by Elliott Hughes · 13 years ago
  23. f10edca Eliminate some C-style casts. by Carl Shapiro · 13 years ago
  24. 61e019d Initialize runtime constituents on runtime construction. by Carl Shapiro · 13 years ago
  25. 934486c Make ClassLinker set Class::super_class_ plus test and build improvements by Brian Carlstrom · 13 years ago
  26. 0e5d75d Add support for linking classes. by Carl Shapiro · 13 years ago