1. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 13 years ago
  2. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
  3. 409d273 Be consistent about "kilo" versus "kibi". by Elliott Hughes · 13 years ago
  4. e84278b Stop saying "clazz". by Elliott Hughes · 13 years ago
  5. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 13 years ago
  6. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  7. ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 13 years ago
  8. a15e67d Remove pad word from arrays by Ian Rogers · 13 years ago
  9. e5448b5 Remove most of the unordered_ stuff and use the standard equivalents instead. by Elliott Hughes · 13 years ago
  10. aa6a588 Make CHECKs with char*s do what you mean. by Elliott Hughes · 13 years ago
  11. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 13 years ago
  12. 5d78d39 Improve consistency of units in logging. by Elliott Hughes · 13 years ago
  13. 7b3cdfc More JDWP robustness. by Elliott Hughes · 13 years ago
  14. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  15. c1f143d Remove some lint. by Elliott Hughes · 13 years ago
  16. dbb4079 Start implementing jdb "locals". by Elliott Hughes · 13 years ago
  17. 0c54ac1 Divide up hprof code by classes. by Jesse Wilson · 13 years ago
  18. 0b075f1 Adjust whitespace in hprof. by Jesse Wilson · 13 years ago
  19. 3aa66fd Hprof code cleanup. by Jesse Wilson · 13 years ago
  20. fbd8456 Fix hprof dumping from DDMS. by Elliott Hughes · 13 years ago
  21. 1121e0b Wire up hprof. by Jesse Wilson · 13 years ago
  22. 4b6fe5a Use std::string rather than String* in hprof to avoid managed-heap allocations. by Jesse Wilson · 13 years ago
  23. c4824e6 Add hprof. This code builds but is untested. by Jesse Wilson · 13 years ago