summaryrefslogtreecommitdiff
path: root/compiler/utils/assembler.cc
AgeCommit message (Expand)Author
2015-10-06MIPS: Assemblers changes needed for optimizing compiler Goran Jakovljevic
2015-08-18Svelter libart-compiler Alex Light
2015-06-17Revert "Revert "ART: Implement literal pool for arm, fix branch fixup."" Vladimir Marko
2015-06-16Revert "ART: Implement literal pool for arm, fix branch fixup." Vladimir Marko
2015-06-15ART: Implement literal pool for arm, fix branch fixup. Vladimir Marko
2015-04-22Replace NULL with nullptr Mathieu Chartier
2015-04-08Implement CFI for JNI. David Srbecky
2015-01-15ART: Allow to compile interpret-only mips64 files Andreas Gampe
2014-11-03Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. Ian Rogers
2014-10-09stdint types all the way! Ian Rogers
2014-09-10ART: Fix things for valgrind Andreas Gampe
2014-06-05Thumb2 assembler for JNI compiler and optimizing compiler Dave Allison
2014-04-01Allow mixing of thread offsets between 32 and 64bit architectures. Ian Rogers
2014-03-28x86_64: JNI compiler Dmitry Petrochenko
2014-03-06Fix host architecture for 64bit. Ian Rogers
2014-03-05AArch64: Add ARM64 Assembler Serban Constantinescu
2013-07-29Move assembler out of runtime into compiler/utils. Ian Rogers