summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/jni_compiler.h
AgeCommit message (Expand)Author
2012-09-21Change dex cache to be java object instead of array, add pointer to dex file ... Mathieu Chartier
2012-08-15Global lock levels for the LLVM side. Shih-wei Liao
2012-07-11Code cleanup: Use "const T*" instead of "T const*" Logan Chien
2012-04-11Fix 044-proxy. Implement proxy for now, working on x86 and ARM. TDYa127
2012-04-06Use ELF function index to distinguish generated functions. Logan Chien
2012-03-30Kill constants.h and fix some copyright headers. Elliott Hughes
2012-03-26Acquire lock for synchronized methods. TDYa127
2012-03-26Fix GEP & refactor compiler_llvm::JniCompiler. TDYa127
2012-03-26Implement LLVM version of jni_compiler to pass 17 jni_compiler tests. TDYa127
2012-02-29Compile llvm.Module into ELF object file. Logan Chien
2012-02-29JNI compiler. Logan Chien