1. 524e7ea Remove ArtCode. by Nicolas Geoffray · 10 years ago
  2. 6bc4374 Add an abstraction over a compiled code. by Nicolas Geoffray · 10 years ago
  3. 639bdd1 ART: Single-frame deopt by Andreas Gampe · 10 years ago
  4. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  5. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  6. 794ad76 ART: Introduce NO_RETURN, Mark DoLongJump noreturn by Andreas Gampe · 11 years ago
  7. 96ba8dc Refactor register access from StackVisitor by Sebastien Hertz · 11 years ago
  8. b688611 ART: Remove unnecessary includes by Andreas Gampe · 11 years ago
  9. 5667fdb ARM: Use hardfp calling convention between java to java call. by Zheng Xu · 11 years ago
  10. 0bcb290 Revert "Revert "Fix access to FP registers when visiting stack"" by Sebastien Hertz · 11 years ago
  11. 8ebd94a Revert "Fix access to FP registers when visiting stack" by Sebastien Hertz · 11 years ago
  12. aa9b3ae Fix access to FP registers when visiting stack by Sebastien Hertz · 11 years ago
  13. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 11 years ago
  14. 8194963 Replace CountOneBits and __builtin_popcount with POPCOUNT. by Vladimir Marko · 11 years ago
  15. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  16. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 12 years ago[Renamed from runtime/oat/runtime/arm/context_arm.cc]
  17. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  18. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/oat/runtime/arm/context_arm.cc]
  19. d74e41b Fixes for comparisons between signed and unsigned values with new jb-mr2 compiler by Brian Carlstrom · 13 years ago
  20. 4f6ad8a Various performance improvements. by Ian Rogers · 13 years ago
  21. 04d7aa9 Fix object verification. by Ian Rogers · 13 years ago
  22. 8dbb708 Rename run-time functions to distinguish art_quick_[name] vs art_portable_[name]. by Logan Chien · 13 years ago
  23. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  24. 6702243 Support for SetVReg and add SetGPR. by Mathieu Chartier · 13 years ago
  25. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 13 years ago
  26. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 13 years ago
  27. 9c750f9 Ensure we don't AddLocalReference a bogus value when returning to native code from an upcall that threw. by Elliott Hughes · 14 years ago
  28. 57b86d4 Refactor runtime support. by Ian Rogers · 14 years ago[Renamed (95%) from src/context_arm.cc]
  29. 2faa5f1 Fix copyright headers. by Elliott Hughes · 14 years ago
  30. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 14 years ago
  31. 6f495f2 Clear results registers on long jump by Brian Carlstrom · 14 years ago
  32. 15fdb8c Floating point callee save support in exception delivery. by Ian Rogers · 14 years ago
  33. ad42e13 Exception work clean up. by Ian Rogers · 14 years ago
  34. 67375ac Support for exception throwing from JNI. by Ian Rogers · 14 years ago
  35. 85d1545 Add packing to class Thread. by Elliott Hughes · 14 years ago
  36. bdb0391 Support for exception throwing. by Ian Rogers · 14 years ago