summaryrefslogtreecommitdiffstats
path: root/runtime/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix art_quick_instrumentation_exit for ARM64"Sebastien Hertz2014-06-171-2/+2
|\
| * Fix art_quick_instrumentation_exit for ARM64Sebastien Hertz2014-06-191-2/+2
* | ART: Target-dependent stack overflow, less check elisionAndreas Gampe2014-06-181-2/+3
|/
* Merge "AArch64: Add transition assembly to wrapper native functions."Bill Buzbee2014-06-172-29/+45
|\
| * AArch64: Add transition assembly to wrapper native functions.Zheng Xu2014-06-172-29/+45
* | Revert "Revert "Fix access to FP registers when visiting stack""Sebastien Hertz2014-06-1711-152/+329
|/
* ART: Implement rem_double/rem_float for x86/x86-64Alexei Zavjalov2014-06-173-35/+4
* Disable StubTest.IndexOf if heap poisoning is enabled for now.Hiroshi Yamauchi2014-06-161-0/+2
* ART: Add initialize_type stubs for ARM64; indexof testAndreas Gampe2014-06-122-4/+82
* AArch64: Add support for inlined methodsSerban Constantinescu2014-06-121-1/+97
* Fix host Mac build.Ian Rogers2014-06-111-2/+2
* Merge "Remove deprecated WITH_HOST_DALVIK."Ian Rogers2014-06-104-26/+36
|\
| * Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-104-26/+36
* | ART: Fix MIPS buildAndreas Gampe2014-06-101-16/+16
* | ART: Move __memcmp16 from Bionic to ARTAndreas Gampe2014-06-1011-14/+358
|/
* Merge "ART: Add instrumentation stubs for ARM64 and X86-64"Andreas Gampe2014-06-102-8/+141
|\
| * ART: Add instrumentation stubs for ARM64 and X86-64Andreas Gampe2014-06-092-8/+141
* | ART: Generalize code to find PC for artInvokeInterfaceTrampolineAlexei Zavjalov2014-06-101-1/+1
* | Merge "X86_64: Pass 'hidden method index' in EAX"Ian Rogers2014-06-101-5/+2
|\ \
| * | X86_64: Pass 'hidden method index' in EAXMark Mendell2014-06-091-5/+2
* | | ART: Generic JNI for x86Andreas Gampe2014-06-091-2/+86
|/ /
* | ART: Fix inline assembly constraints in stub_testAndreas Gampe2014-06-071-16/+20
|/
* Merge "Change FieldHelper to use a handle."Mathieu Chartier2014-06-061-6/+4
|\
| * Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-6/+4
* | Reduce header files including header files.Ian Rogers2014-06-061-0/+1
* | x86_64: Fix stubs after 4-byte method handlerSerguei Katkov2014-06-061-6/+6
|/
* Add an optimization for removing redundant suspend tests in ARTWei Jin2014-06-052-0/+6
* Merge "Fix reflection_test failures."Ian Rogers2014-06-051-6/+6
|\
| * Fix reflection_test failures.Douglas Leung2014-06-031-6/+6
* | Do not force unwind info to debug_frame.Christopher Ferris2014-06-042-3/+0
* | ART: Fix stub_test inline assembly for ARM64Andreas Gampe2014-06-031-78/+71
* | Merge "ART: Fix an error in proxy_invoke stub on ARM64"Andreas Gampe2014-06-031-57/+2
|\ \
| * | ART: Fix an error in proxy_invoke stub on ARM64Andreas Gampe2014-06-021-57/+2
* | | x86_64: Fix art_quick_aput_objDmitry Petrochenko2014-06-031-12/+12
|/ /
* | x86: art_quick_instrumentation_entry should not use offset addressSerguei Katkov2014-06-021-1/+1
* | ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-296-33/+62
* | Art compiler: remove unnecessary sqrt callbuzbee2014-05-274-4/+0
* | Merge "AArch64: Add suspend check in managed code."Bill Buzbee2014-05-272-15/+36
|\ \
| * | AArch64: Add suspend check in managed code.Zheng Xu2014-05-262-15/+36
* | | Fix x86_64 test failures.Nicolas Geoffray2014-05-261-2/+1
|/ /
* | [MIPS] Remove warnings about use of at registerChris Dearman2014-05-231-2/+4
* | ART: refactor x86/x86-64 entrypointsAlexei Zavjalov2014-05-234-73/+15
|/
* Merge "AArch64: Enable LONG_* and INT_* opcodes."Bill Buzbee2014-05-222-14/+4
|\
| * AArch64: Enable LONG_* and INT_* opcodes.Serban Constantinescu2014-05-222-14/+4
* | Move modify_ldt_lock into global lock order.Chao-ying Fu2014-05-221-4/+3
|/
* ART: Fix stub test inline assembly for x86Andreas Gampe2014-05-211-1/+1
* Merge "ART: Make StubTest IMT sanity check a warning"Andreas Gampe2014-05-211-2/+6
|\
| * ART: Make StubTest IMT sanity check a warningAndreas Gampe2014-05-211-2/+6
* | Merge "Work around Mac assembler differences."Ian Rogers2014-05-211-5/+12
|\ \ | |/ |/|
| * Work around Mac assembler differences.Ian Rogers2014-05-201-5/+12