summaryrefslogtreecommitdiffstats
path: root/runtime/arch/x86/entrypoints_init_x86.cc
Commit message (Expand)AuthorAgeFilesLines
* Insert a read barrier in the JNI bridge.Hiroshi Yamauchi2015-05-071-0/+3
* Replace NULL with nullptrMathieu Chartier2015-04-221-16/+10
* Revert "Revert "Deoptimization-based bce.""Mingyao Yang2015-04-011-0/+3
* Revert "Deoptimization-based bce."Andreas Gampe2015-03-241-3/+0
* Deoptimization-based bce.Mingyao Yang2015-03-231-0/+3
* [optimizing compiler] Implement inline x86 FP '%'Mark Mendell2015-01-211-6/+2
* Remove portable.Elliott Hughes2014-12-121-6/+1
* [optimizing compiler] Add REM_FLOAT and REM_DOUBLECalin Juravle2014-12-081-2/+6
* ART: Fix some redundant declarationsAndreas Gampe2014-11-041-88/+2
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-9/+2
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-0/+24
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-0/+2
* AArch64: Add memcmp16() for Arm64; ensure xSELF not clobberedSerban Constantinescu2014-06-301-2/+0
* ART: Implement rem_double/rem_float for x86/x86-64Alexei Zavjalov2014-06-171-4/+2
* ART: Move __memcmp16 from Bionic to ARTAndreas Gampe2014-06-101-2/+0
* Art compiler: remove unnecessary sqrt callbuzbee2014-05-271-1/+0
* ART: refactor x86/x86-64 entrypointsAlexei Zavjalov2014-05-231-6/+3
* Guard entrypoint changing by runtime shutdown lock.Mathieu Chartier2014-03-031-0/+1
* Initial changes towards Generic JNI optionAndreas Gampe2014-03-031-0/+4
* Inline x86 String.indexOfMark Mendell2014-02-201-2/+1
* Fix minor style issuesVladimir Marko2013-12-161-1/+1
* Implement GenInlinedSqrt for x86Mark Mendell2013-12-131-0/+1
* Refactor allocation entrypoints.Mathieu Chartier2013-11-201-38/+1
* Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-2/+2
* Improve quick codegen for aput-object.Ian Rogers2013-10-081-6/+10
* Split the allocation path into 'instrumented' and 'uninstrumented'Hiroshi Yamauchi2013-09-251-6/+32
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-4/+4
* Work on SMALL_ART and PORTABLE working at the same time.Dragos Sbirlea2013-08-131-2/+2
* Entry point clean up.Ian Rogers2013-08-071-120/+126
* Portable refactorings.Ian Rogers2013-07-301-0/+224