summaryrefslogtreecommitdiffstats
path: root/compiler/utils/arm64
Commit message (Expand)AuthorAgeFilesLines
* Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug.Serban Constantinescu2014-11-281-6/+6
* Fix the last users of TARGET_CPU_SMP.Elliott Hughes2014-11-191-2/+0
* ART: More warningsAndreas Gampe2014-11-041-0/+5
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-1/+1
* ART: optimizing compiler: initial support for ARM64.Alexandre Rames2014-10-231-3/+4
* Rename arm64 `Register` to `XRegister`.Alexandre Rames2014-10-175-302/+301
* Rework arm64 register codes and fix Arm64ManagedRegister tests.Alexandre Rames2014-10-174-49/+24
* stdint types all the way!Ian Rogers2014-10-091-1/+1
* ARM64: Update code after the VIXL 1.6 release.Alexandre Rames2014-10-093-10/+6
* Merge "Get heap poisoning working in 64-bit."Hiroshi Yamauchi2014-09-301-0/+4
|\
| * Get heap poisoning working in 64-bit.Hiroshi Yamauchi2014-09-291-0/+4
* | ART: Fix some -Wpedantic errorsAndreas Gampe2014-09-291-1/+1
|/
* ARM64: Avoid the duplication of condition codes.Alexandre Rames2014-08-222-36/+16
* AArch64: Clean up CalleeSaveMethod frame and the use of temp registers.Zheng Xu2014-07-292-29/+76
* 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