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
/
assembler.cc
Age
Commit message (
Expand
)
Author
2018-04-26
Clean up include paths
David Sehr
2018-04-05
Move remaining runtime/base stuff to libartbase
David Sehr
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-07-17
Remove the old ARM assemblers from ART.
Roland Levillain
2016-08-19
ARM: Purge Arm32Assembler.
Artem Serov
2016-08-05
ART: Extract macro assembler
Andreas Gampe
2016-08-01
ART: Convert pointer size to enum
Andreas Gampe
2016-04-20
Thumb2: Fix EmitJumpTables() to extend buffer only if needed.
Vladimir Marko
2016-04-13
Move Assemblers to the Arena.
Vladimir Marko
2015-11-04
Delay emitting CFI PC adjustments until after Thumb2/Mips fixup.
Vladimir Marko
2015-10-06
MIPS: Assemblers changes needed for optimizing compiler
Goran Jakovljevic
2015-08-18
Svelter libart-compiler
Alex Light
2015-06-17
Revert "Revert "ART: Implement literal pool for arm, fix branch fixup.""
Vladimir Marko
2015-06-16
Revert "ART: Implement literal pool for arm, fix branch fixup."
Vladimir Marko
2015-06-15
ART: Implement literal pool for arm, fix branch fixup.
Vladimir Marko
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2015-04-08
Implement CFI for JNI.
David Srbecky
2015-01-15
ART: Allow to compile interpret-only mips64 files
Andreas Gampe
2014-11-03
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-10-09
stdint types all the way!
Ian Rogers
2014-09-10
ART: Fix things for valgrind
Andreas Gampe
2014-06-05
Thumb2 assembler for JNI compiler and optimizing compiler
Dave Allison
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-06
Fix host architecture for 64bit.
Ian Rogers
2014-03-05
AArch64: Add ARM64 Assembler
Serban Constantinescu
2013-07-29
Move assembler out of runtime into compiler/utils.
Ian Rogers