1. e62934d Like Mutex, failure to destroy a ConditionVariable on shutdown is a special case. by Elliott Hughes · 12 years ago
  2. 0e57ccb Start automatically generating operator<<s for enums. by Elliott Hughes · 12 years ago
  3. e52e49b Fix the mutex diagnostics, and other targets of opportunity. by Elliott Hughes · 12 years ago
  4. b08e8a3 Restrict Mac OS 10.5 devices to 1 dex2oat thread. by Elliott Hughes · 12 years ago
  5. 5d6d5dc Try to work around Mac OS 10.5 lossage. by Elliott Hughes · 12 years ago
  6. f149843 Clean up Mutex a little and add the missing pieces for Mac OS. by Elliott Hughes · 12 years ago
  7. 67d9200 Add a compile-time constant bool equivalent to !defined(NDEBUG). by Elliott Hughes · 12 years ago
  8. 76e3694 Clean up the trivial uses of __attribute__((unused)). by Elliott Hughes · 13 years ago
  9. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 13 years ago
  10. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  11. a4060e5 Fix a deadlock caused by my big threading change yesterday. by Elliott Hughes · 13 years ago
  12. ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 13 years ago
  13. 9e921bc Remove Mutex::ClearOwner. by Elliott Hughes · 13 years ago
  14. 715112b Fix Mutex::ClearOwner for bionic by Brian Carlstrom · 13 years ago
  15. 105245c Assert lock/unlock/trylock sanity. by Ian Rogers · 13 years ago
  16. cd74c4b Fix thread hang by Brian Carlstrom · 13 years ago
  17. cf04431 Work around the lack of gettid(3) on Mac OS. by Elliott Hughes · 13 years ago
  18. 11d1b0c Reduce namespace pollution. by Elliott Hughes · 13 years ago
  19. e65a6c9 Mac build fixes I missed in my previous patch. by Elliott Hughes · 13 years ago
  20. 6b35575 Make pthread_mutex_t destruction safer during shutdown. by Elliott Hughes · 13 years ago
  21. bbd9d83 Fix at least two deadlocks. by Elliott Hughes · 13 years ago
  22. 4514d3c Fixes for ThreadStress test by Brian Carlstrom · 13 years ago
  23. 3147a23 Work around a bionic bug until I can fix bionic. by Elliott Hughes · 13 years ago
  24. 5f79133 Implement monitors. by Elliott Hughes · 13 years ago
  25. 8d768a9 Thread suspension. by Elliott Hughes · 13 years ago
  26. 5ea047b Support 64-bit volatiles and reference/pointer volatiles. by Elliott Hughes · 13 years ago
  27. 8daa092 More threads work. by Elliott Hughes · 13 years ago