1. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  2. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  3. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  4. 8d11af5 Switch GCC -O flags, O3 non-debug, 01 debug. by Ian Rogers · 11 years ago
  5. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  6. 1809a72 Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  7. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 11 years ago
  8. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  9. b8c7859 Revert "Revert "Remove non-live vregs from GC map on return."" by Ian Rogers · 11 years ago
  10. 6f485c6 Fix cpplint whitespace/indent issues by Brian Carlstrom · 11 years ago
  11. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  12. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  13. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  14. 6a62786 Fix ReferenceMap oat test. by Ian Rogers · 12 years ago
  15. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  16. 7a22fa6 Refactor StackVisitor to take a Thread*. by Ian Rogers · 12 years ago
  17. 306057f Support for deoptimization needed for debugging. by Ian Rogers · 12 years ago
  18. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
  19. 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 12 years ago
  20. a5b3024 Split dex_pc<->native_pc mapping table by Bill Buzbee · 12 years ago
  21. 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
  22. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  23. 46c6bb2 Rename PcToReferenceMap adding Dex. by Ian Rogers · 12 years ago
  24. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  25. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  26. 08fc03a Include held locks in SIGQUIT thread dumps. by Elliott Hughes · 12 years ago
  27. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 12 years ago
  28. 776ac1f Separate out more of LLVM build. Move verifier. by Ian Rogers · 12 years ago
  29. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 12 years ago
  30. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 12 years ago
  31. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 12 years ago
  32. 530fa00 Give WalkStack's callback a way to terminate early. by Elliott Hughes · 13 years ago
  33. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  34. e7d856b Add GC map to oat file by Brian Carlstrom · 13 years ago
  35. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  36. 371814f Testing with the new verifier, fix comments as going through code. by Shih-wei Liao · 13 years ago
  37. 39723d3 Fix the ReferenceMap test. by Shih-wei Liao · 13 years ago
  38. d81871c Verifier clean up. by Ian Rogers · 13 years ago
  39. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
  40. 2641f71 Move test codes out of src/. They belong to the test/ directory. by Shih-wei Liao · 13 years ago[Renamed from src/stack_walk_refmap.cc]
  41. 63433ba Add a unit test for ReferenceMap that involves try-catch-finally. by Shih-wei Liao · 13 years ago