summaryrefslogtreecommitdiffstats
path: root/runtime/arch/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-2/+4
* Fix mac build.Christopher Ferris2014-07-111-2/+2
* Revert "Revert "Revert "Add implicit null and stack checks for x86"""Nicolas Geoffray2014-07-111-2/+1
* Revert "Revert "Add implicit null and stack checks for x86""Dave Allison2014-07-101-1/+2
* x86_64: Enable fp-reg promotionSerguei Katkov2014-07-107-58/+204
* Revert "Add implicit null and stack checks for x86"Dave Allison2014-07-101-2/+1
* Add implicit null and stack checks for x86Dave Allison2014-07-091-1/+2
* JNI dlsym lookup fixes.Ian Rogers2014-07-071-3/+3
* ART: Rework Generic JNI, add ARM versionAndreas Gampe2014-07-011-22/+21
* AArch64: Add memcmp16() for Arm64; ensure xSELF not clobberedSerban Constantinescu2014-06-301-2/+0
* Fix linux build.Brian Carlstrom2014-06-251-0/+4
* Fix the Mac build on x86-64.Ian Rogers2014-06-255-55/+124
* Revert "Revert "Fix access to FP registers when visiting stack""Sebastien Hertz2014-06-172-16/+51
* ART: Implement rem_double/rem_float for x86/x86-64Alexei Zavjalov2014-06-171-2/+2
* ART: Move __memcmp16 from Bionic to ARTAndreas Gampe2014-06-101-2/+0
* Merge "ART: Add instrumentation stubs for ARM64 and X86-64"Andreas Gampe2014-06-101-3/+66
|\
| * ART: Add instrumentation stubs for ARM64 and X86-64Andreas Gampe2014-06-091-3/+66
* | X86_64: Pass 'hidden method index' in EAXMark Mendell2014-06-091-5/+2
|/
* x86_64: Fix stubs after 4-byte method handlerSerguei Katkov2014-06-061-6/+6
* x86_64: Fix art_quick_aput_objDmitry Petrochenko2014-06-031-12/+12
* ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-292-6/+24
* Art compiler: remove unnecessary sqrt callbuzbee2014-05-271-1/+0
* Fix x86_64 test failures.Nicolas Geoffray2014-05-261-2/+1
* ART: refactor x86/x86-64 entrypointsAlexei Zavjalov2014-05-232-31/+12
* ART: Add INVOKE_TRAMPOLINE and imt_conflict stub to 64b architecturesAndreas Gampe2014-05-211-11/+41
* Address comments from HandleScope change.Mathieu Chartier2014-05-141-2/+2
* Merge "Add Handle/HandleScope and delete SirtRef."Mathieu Chartier2014-05-131-5/+5
|\
| * Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-5/+5
* | Merge "x86_64: Fix issues in entrypoints"Andreas Gampe2014-05-131-3/+0
|\ \ | |/ |/|
| * x86_64: Fix issues in entrypointsDmitry Petrochenko2014-05-141-3/+0
* | Merge "Move quick frame info to OatQuickMethodHeader."Vladimir Marko2014-05-132-10/+73
|\ \ | |/ |/|
| * Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-132-10/+73
* | ART: Add lock and unlock stubs for ARM64, fix for X86-64Andreas Gampe2014-05-121-2/+2
|/
* ART: Clean field entrypoints for X86-64Andreas Gampe2014-05-061-102/+40
* Implement field entrypoints for x86-64Alexei Zavjalov2014-05-051-12/+132
* Merge "Implement object lock and unlock entrypoints for x86-64"Andreas Gampe2014-05-021-4/+52
|\
| * Implement object lock and unlock entrypoints for x86-64Alexei Zavjalov2014-05-021-4/+52
* | Replace CountOneBits and __builtin_popcount with POPCOUNT.Vladimir Marko2014-05-021-2/+2
|/
* Implement art_quick_string_compareto entrypoint for x86-64Alexei Zavjalov2014-05-011-1/+43
* Merge "Add heap reference size to the checks in arch_test"Andreas Gampe2014-05-011-0/+3
|\
| * Add heap reference size to the checks in arch_testAndreas Gampe2014-04-301-0/+3
* | Implement art_quick_aput_object stubs for X86-64 and ARM64Andreas Gampe2014-04-302-6/+104
|/
* Add ARM64 & X86_64 Assembly, plus testsAndreas Gampe2014-04-291-7/+1
* Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly codeAndreas Gampe2014-04-253-3/+25
* Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 StubsAndreas Gampe2014-04-251-3/+22
* Add untested x86-64 downcall and exception assembly.Ian Rogers2014-04-172-28/+93
* Add handler for printing java stack traces for compiled code SIGSEGV.Mathieu Chartier2014-04-011-1/+2
* Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-014-12/+11
* x86_64: JNI compilerDmitry Petrochenko2014-03-283-4/+9
* 64bit: make runtime offsets more deterministic.Ian Rogers2014-03-201-3/+3