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
/
mips
/
assembler_mips.cc
Age
Commit message (
Expand
)
Author
2015-10-06
MIPS: Assemblers changes needed for optimizing compiler
Goran Jakovljevic
2015-08-25
Revert "Revert "[MIPS] Use hard float calling convention for managed code""
Goran Jakovljevic
2015-08-21
Revert "[MIPS] Use hard float calling convention for managed code"
Vladimir Marko
2015-08-21
[MIPS] Use hard float calling convention for managed code
Goran Jakovljevic
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-04-08
Implement CFI for JNI.
David Srbecky
2015-01-13
ART: Use jalr instead of jr for Mips
Andreas Gampe
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
2014-02-06
Object model changes to support 64bit.
Ian Rogers
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