summaryrefslogtreecommitdiff
path: root/compiler/utils/jni_macro_assembler.cc
AgeCommit message (Expand)Author
2020-02-13Remove MIPS support from JNI/trampoline compiler.Vladimir Marko
2018-04-26Clean up include pathsDavid Sehr
2018-04-05Move remaining runtime/base stuff to libartbaseDavid Sehr
2017-11-02ART: Make InstructionSet an enum class and add kLast.Vladimir Marko
2017-10-09Use ScopedArenaAllocator for register allocation.Vladimir Marko
2017-03-23MIPS64: Check for MSA presence in each MSA instructionGoran Jakovljevic
2016-11-29ARM: Fix JNI MacroAssembler after VIXL update.Artem Serov
2016-11-29Use non vixl arm macro assemblerMathieu Chartier
2016-08-25Merge "ARM: VIXL32: Switch JNI compiler to use VIXL Assembler."Treehugger Robot
2016-08-19Fix building tests with partial arch codegen supportColin Cross
2016-08-19ARM: VIXL32: Switch JNI compiler to use VIXL Assembler.Artem Serov
2016-08-10Merge "ART: Extract JNI macro assembler for arm"Treehugger Robot
2016-08-09ART: Extract JNI macro assembler for armAndreas Gampe
2016-08-08ART: Extract JNI macro assembler for arm64Andreas Gampe
2016-08-08Merge "ART: Extract JNI macro assembler for x86"Treehugger Robot
2016-08-08ART: Extract JNI macro assembler for x86-64Andreas Gampe
2016-08-08ART: Extract JNI macro assembler for x86Andreas Gampe
2016-08-05ART: Extract macro assemblerAndreas Gampe