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