index
:
Project-1CE/art
lineage-18.1
sugisawa
sugisawa-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
utils
/
jni_macro_assembler.cc
Age
Commit message (
Expand
)
Author
2020-02-13
Remove MIPS support from JNI/trampoline compiler.
Vladimir Marko
2018-04-26
Clean up include paths
David Sehr
2018-04-05
Move remaining runtime/base stuff to libartbase
David Sehr
2017-11-02
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-10-09
Use ScopedArenaAllocator for register allocation.
Vladimir Marko
2017-03-23
MIPS64: Check for MSA presence in each MSA instruction
Goran Jakovljevic
2016-11-29
ARM: Fix JNI MacroAssembler after VIXL update.
Artem Serov
2016-11-29
Use non vixl arm macro assembler
Mathieu Chartier
2016-08-25
Merge "ARM: VIXL32: Switch JNI compiler to use VIXL Assembler."
Treehugger Robot
2016-08-19
Fix building tests with partial arch codegen support
Colin Cross
2016-08-19
ARM: VIXL32: Switch JNI compiler to use VIXL Assembler.
Artem Serov
2016-08-10
Merge "ART: Extract JNI macro assembler for arm"
Treehugger Robot
2016-08-09
ART: Extract JNI macro assembler for arm
Andreas Gampe
2016-08-08
ART: Extract JNI macro assembler for arm64
Andreas Gampe
2016-08-08
Merge "ART: Extract JNI macro assembler for x86"
Treehugger Robot
2016-08-08
ART: Extract JNI macro assembler for x86-64
Andreas Gampe
2016-08-08
ART: Extract JNI macro assembler for x86
Andreas Gampe
2016-08-05
ART: Extract macro assembler
Andreas Gampe