summaryrefslogtreecommitdiff
path: root/compiler/utils/assembler.h
AgeCommit message (Expand)Author
2015-01-15ART: Allow to compile interpret-only mips64 files Andreas Gampe
2014-12-22ART: Swap-space in the compiler Andreas Gampe
2014-11-13Instruction set features for ARM64, MIPS and X86. Ian Rogers
2014-11-04ART: More warnings Andreas Gampe
2014-11-03Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. Ian Rogers
2014-10-23ART: optimizing compiler: initial support for ARM64. Alexandre Rames
2014-10-09stdint types all the way! Ian Rogers
2014-08-05Emit CFI for x86 & x86_64 JNI compiler. Tong Shen
2014-06-05Thumb2 assembler for JNI compiler and optimizing compiler Dave Allison
2014-05-13Add Handle/HandleScope and delete SirtRef. Mathieu Chartier
2014-04-01Allow mixing of thread offsets between 32 and 64bit architectures. Ian Rogers
2014-03-31Merge "Add support for invoke-static in optimizing compiler." Nicolas Geoffray
2014-03-31Add support for invoke-static in optimizing compiler. Nicolas Geoffray
2014-03-28x86_64: JNI compiler Dmitry Petrochenko
2014-03-19AArch64: Add arm64 runtime support. Stuart Monteith
2014-03-05AArch64: Add ARM64 Assembler Serban Constantinescu
2014-03-05Merge "Add codegen support to the optimizing compiler." Nicolas Geoffray
2014-03-04Add codegen support to the optimizing compiler. Nicolas Geoffray
2014-02-28Fix clang to compile and run host tests. Ian Rogers
2013-08-16Fix up TODO: c++0x, update cpplint. Mathieu Chartier
2013-07-29Move assembler out of runtime into compiler/utils. Ian Rogers