1. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  2. 0eb4251 Fix mac build: cast fpr callee save addresses. by Vladimir Marko · 10 years ago
  3. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  4. 794ad76 ART: Introduce NO_RETURN, Mark DoLongJump noreturn by Andreas Gampe · 11 years ago
  5. 966c3ae Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"" by Mark P Mendell · 11 years ago
  6. 949c91f Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 11 years ago
  7. 96ba8dc Refactor register access from StackVisitor by Sebastien Hertz · 11 years ago
  8. 3d2c8e7 ART: Implement X86 hard float (Quick/JNI/Baseline) by Mark Mendell · 11 years ago
  9. 0f9b03c Revert "ART: Implement hard float for X86" by Vladimir Marko · 11 years ago
  10. 59b9cf7 ART: Implement hard float for X86 by Mark Mendell · 11 years ago
  11. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  12. b688611 ART: Remove unnecessary includes by Andreas Gampe · 11 years ago
  13. 1373595 stdint types all the way! by Ian Rogers · 11 years ago
  14. 0bcb290 Revert "Revert "Fix access to FP registers when visiting stack"" by Sebastien Hertz · 11 years ago
  15. 8ebd94a Revert "Fix access to FP registers when visiting stack" by Sebastien Hertz · 11 years ago
  16. aa9b3ae Fix access to FP registers when visiting stack by Sebastien Hertz · 11 years ago
  17. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 11 years ago
  18. 8194963 Replace CountOneBits and __builtin_popcount with POPCOUNT. by Vladimir Marko · 11 years ago
  19. 815873e Change root visitor to use Object**. by Mathieu Chartier · 12 years ago
  20. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  21. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  22. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 12 years ago[Renamed from runtime/oat/runtime/x86/context_x86.cc]
  23. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 12 years ago
  24. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/oat/runtime/x86/context_x86.cc]
  25. 6f67517 Fixes for comparisons between signed and unsigned values with new jb-mr2 compiler (for x86, ARM previously fixed in d74e41b1cce5373aa24fd2fbea735173f6113d5a) by Brian Carlstrom · 13 years ago
  26. 4f6ad8a Various performance improvements. by Ian Rogers · 13 years ago
  27. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  28. 6702243 Support for SetVReg and add SetGPR. by Mathieu Chartier · 13 years ago
  29. 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
  30. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 13 years ago
  31. 7834cbd Consistently use __asm__ rather than asm. by Elliott Hughes · 13 years ago
  32. 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
  33. 7caad77 Implement various missing parts of the X86 compiler by Ian Rogers · 14 years ago
  34. 57b86d4 Refactor runtime support. by Ian Rogers · 14 years ago[Renamed from src/context_x86.cc]
  35. 2faa5f1 Fix copyright headers. by Elliott Hughes · 14 years ago
  36. ba8eee1 Remove more lint. by Elliott Hughes · 14 years ago
  37. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 14 years ago
  38. ad42e13 Exception work clean up. by Ian Rogers · 14 years ago
  39. 67375ac Support for exception throwing from JNI. by Ian Rogers · 14 years ago
  40. 85d1545 Add packing to class Thread. by Elliott Hughes · 14 years ago
  41. bdb0391 Support for exception throwing. by Ian Rogers · 14 years ago