summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/compiler_llvm.h
AgeCommit message (Expand)Author
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 quick fly2iceland after rebase. TDYa127
2012-09-15Integrating portable path with the Frontend. Shih-wei Liao
2012-09-15Merge iceland to greenland. TDYa127
2012-06-27Compile method one-by-one. Logan Chien
2012-06-06Cleanup proxy stub compiler code. Logan Chien
2012-04-20Remove the mutex lock from Materialize(). Shih-wei Liao
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-26Remove ELF filename argument. Logan Chien
2012-03-26Add GetElfImages() method to CompilerLLVM. Logan Chien
2012-03-26Add ElfImage to hold ELF image address and size. Logan Chien
2012-03-26Add ELF loader to load the executables. Logan Chien
2012-03-26Add GetCompilationUnit() to CompilerLLVM. Logan Chien
2012-03-26Code cleanup: Remove LLVM initialization dead code. Logan Chien
2012-03-06Fix memory corruption due to premature llvm_shutdown(). Shih-wei Liao
2012-03-01Remove MutexLock from the argument. Use AssertHeld instead. Logan Chien
2012-03-01Rename header guard of compiler_llvm.h Logan Chien
2012-03-01Cleanup LLVM code generation code. Logan Chien
2012-02-29Compile llvm.Module into ELF object file. Logan Chien
2012-02-29JNI compiler. Logan Chien
2012-02-29Extract method-related information from CompilationUnit. Logan Chien
2012-02-19Add upcall compiler. Logan Chien
2012-02-15Cleanup "Beginning of LLVM backend for ART." Logan Chien
2012-02-14Beginning of LLVM backend for ART. Shih-wei Liao