1. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  2. 7571e8b Add flock(2)ing on dex-cache files to prevent races by Brian Carlstrom · 11 years ago
  3. e2f77e7 Build fix. by Ian Rogers · 11 years ago
  4. 1d1e267 Merge "Refactor java.lang.reflect implementation" into dalvik-dev by Ian Rogers · 11 years ago
  5. 0abc72e Modify traceview to sample instead of instrumenting methods. by Jeff Hao · 11 years ago
  6. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  7. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 11 years ago
  8. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  9. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  10. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/trace.cc]
  11. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  12. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  13. c928de9 Remove Iceland. by Ian Rogers · 11 years ago
  14. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 11 years ago
  15. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  16. 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 12 years ago
  17. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  18. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  19. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  20. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  21. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  22. 08fc03a Include held locks in SIGQUIT thread dumps. by Elliott Hughes · 12 years ago
  23. ca19066 Fix initializer lists to be Google C++ style. by Ian Rogers · 12 years ago
  24. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 12 years ago
  25. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 12 years ago
  26. e119a36 Fix the TODOs in the traceview support. by Elliott Hughes · 12 years ago
  27. 7b9d996 Tidy up some C-isms. by Elliott Hughes · 12 years ago
  28. 776ac1f Separate out more of LLVM build. Move verifier. by Ian Rogers · 12 years ago
  29. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 12 years ago
  30. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 12 years ago
  31. 0791adc Fix method tracing and allow alloc counting during tracing. by jeffhao · 12 years ago
  32. 57b86d4 Refactor runtime support. by Ian Rogers · 12 years ago
  33. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 12 years ago
  34. 88c5c35 Make CheckJNI and JNI workarounds mutually exclusive... by Elliott Hughes · 12 years ago
  35. b5e8185 Added code to allow method tracing from command line. by jeffhao · 12 years ago
  36. ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 12 years ago
  37. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 12 years ago
  38. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  39. ba8eee1 Remove more lint. by Elliott Hughes · 12 years ago
  40. 899e789 Include the thread name in Thread's operator<< output. by Elliott Hughes · 13 years ago
  41. ad6c9c3 Mac build fixes. by Elliott Hughes · 13 years ago
  42. 2692b57 Changed tracer to use an instance to hold state instead of statics. by jeffhao · 13 years ago
  43. a9ef3fd Updates to tracer to log events. by jeffhao · 13 years ago
  44. e343b76 Stub to capture method entry/exit. by jeffhao · 13 years ago