summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/stub_compiler.cc
AgeCommit message (Expand)Author
2013-02-01Rename compiler_llvm CompilationUnit to LlvmCompilationUnit Brian Carlstrom
2013-01-30Fix portable build following object.h refactor. Ian Rogers
2013-01-30Directory restructuring of object.h Ian Rogers
2012-12-12Move logging.h into base/logging.h. Elliott Hughes
2012-12-04Using gcmap instead of shadow frame. TDYa127
2012-10-26Eliminate #ifdef ART_USE_QUICK_COMPILER buzbee
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