index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
utils
/
assembler.cc
Age
Commit message (
Expand
)
Author
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