1. 3b45ef2 ART: Fix VerifyObject runtime verification by Andreas Gampe · 9 years ago
  2. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  3. a7dd038 Fix oatdump to use OatHeader pointer size by Mathieu Chartier · 10 years ago
  4. 6990bda Merge "Fix DCHECK in artInstrumentationMethodEntryFromCode" by Sebastien Hertz · 10 years ago
  5. 8315ee0 Fix DCHECK in artInstrumentationMethodEntryFromCode by Sebastien Hertz · 10 years ago
  6. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  7. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  8. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 10 years ago
  9. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  10. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  11. 64ad14d Support running without a boot image. by Alex Light · 10 years ago
  12. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  13. 320deb2 Fix missing single-step event by Sebastien Hertz · 10 years ago
  14. 335b91f Merge "ART: Add instrumentation stubs for ARM64 and X86-64" by Andreas Gampe · 10 years ago
  15. 41c507a ART: Generalize code to find PC for artInvokeInterfaceTrampoline by Alexei Zavjalov · 10 years ago
  16. d58342c ART: Add instrumentation stubs for ARM64 and X86-64 by Andreas Gampe · 10 years ago
  17. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 10 years ago
  18. 4c1c510 Improve stack walk performance. by Vladimir Marko · 10 years ago
  19. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 10 years ago
  20. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  21. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  22. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 11 years ago[Renamed from runtime/oat/runtime/support_instrumentation.cc]
  23. 4274889 Fixing cpplint readability/check issues by Brian Carlstrom · 11 years ago
  24. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/oat/runtime/support_instrumentation.cc]
  25. 9a916d3 Add marks for instrumentation frames that get interpreted. by Jeff Hao · 11 years ago
  26. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  27. 04d7aa9 Fix object verification. by Ian Rogers · 11 years ago
  28. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  29. 7a22fa6 Refactor StackVisitor to take a Thread*. by Ian Rogers · 12 years ago
  30. 6641ea1 Fix stack walking when top frame has null method pointer. by jeffhao · 12 years ago
  31. 306057f Support for deoptimization needed for debugging. by Ian Rogers · 12 years ago
  32. 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 12 years ago