summaryrefslogtreecommitdiffstats
path: root/compiler/utils/arm/assembler_arm.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-5/+5
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-1/+1
* Implement CFI for JNI.David Srbecky2015-04-081-39/+45
* ART: Enable more Clang warningsAndreas Gampe2015-04-061-5/+1
* Stack support for Optimizing compilerSebastien Hertz2015-03-031-6/+34
* ART: Templatize IsInt & IsUintAndreas Gampe2015-02-181-15/+16
* ART: Arm intrinsics for Optimizing compilerAndreas Gampe2015-02-091-0/+1
* Don't use CanHoldArm in the code generator.Nicolas Geoffray2014-11-281-30/+0
* ART: Fix unused variables and functionsAndreas Gampe2014-11-241-2/+1
* ART: Assembler_arm_testAndreas Gampe2014-11-201-2/+15
* ART: More warningsAndreas Gampe2014-11-041-3/+3
* Merge "Tidy logging code not using UNIMPLEMENTED."Ian Rogers2014-10-251-6/+6
|\
| * Tidy logging code not using UNIMPLEMENTED.Ian Rogers2014-10-241-6/+6
* | ARM: Use hardfp calling convention between java to java call.Zheng Xu2014-10-241-2/+16
|/
* stdint types all the way!Ian Rogers2014-10-091-1/+1
* ART: Fix some -Wpedantic errorsAndreas Gampe2014-09-291-8/+8
* Add assembly operations with constants in optimizing compiler.Nicolas Geoffray2014-07-211-0/+5
* Use the thumb2 assembler for the optimizing compiler.Nicolas Geoffray2014-07-161-3/+1
* Support additional instructions in ARM and thumb assemblersDave Allison2014-06-261-67/+89
* Thumb2 assembler for JNI compiler and optimizing compilerDave Allison2014-06-051-1310/+290
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-16/+16
* Replace CountOneBits and __builtin_popcount with POPCOUNT.Vladimir Marko2014-05-021-1/+1
* 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-011-11/+11
* x86_64: JNI compilerDmitry Petrochenko2014-03-281-1/+1
* Make heap reference poisoning work with the interpreter.Hiroshi Yamauchi2014-03-051-0/+3
* Use dmb.Elliott Hughes2013-12-131-9/+0
* Entry point clean up.Ian Rogers2013-08-121-5/+5
* Portable refactorings.Ian Rogers2013-07-301-1/+1
* Move assembler out of runtime into compiler/utils.Ian Rogers2013-07-291-0/+1895