summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/stub_compiler.cc
AgeCommit message (Expand)Author
2012-09-21Change dex cache to be java object instead of array, add pointer to dex file ... Mathieu Chartier
2012-09-15Fix run-test 044/064. TDYa127
2012-07-11Code cleanup: Use "const T*" instead of "T const*" Logan Chien
2012-06-27Remove fix stub hack. Logan Chien
2012-06-27Compile method one-by-one. Logan Chien
2012-06-26Add CompiledCode for method and invoke stub. Logan Chien
2012-06-20Save R9 when up-call. TDYa127
2012-06-06Cleanup proxy stub compiler code. Logan Chien
2012-06-03GCC 4.6 (in dalvik-dev) is stricter about converting from NULL. Shih-wei Liao
2012-06-03Implement proxy stub for compiler_llvm. TDYa127