summaryrefslogtreecommitdiff
path: root/compiler/utils/arm/assembler_arm.h
AgeCommit message (Expand)Author
2015-06-17Revert "Revert "ART: Implement literal pool for arm, fix branch fixup."" Vladimir Marko
2015-06-16Revert "ART: Implement literal pool for arm, fix branch fixup." Vladimir Marko
2015-06-15ART: Implement literal pool for arm, fix branch fixup. Vladimir Marko
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-05-26Merge "ART: Clean up arm64 kNumberOfXRegisters usage." Vladimir Marko
2015-05-26ART: Clean up arm64 kNumberOfXRegisters usage. Vladimir Marko
2015-05-22Revert "Revert "Introduce a NearLabel in thumb2."" Nicolas Geoffray
2015-05-21Revert "Introduce a NearLabel in thumb2." Nicolas Geoffray
2015-05-20Introduce a NearLabel in thumb2. Nicolas Geoffray
2015-05-15Opt compiler: Speedup div/rem by constants on arm32 and arm64. Zheng Xu
2015-04-22Replace NULL with nullptr Mathieu Chartier
2015-03-25Forbid the use of shifts in ShifterOperand in Thumb2 Guillaume "Vermeille" Sanchez
2015-03-17Revert "Forbid the use of shifts in ShifterOperand in Thumb2" Calin Juravle
2015-03-11Forbid the use of shifts in ShifterOperand in Thumb2 Guillaume "Vermeille" Sanchez
2015-02-13Optimize double/float immediate loading on arm. Nicolas Geoffray
2015-02-10Improve ParallelMoveResolver to work with pairs. Nicolas Geoffray
2015-01-08Implement double and float support for arm in register allocator. Nicolas Geoffray
2014-12-19[optimizing compiler] Add support for volatile Calin Juravle
2014-11-28Don't use CanHoldArm in the code generator. Nicolas Geoffray
2014-11-14Add support for int-to-char in the optimizing compiler. Roland Levillain
2014-11-13Add support for int-to-byte in the optimizing compiler. Roland Levillain
2014-11-03Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. Ian Rogers
2014-10-29Add support for static fields in optimizing compiler. Nicolas Geoffray
2014-10-09stdint types all the way! Ian Rogers
2014-07-21Add assembly operations with constants in optimizing compiler. Nicolas Geoffray
2014-06-26Support additional instructions in ARM and thumb assemblers Dave Allison
2014-06-05Thumb2 assembler for JNI compiler and optimizing compiler Dave Allison
2014-05-13Add Handle/HandleScope and delete SirtRef. Mathieu Chartier
2014-04-01Allow mixing of thread offsets between 32 and 64bit architectures. Ian Rogers
2014-03-28x86_64: JNI compiler Dmitry Petrochenko
2013-07-29Move assembler out of runtime into compiler/utils. Ian Rogers