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