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