summaryrefslogtreecommitdiffstats
path: root/compiler/utils/arm/assembler_arm.h
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-2/+3
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-1/+1
* Replace NULL with nullptrMathieu Chartier2015-04-221-7/+7
* Forbid the use of shifts in ShifterOperand in Thumb2Guillaume "Vermeille" Sanchez2015-03-251-0/+4
* Revert "Forbid the use of shifts in ShifterOperand in Thumb2"Calin Juravle2015-03-171-4/+0
* Forbid the use of shifts in ShifterOperand in Thumb2Guillaume "Vermeille" Sanchez2015-03-111-0/+4
* Optimize double/float immediate loading on arm.Nicolas Geoffray2015-02-131-6/+32
* Improve ParallelMoveResolver to work with pairs.Nicolas Geoffray2015-02-101-0/+10
* Implement double and float support for arm in register allocator.Nicolas Geoffray2015-01-081-0/+7
* [optimizing compiler] Add support for volatileCalin Juravle2014-12-191-0/+2
* Don't use CanHoldArm in the code generator.Nicolas Geoffray2014-11-281-27/+14
* Add support for int-to-char in the optimizing compiler.Roland Levillain2014-11-141-0/+3
* Add support for int-to-byte in the optimizing compiler.Roland Levillain2014-11-131-0/+3
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-18/+20
* Add support for static fields in optimizing compiler.Nicolas Geoffray2014-10-291-0/+3
* stdint types all the way!Ian Rogers2014-10-091-1/+1
* Add assembly operations with constants in optimizing compiler.Nicolas Geoffray2014-07-211-3/+1
* Support additional instructions in ARM and thumb assemblersDave Allison2014-06-261-10/+70
* Thumb2 assembler for JNI compiler and optimizing compilerDave Allison2014-06-051-333/+382
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-7/+7
* Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-71/+61
* x86_64: JNI compilerDmitry Petrochenko2014-03-281-1/+1
* Move assembler out of runtime into compiler/utils.Ian Rogers2013-07-291-0/+659