summaryrefslogtreecommitdiffstats
path: root/runtime/arch/x86_64/quick_entrypoints_x86_64.S
Commit message (Expand)AuthorAgeFilesLines
* ART: Fix CFI annotation for art_quick_aput_objMathieu Chartier2015-06-291-0/+1
* Fix moving GC bugs in proxy stub for X86/X86_64Mathieu Chartier2015-06-181-2/+1
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-26/+23
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-10/+59
* Remove ArtMethod* parameter from dex cache entry points.Vladimir Marko2015-04-241-4/+4
* Replace NULL with nullptrMathieu Chartier2015-04-221-5/+5
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-3/+3
* Revert "Revert "Deoptimization-based bce.""Mingyao Yang2015-04-011-2/+5
* Revert "Deoptimization-based bce."Andreas Gampe2015-03-241-5/+2
* Deoptimization-based bce.Mingyao Yang2015-03-231-2/+5
* Fix the mac build.Hiroshi Yamauchi2015-03-201-1/+1
* Assembly TLAB allocation fast path for x86_64.Hiroshi Yamauchi2015-03-201-1/+38
* Fix art_quick_instrumentation_exit stub for x86_64Sebastien Hertz2015-03-121-1/+3
* Merge "Reserve bits in the lock word for read barriers."Hiroshi Yamauchi2015-03-041-14/+41
|\
| * Reserve bits in the lock word for read barriers.Hiroshi Yamauchi2015-03-031-14/+41
* | Fix generic JNI stubs to not discard the Java native frame.Nicolas Geoffray2015-03-031-38/+10
|/
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-0/+40
* [optimizing compiler] Implement inline x86 FP '%'Mark Mendell2015-01-211-2/+0
* Save all registers in native to Java stubs.Nicolas Geoffray2014-12-121-39/+59
* [optimizing compiler] Add REM_FLOAT and REM_DOUBLECalin Juravle2014-12-081-0/+2
* Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-181-2/+2
* Fix art_quick_instrumentation_entry stub for x86/x86_64Sebastien Hertz2014-11-171-1/+1
* Refactor quick entrypointsIan Rogers2014-10-201-211/+177
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-2/+2
* Don't copy fill array data to quick literal pool.Ian Rogers2014-10-081-1/+1
* Handle nested signalsDave Allison2014-08-271-0/+14
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-0/+12
* ART: Set default visibility to protectedAndreas Gampe2014-08-191-36/+36
* Reduce stack usage for overflow checksDave Allison2014-08-131-12/+0
* Fix more of the Mac build.Dan Albert2014-08-111-2/+2
* Add implicit checks for x86_64 architecture.Dave Allison2014-08-071-0/+12
* ART: Fix x86_64 instrumentation_exit, also movsd -> movqAndreas Gampe2014-07-231-2/+2
* Add read barriers for the roots in Runtime.Hiroshi Yamauchi2014-07-141-0/+3
* Fix mac build.Christopher Ferris2014-07-111-2/+2
* Revert "Fix mac build"Christopher Ferris2014-07-111-2/+2
* Fix mac buildDave Allison2014-07-101-2/+2
* x86_64: Enable fp-reg promotionSerguei Katkov2014-07-101-22/+150
* ART: Rework Generic JNI, add ARM versionAndreas Gampe2014-07-011-22/+21
* Fix the Mac build on x86-64.Ian Rogers2014-06-251-41/+84
* 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-291-6/+22
* ART: refactor x86/x86-64 entrypointsAlexei Zavjalov2014-05-231-14/+0
* 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