summaryrefslogtreecommitdiffstats
path: root/compiler/utils/arm64
Commit message (Expand)AuthorAgeFilesLines
* ART: Fuse compare-with-0-and-branch in Arm64 utils-assemblerSerban Constantinescu2014-07-121-4/+2
* ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-291-5/+6
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+2
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-132-22/+22
* AArch64: Fix the usage of IP0, IP1 as temporary registersSerban Constantinescu2014-05-092-20/+36
* AArch64: Fix the usage of Thread Register for arm64Serban Constantinescu2014-05-091-17/+23
* ART: aarch64 jni compiler needs to extend small return typesAndreas Gampe2014-05-011-4/+18
* AArch64: Jni compiler fixesSerban Constantinescu2014-04-103-56/+108
* AArch64: Fix Managed Register unit testsSerban Constantinescu2014-04-074-14/+171
* Do not output ARM64 assembler debug code.Andreas Gampe2014-04-031-11/+0
* Calling convention support for cross 64/32 compilation.Ian Rogers2014-04-011-5/+7
* Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-013-74/+66
* x86_64: JNI compilerDmitry Petrochenko2014-03-282-2/+2
* Trampoline and assembly fixes for ARM64Andreas Gampe2014-03-242-0/+12
* Some more ARM64 tests that are invalid at the momentAndreas Gampe2014-03-191-4/+6
* Parts of ARM64 should not be enabled, yetAndreas Gampe2014-03-191-4/+5
* AArch64: Add arm64 runtime support.Stuart Monteith2014-03-192-1/+2
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-4/+4
* AArch64: Add ARM64 AssemblerSerban Constantinescu2014-03-056-0/+1890