summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/jni_compiler.cc
AgeCommit message (Expand)Author
2012-10-15Add vregs to ShadowFrame. Ian Rogers
2012-09-21Change dex cache to be java object instead of array, add pointer to dex file ... Mathieu Chartier
2012-08-15Fix JNI compiler for portable path. TDYa127
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-06-27Compile method one-by-one. Logan Chien
2012-06-21Remove Frame, merge shadow and quick representations. Ian Rogers
2012-06-06Implement thin-lock fast path for compiler-llvm. TDYa127
2012-06-03Refactor runtime support builder. TDYa127
2012-06-03Lazy pushing shadow frame. TDYa127
2012-05-30Remove data dependency of push/pop shadow frame. TDYa127
2012-05-12TBAA, separate RuntimeInfo and ShadowFrame. TDYa127
2012-05-09TBAA, separate JRuntime and ConstJObject. TDYa127
2012-05-06TBAA, separate RuntimeInfo and JRuntime. TDYa127
2012-05-05Basic TBAA. TDYa127
2012-05-03Emit name only in debug mode. TDYa127
2012-05-03Remove unnecessary exception check. TDYa127
2012-04-24No need zero initialize jni shadow frame. TDYa127
2012-04-22Fix llvm runtime support bug. TDYa127
2012-04-21Add more Thread to runtime support llvm. TDYa127
2012-04-21Use dex_pc instead of line_number. TDYa127
2012-04-18Compilation_unit experiment. Fix because of no long_call. TDYa127
2012-04-18Fix jni compiler bug (Compiler_llvm). TDYa127
2012-04-16Update frame size after the bitcode is translated into machine code. Logan Chien
2012-04-11Fix 044-proxy. Implement proxy for now, working on x86 and ARM. TDYa127
2012-04-10Fix jni_compiler_test in LLVM part. TDYa127
2012-04-10Refactor the temporary solution of the stubs. TDYa127
2012-04-09Remove the useless "suspend count already zero" message for new threads. Elliott Hughes
2012-04-07Late method resolution. TDYa127
2012-04-06Use ELF function index to distinguish generated functions. Logan Chien
2012-04-01LLVM doesn't use Frame. TDYa127
2012-03-26Acquire lock for synchronized methods. TDYa127
2012-03-26Fix GEP & refactor compiler_llvm::JniCompiler. TDYa127
2012-03-26Add ELF index to art::CompiledMethod. Logan Chien
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