summaryrefslogtreecommitdiffstats
path: root/runtime/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge "art_quick_unlock_object uses comparison incorrectly"Ian Rogers2014-04-141-2/+2
|\
| * art_quick_unlock_object uses comparison incorrectlySerguei Katkov2014-04-101-2/+2
* | AArch64: Jni compiler fixesSerban Constantinescu2014-04-103-3/+74
|/
* Revert "Revert "Revert "Use trampolines for calls to helpers"""Dave Allison2014-04-091-5/+2
* Revert "Revert "Use trampolines for calls to helpers""Dave Allison2014-04-091-2/+5
* ARM64: Fix array out of bounds access in DoLongJumpAndreas Gampe2014-04-091-1/+2
* Merge "Fix ARM64 invoke stubs, correct CFI directives"Andreas Gampe2014-04-081-246/+244
|\
| * Fix ARM64 invoke stubs, correct CFI directivesAndreas Gampe2014-04-081-246/+244
* | AArch64: Fix Managed Register unit testsSerban Constantinescu2014-04-071-3/+2
|/
* Merge "art_quick_lock_object uses registers incorrectly"Ian Rogers2014-04-041-4/+4
|\
| * art_quick_lock_object uses registers incorrectlySerguei Katkov2014-04-041-4/+4
* | Disable use of R4 as a promotable registerDave Allison2014-04-032-3/+11
|/
* Fix Thread offsets for ARM64 assemblyAndreas Gampe2014-04-011-3/+3
* Add handler for printing java stack traces for compiled code SIGSEGV.Mathieu Chartier2014-04-015-13/+18
* Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-0112-45/+44
* Implement implicit stack overflow checksDave Allison2014-03-311-11/+138
* x86_64: JNI compilerDmitry Petrochenko2014-03-283-4/+9
* Last patch for running tests on ARM64Andreas Gampe2014-03-271-5/+48
* Trampoline and assembly fixes for ARM64Andreas Gampe2014-03-241-2/+4
* Fixes to mem_map wraparound and ARM64 quick_invoke assemblyAndreas Gampe2014-03-211-2/+2
* 64bit: make runtime offsets more deterministic.Ian Rogers2014-03-202-6/+6
* AArch64: Add arm64 runtime support.Stuart Monteith2014-03-1913-6/+1775
* Implicit null/suspend checks (oat version bump)Dave Allison2014-03-134-0/+286
* Fixing structure of native frame for Generic JNIAndreas Gampe2014-03-121-24/+76
* Implement proxy support for x86-64.Ian Rogers2014-03-121-1/+37
* A few 64bit fixes.Ian Rogers2014-03-121-1/+2
* Always reset CFI state.Ian Rogers2014-03-114-6/+8
* Ensure functions start with clean CFA state.Ian Rogers2014-03-114-2/+8
* JNI down call fixes.Ian Rogers2014-03-091-13/+18
* Release unused parts of a JNI frame before calling native codeAndreas Gampe2014-03-071-4/+12
* Fix issues with clang and BUILD_HOST_64bit.Ian Rogers2014-03-062-64/+56
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-062-2/+1
* Fix host architecture for 64bit.Ian Rogers2014-03-061-5/+18
* Generic JNI implementation for x86_64Andreas Gampe2014-03-057-23/+321
* Size and offset fixes to compile for 64b hostAndreas Gampe2014-03-051-3/+3
* AArch64: Add ARM64 AssemblerSerban Constantinescu2014-03-052-0/+268
* Guard entrypoint changing by runtime shutdown lock.Mathieu Chartier2014-03-035-110/+4
* Initial changes towards Generic JNI optionAndreas Gampe2014-03-038-0/+31
* Fix clang to compile and run host tests.Ian Rogers2014-02-281-29/+35
* Incorrect result of compareTo between empty and non-empty stringsAlexei Zavjalov2014-02-271-0/+2
* Merge "Make ARM assembly labels local."Ian Rogers2014-02-221-62/+62
|\
| * Make ARM assembly labels local.Ian Rogers2014-02-211-62/+62
* | Merge "Make X86 assembly labels local."Ian Rogers2014-02-223-42/+42
|\ \
| * | Make X86 assembly labels local.Ian Rogers2014-02-213-42/+42
| |/
* | Make MIPS assembly labels local.Ian Rogers2014-02-212-20/+20
|/
* Inline x86 String.indexOfMark Mendell2014-02-202-52/+1
* Upcall support for x86-64.Ian Rogers2014-02-204-9/+301
* Fix build.Mathieu Chartier2014-02-192-4/+4
* Change root visitor to use Object**.Mathieu Chartier2014-02-187-4/+25
* Work in the direction of hard float quick ABIs.Ian Rogers2014-02-114-9/+21