summaryrefslogtreecommitdiffstats
path: root/runtime/arch/x86_64/context_x86_64.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-2/+2
* Fix mac build: cast fpr callee save addresses.Vladimir Marko2015-05-261-1/+2
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-28/+22
* ART: Introduce NO_RETURN, Mark DoLongJump noreturnAndreas Gampe2015-02-231-1/+2
* Refactor register access from StackVisitorSebastien Hertz2015-01-261-14/+6
* ART: Remove unnecessary includesAndreas Gampe2014-11-031-2/+1
* stdint types all the way!Ian Rogers2014-10-091-1/+1
* x86_64: Enable fp-reg promotionSerguei Katkov2014-07-101-26/+23
* Fix the Mac build on x86-64.Ian Rogers2014-06-251-3/+3
* Revert "Revert "Fix access to FP registers when visiting stack""Sebastien Hertz2014-06-171-5/+20
* Revert "Fix access to FP registers when visiting stack"Sebastien Hertz2014-06-171-20/+5
* Fix access to FP registers when visiting stackSebastien Hertz2014-06-171-5/+20
* Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-131-10/+10
* Replace CountOneBits and __builtin_popcount with POPCOUNT.Vladimir Marko2014-05-021-2/+2
* Generic JNI implementation for x86_64Andreas Gampe2014-03-051-6/+61
* Change root visitor to use Object**.Mathieu Chartier2014-02-181-1/+1
* Object model changes to support 64bit.Ian Rogers2014-02-061-0/+76