summaryrefslogtreecommitdiff
path: root/compiler/utils/jni_macro_assembler.cc
AgeCommit message (Expand)Author
2022-11-09Make compiler/utils/ symbols hidden. Vladimir Marko
2020-02-13Remove MIPS support from JNI/trampoline compiler. Vladimir Marko
2018-04-26Clean up include paths David Sehr
2018-04-05Move remaining runtime/base stuff to libartbase David 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 instruction Goran Jakovljevic
2016-11-29ARM: Fix JNI MacroAssembler after VIXL update. Artem Serov
2016-11-29Use non vixl arm macro assembler Mathieu Chartier
2016-08-25Merge "ARM: VIXL32: Switch JNI compiler to use VIXL Assembler." Treehugger Robot
2016-08-19Fix building tests with partial arch codegen support Colin 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 arm Andreas Gampe
2016-08-08ART: Extract JNI macro assembler for arm64 Andreas Gampe
2016-08-08Merge "ART: Extract JNI macro assembler for x86" Treehugger Robot
2016-08-08ART: Extract JNI macro assembler for x86-64 Andreas Gampe
2016-08-08ART: Extract JNI macro assembler for x86 Andreas Gampe
2016-08-05ART: Extract macro assembler Andreas Gampe