summaryrefslogtreecommitdiffstats
path: root/runtime/arch/x86_64
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-022-28/+25
* Fix mac build: cast fpr callee save addresses.Vladimir Marko2015-05-261-1/+2
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-262-28/+23
* Insert a read barrier in the JNI bridge.Hiroshi Yamauchi2015-05-071-0/+3
* 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-223-23/+16
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-3/+3
* Revert "Revert "Deoptimization-based bce.""Mingyao Yang2015-04-012-2/+8
* Revert "Deoptimization-based bce."Andreas Gampe2015-03-242-8/+2
* Deoptimization-based bce.Mingyao Yang2015-03-232-2/+8
* 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
|/
* ART: Introduce NO_RETURN, Mark DoLongJump noreturnAndreas Gampe2015-02-232-2/+4
* Refactor register access from StackVisitorSebastien Hertz2015-01-262-34/+25
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-0/+40
* Fix valgrind error.Nicolas Geoffray2015-01-231-0/+1
* [optimizing compiler] Implement inline x86 FP '%'Mark Mendell2015-01-212-4/+2
* Merge "Save all registers in native to Java stubs."Nicolas Geoffray2014-12-151-39/+59
|\
| * Save all registers in native to Java stubs.Nicolas Geoffray2014-12-121-39/+59
* | Remove portable.Elliott Hughes2014-12-122-37/+2
|/
* [optimizing compiler] Add REM_FLOAT and REM_DOUBLECalin Juravle2014-12-082-2/+4
* Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-181-2/+2
* Merge "Fix art_quick_instrumentation_entry stub for x86/x86_64"Sebastien Hertz2014-11-171-1/+1
|\
| * Fix art_quick_instrumentation_entry stub for x86/x86_64Sebastien Hertz2014-11-171-1/+1
* | Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-132-0/+123
|/
* ART: Fix some redundant declarationsAndreas Gampe2014-11-041-88/+2
* Fix unused parameters for the Mac.Ian Rogers2014-11-041-0/+1
* ART: Remove unnecessary includesAndreas Gampe2014-11-031-2/+1
* Refactor quick entrypointsIan Rogers2014-10-203-246/+177
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-164-34/+7
* stdint types all the way!Ian Rogers2014-10-091-1/+1
* 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-252-0/+36
* ART: Set default visibility to protectedAndreas Gampe2014-08-193-41/+68
* Reduce stack usage for overflow checksDave Allison2014-08-132-15/+3
* Fix more of the Mac build.Dan Albert2014-08-112-2/+4
* Add implicit checks for x86_64 architecture.Dave Allison2014-08-072-48/+12
* Add x86_64 optimized __memcmp16 implementation;Varvara Rainchik2014-08-061-0/+1210
* ART: Fix x86_64 instrumentation_exit, also movsd -> movqAndreas Gampe2014-07-231-2/+2
* Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""Dave Allison2014-07-161-1/+2
* Add read barriers for the roots in Runtime.Hiroshi Yamauchi2014-07-142-0/+4
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-2/+4