summaryrefslogtreecommitdiff
path: root/compiler/utils/assembler.cc
AgeCommit message (Expand)Author
2018-04-26Clean up include pathsDavid Sehr
2018-04-05Move remaining runtime/base stuff to libartbaseDavid Sehr
2017-10-06ART: Use ScopedArenaAllocator for pass-local data.Vladimir Marko
2017-07-17Remove the old ARM assemblers from ART.Roland Levillain
2016-08-19ARM: Purge Arm32Assembler.Artem Serov
2016-08-05ART: Extract macro assemblerAndreas Gampe
2016-08-01ART: Convert pointer size to enumAndreas Gampe
2016-04-20Thumb2: Fix EmitJumpTables() to extend buffer only if needed.Vladimir Marko
2016-04-13Move Assemblers to the Arena.Vladimir Marko
2015-11-04Delay emitting CFI PC adjustments until after Thumb2/Mips fixup.Vladimir Marko
2015-10-06MIPS: Assemblers changes needed for optimizing compilerGoran Jakovljevic
2015-08-18Svelter libart-compilerAlex 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 nullptrMathieu Chartier
2015-04-08Implement CFI for JNI.David Srbecky
2015-01-15ART: Allow to compile interpret-only mips64 filesAndreas 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 valgrindAndreas Gampe
2014-06-05Thumb2 assembler for JNI compiler and optimizing compilerDave Allison
2014-04-01Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers
2014-03-28x86_64: JNI compilerDmitry Petrochenko
2014-03-06Fix host architecture for 64bit.Ian Rogers
2014-03-05AArch64: Add ARM64 AssemblerSerban Constantinescu
2013-07-29Move assembler out of runtime into compiler/utils.Ian Rogers