summaryrefslogtreecommitdiffstats
path: root/runtime/arch/x86/context_x86.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-2/+4
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-36/+24
* ART: Introduce NO_RETURN, Mark DoLongJump noreturnAndreas Gampe2015-02-231-0/+1
* Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)""Mark P Mendell2015-01-271-10/+42
* Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"Vladimir Marko2015-01-271-42/+10
* Refactor register access from StackVisitorSebastien Hertz2015-01-261-14/+6
* ART: Implement X86 hard float (Quick/JNI/Baseline)Mark Mendell2015-01-231-10/+46
* Revert "ART: Implement hard float for X86"Vladimir Marko2015-01-121-1/+1
* ART: Implement hard float for X86Mark Mendell2015-01-121-1/+1
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-0/+10
* ART: Remove unnecessary includesAndreas Gampe2014-11-031-2/+2
* stdint types all the way!Ian Rogers2014-10-091-1/+1
* Revert "Revert "Fix access to FP registers when visiting stack""Sebastien Hertz2014-06-171-8/+12
* Revert "Fix access to FP registers when visiting stack"Sebastien Hertz2014-06-171-12/+8
* Fix access to FP registers when visiting stackSebastien Hertz2014-06-171-8/+12
* Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-131-7/+7
* Replace CountOneBits and __builtin_popcount with POPCOUNT.Vladimir Marko2014-05-021-1/+1
* Change root visitor to use Object**.Mathieu Chartier2014-02-181-1/+1
* Object model changes to support 64bit.Ian Rogers2014-02-061-4/+4
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-2/+2
* Move assembler out of runtime into compiler/utils.Ian Rogers2013-07-291-0/+97