1. 776ac1f Separate out more of LLVM build. Move verifier. by Ian Rogers · 13 years ago
  2. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 13 years ago
  3. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
  4. 0791adc Fix method tracing and allow alloc counting during tracing. by jeffhao · 13 years ago
  5. 57b86d4 Refactor runtime support. by Ian Rogers · 13 years ago
  6. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 13 years ago
  7. 88c5c35 Make CheckJNI and JNI workarounds mutually exclusive... by Elliott Hughes · 13 years ago
  8. b5e8185 Added code to allow method tracing from command line. by jeffhao · 13 years ago
  9. ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 13 years ago
  10. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 13 years ago
  11. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  12. ba8eee1 Remove more lint. by Elliott Hughes · 13 years ago
  13. 899e789 Include the thread name in Thread's operator<< output. by Elliott Hughes · 13 years ago
  14. ad6c9c3 Mac build fixes. by Elliott Hughes · 13 years ago
  15. 2692b57 Changed tracer to use an instance to hold state instead of statics. by jeffhao · 13 years ago
  16. a9ef3fd Updates to tracer to log events. by jeffhao · 13 years ago
  17. e343b76 Stub to capture method entry/exit. by jeffhao · 13 years ago