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.cc
Age
Commit message (
Expand
)
Author
2017-07-17
Remove the old ARM assemblers from ART.
Roland Levillain
2016-08-09
ART: Extract JNI macro assembler for arm
Andreas Gampe
2016-08-05
ART: Extract macro assembler
Andreas Gampe
2016-08-01
ART: Convert pointer size to enum
Andreas Gampe
2016-05-19
Clean up JNI calling convention callee saves.
Vladimir Marko
2016-04-13
Move Assemblers to the Arena.
Vladimir Marko
2015-11-20
Optimizing/Thumb2: Improve load/store for large offsets.
Vladimir Marko
2015-10-30
ART: Arm32 packed-switch jump tables
Andreas Gampe
2015-09-01
ART: Add 16-bit Thumb2 ROR, NEGS and CMP for high registers.
Vladimir Marko
2015-07-16
Use (D)CHECK_ALIGNED more.
Roland Levillain
2015-07-01
Implement heap poisoning in ART's Optimizing compiler.
Roland Levillain
2015-05-29
Move mirror::ArtMethod to native
Mathieu Chartier
2015-05-26
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-18
Don't emit bkpt, takes extra space for nothing.
Nicolas Geoffray
2015-04-08
Implement CFI for JNI.
David Srbecky
2015-04-06
ART: Enable more Clang warnings
Andreas Gampe
2015-03-03
Stack support for Optimizing compiler
Sebastien Hertz
2015-02-18
ART: Templatize IsInt & IsUint
Andreas Gampe
2015-02-09
ART: Arm intrinsics for Optimizing compiler
Andreas Gampe
2014-11-28
Don't use CanHoldArm in the code generator.
Nicolas Geoffray
2014-11-24
ART: Fix unused variables and functions
Andreas Gampe
2014-11-20
ART: Assembler_arm_test
Andreas Gampe
2014-11-04
ART: More warnings
Andreas Gampe
2014-10-25
Merge "Tidy logging code not using UNIMPLEMENTED."
Ian Rogers
2014-10-24
ARM: Use hardfp calling convention between java to java call.
Zheng Xu
2014-10-24
Tidy logging code not using UNIMPLEMENTED.
Ian Rogers
2014-10-09
stdint types all the way!
Ian Rogers
2014-09-29
ART: Fix some -Wpedantic errors
Andreas Gampe
2014-07-21
Add assembly operations with constants in optimizing compiler.
Nicolas Geoffray
2014-07-16
Use the thumb2 assembler for the 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-05-02
Replace CountOneBits and __builtin_popcount with POPCOUNT.
Vladimir Marko
2014-04-01
Calling convention support for cross 64/32 compilation.
Ian Rogers
2014-04-01
Allow mixing of thread offsets between 32 and 64bit architectures.
Ian Rogers
2014-03-28
x86_64: JNI compiler
Dmitry Petrochenko
2014-03-05
Make heap reference poisoning work with the interpreter.
Hiroshi Yamauchi
2013-12-13
Use dmb.
Elliott Hughes
2013-08-12
Entry point clean up.
Ian Rogers
2013-07-30
Portable refactorings.
Ian Rogers
2013-07-29
Move assembler out of runtime into compiler/utils.
Ian Rogers