summaryrefslogtreecommitdiff
path: root/compiler/utils/mips/assembler_mips.cc
AgeCommit message (Expand)Author
2015-10-06MIPS: Assemblers changes needed for optimizing compiler Goran Jakovljevic
2015-08-25Revert "Revert "[MIPS] Use hard float calling convention for managed code"" Goran Jakovljevic
2015-08-21Revert "[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-01Implement heap poisoning in ART's Optimizing compiler. Roland Levillain
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-05-26ART: Clean up arm64 kNumberOfXRegisters usage. Vladimir Marko
2015-04-08Implement CFI for JNI. David Srbecky
2015-01-13ART: Use jalr instead of jr for Mips Andreas Gampe
2014-05-13Add Handle/HandleScope and delete SirtRef. Mathieu Chartier
2014-05-02Replace CountOneBits and __builtin_popcount with POPCOUNT. Vladimir Marko
2014-04-01Calling convention support for cross 64/32 compilation. Ian Rogers
2014-04-01Allow mixing of thread offsets between 32 and 64bit architectures. Ian Rogers
2014-03-28x86_64: JNI compiler Dmitry Petrochenko
2014-03-05Make heap reference poisoning work with the interpreter. Hiroshi Yamauchi
2014-02-06Object model changes to support 64bit. Ian Rogers
2013-08-12Entry point clean up. Ian Rogers
2013-07-30Portable refactorings. Ian Rogers
2013-07-29Move assembler out of runtime into compiler/utils. Ian Rogers