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
/
assembler.h
Age
Commit message (
Expand
)
Author
2015-01-15
ART: Allow to compile interpret-only mips64 files
Andreas Gampe
2014-12-22
ART: Swap-space in the compiler
Andreas Gampe
2014-11-13
Instruction set features for ARM64, MIPS and X86.
Ian Rogers
2014-11-04
ART: More warnings
Andreas Gampe
2014-11-03
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-10-23
ART: optimizing compiler: initial support for ARM64.
Alexandre Rames
2014-10-09
stdint types all the way!
Ian Rogers
2014-08-05
Emit CFI for x86 & x86_64 JNI compiler.
Tong Shen
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-31
Merge "Add support for invoke-static in optimizing compiler."
Nicolas Geoffray
2014-03-31
Add support for invoke-static in optimizing compiler.
Nicolas Geoffray
2014-03-28
x86_64: JNI compiler
Dmitry Petrochenko
2014-03-19
AArch64: Add arm64 runtime support.
Stuart Monteith
2014-03-05
AArch64: Add ARM64 Assembler
Serban Constantinescu
2014-03-05
Merge "Add codegen support to the optimizing compiler."
Nicolas Geoffray
2014-03-04
Add codegen support to the optimizing compiler.
Nicolas Geoffray
2014-02-28
Fix clang to compile and run host tests.
Ian Rogers
2013-08-16
Fix up TODO: c++0x, update cpplint.
Mathieu Chartier
2013-07-29
Move assembler out of runtime into compiler/utils.
Ian Rogers