summaryrefslogtreecommitdiffstats
path: root/runtime/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* ART: Add scorpion to the known cpu variants listMichael Bestas2015-11-051-1/+1
* ART: Fix arm32 instrumentation exit stubAndreas Gampe2015-06-241-2/+7
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-024-17/+17
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-262-29/+19
* 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-15/+21
* Remove ArtMethod* parameter from dex cache entry points.Vladimir Marko2015-04-241-8/+18
* Replace NULL with nullptrMathieu Chartier2015-04-224-10/+15
* ART: Avoid obvious segfault in arm & x86 fault handlerAndreas Gampe2015-04-031-0/+7
* Revert "Revert "Deoptimization-based bce.""Mingyao Yang2015-04-011-0/+2
* Revert "Deoptimization-based bce."Andreas Gampe2015-03-241-2/+0
* Deoptimization-based bce.Mingyao Yang2015-03-231-0/+2
* Merge "Reserve bits in the lock word for read barriers."Hiroshi Yamauchi2015-03-041-17/+47
|\
| * Reserve bits in the lock word for read barriers.Hiroshi Yamauchi2015-03-031-17/+47
* | Fix generic JNI stubs to not discard the Java native frame.Nicolas Geoffray2015-03-031-11/+8
|/
* ART: Introduce NO_RETURN, Mark DoLongJump noreturnAndreas Gampe2015-02-232-2/+3
* Refactor register access from StackVisitorSebastien Hertz2015-01-262-36/+26
* Skip r1 on arm if first parameter is a long.Nicolas Geoffray2015-01-131-0/+7
* ART: Reorder entrypoint argument orderAndreas Gampe2014-12-291-78/+32
* Merge "Save all registers in native to Java stubs."Nicolas Geoffray2014-12-151-9/+14
|\
| * Save all registers in native to Java stubs.Nicolas Geoffray2014-12-121-9/+14
* | Remove portable.Elliott Hughes2014-12-122-168/+1
|/
* Fix arm unwind data for art code.Christopher Ferris2014-12-042-49/+17
* Fix the last users of TARGET_CPU_SMP.Elliott Hughes2014-11-191-9/+1
* Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-182-2/+2
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-135-3/+513
* ART: Fix warnings in memcmp16 for arm32Andreas Gampe2014-11-061-18/+27
* Don't enable ARM_R4_SUSPEND_FLAG.Ian Rogers2014-11-051-1/+1
* Merge "ART: Fix some redundant declarations"Andreas Gampe2014-11-051-84/+3
|\
| * ART: Fix some redundant declarationsAndreas Gampe2014-11-041-84/+3
* | Merge "Add ATTRIBUTE_UNUSED to unused parameters."Ian Rogers2014-11-051-5/+9
|\ \ | |/ |/|
| * Add ATTRIBUTE_UNUSED to unused parameters.Chih-Hung Hsieh2014-11-041-5/+9
* | ART: More warningsAndreas Gampe2014-11-041-2/+4
|/
* 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
|\