summaryrefslogtreecommitdiffstats
path: root/runtime/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* ART: Remove unnecessary includesAndreas Gampe2014-11-031-3/+1
* ARM: Use hardfp calling convention between java to java call.Zheng Xu2014-10-246-125/+317
* Refactor quick entrypointsIan Rogers2014-10-204-238/+263
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-165-43/+28
* Don't copy fill array data to quick literal pool.Ian Rogers2014-10-081-10/+1
* ART: Fix some -Wpedantic errorsAndreas Gampe2014-09-291-1/+1
* Add proper cfi directives.Christopher Ferris2014-09-101-5/+10
* Handle nested signalsDave Allison2014-08-271-0/+18
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-252-159/+120
* ART: Fix ARM invoke stub, run Generic JNI in jni_compiler_testAndreas Gampe2014-08-191-3/+6
* ART: Set default visibility to protectedAndreas Gampe2014-08-194-4/+31
* Merge "Fix bugs in the x86 and arm versions of generic JNI."Nicolas Geoffray2014-08-121-7/+17
|\
| * Fix bugs in the x86 and arm versions of generic JNI.Nicolas Geoffray2014-08-141-7/+17
* | Reduce stack usage for overflow checksDave Allison2014-08-133-53/+7
|/
* Proper fix after -Bsymbolic change.Dan Albert2014-08-091-0/+2
* Revert "Fix build without -Bsymbolic."Dan Albert2014-08-071-4/+2
* Merge "Fix build without -Bsymbolic."Dan Albert2014-08-061-2/+4
|\
| * Fix build without -Bsymbolic.Dan Albert2014-08-071-2/+4
* | Add implicit checks for x86_64 architecture.Dave Allison2014-08-071-1/+1
|/
* When performing a long jump, update SP last.Jeff Hao2014-08-061-1/+2
* AArch64: Clean up CalleeSaveMethod frame and the use of temp registers.Zheng Xu2014-07-291-0/+16
* ART: Throw StackOverflowError in native codeAndreas Gampe2014-07-211-2/+2
* Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""Dave Allison2014-07-161-5/+6
* Break apart header files.Ian Rogers2014-07-151-4/+4
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-0/+1
* Revert "Revert "Revert "Add implicit null and stack checks for x86"""Nicolas Geoffray2014-07-111-6/+5
* Revert "Revert "Add implicit null and stack checks for x86""Dave Allison2014-07-101-5/+6
* Revert "Add implicit null and stack checks for x86"Dave Allison2014-07-101-6/+5
* Add implicit null and stack checks for x86Dave Allison2014-07-091-5/+6
* ART: Rework Generic JNI, add ARM versionAndreas Gampe2014-07-011-2/+87
* AArch64: Add memcmp16() for Arm64; ensure xSELF not clobberedSerban Constantinescu2014-06-301-5/+0
* ART: Target-dependent stack overflow, less check elisionAndreas Gampe2014-06-181-2/+3
* Revert "Revert "Fix access to FP registers when visiting stack""Sebastien Hertz2014-06-172-24/+61
* Revert "Fix access to FP registers when visiting stack"Sebastien Hertz2014-06-172-61/+24
* Fix access to FP registers when visiting stackSebastien Hertz2014-06-172-24/+61
* ART: Move __memcmp16 from Bionic to ARTAndreas Gampe2014-06-103-4/+229
* Reduce header files including header files.Ian Rogers2014-06-061-0/+1
* Add an optimization for removing redundant suspend tests in ARTWei Jin2014-06-052-0/+6
* Do not force unwind info to debug_frame.Christopher Ferris2014-06-041-1/+0
* Art compiler: remove unnecessary sqrt callbuzbee2014-05-271-1/+0
* ART: Fix comments for dmbAndreas Gampe2014-05-141-2/+2
* Merge "Move quick frame info to OatQuickMethodHeader."Vladimir Marko2014-05-132-10/+78
|\
| * Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-132-10/+78
* | ART: Add lock and unlock stubs for ARM64, fix for X86-64Andreas Gampe2014-05-121-1/+1
|/
* Handle implicit stack overflow without affecting stack walksDave Allison2014-05-052-89/+71
* Replace CountOneBits and __builtin_popcount with POPCOUNT.Vladimir Marko2014-05-022-4/+4
* Add heap reference size to the checks in arch_testAndreas Gampe2014-04-301-0/+3
* Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly codeAndreas Gampe2014-04-253-4/+26
* Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 StubsAndreas Gampe2014-04-251-0/+16
* Remove support for app JNI workarounds.Ian Rogers2014-04-221-24/+0