1. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 11 years ago
  2. 76ae4fe 1 IR builder. Kill greenland. Remove JTypeSpace. by Ian Rogers · 11 years ago
  3. c928de9 Remove Iceland. by Ian Rogers · 11 years ago
  4. 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 12 years ago
  5. 98573f9 Fix portable build following object.h refactor. by Ian Rogers · 12 years ago
  6. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  7. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  8. ce4cc0d Using gcmap instead of shadow frame. by TDYa127 · 12 years ago
  9. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  10. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  11. 3fdb33a Fix run-test 044/064. by TDYa127 · 12 years ago
  12. 1258417 Code cleanup: Use "const T*" instead of "T const*" by Logan Chien · 12 years ago
  13. 7c9c184 Remove fix stub hack. by Logan Chien · 12 years ago
  14. 971bf3f Compile method one-by-one. by Logan Chien · 12 years ago
  15. 598c513 Add CompiledCode for method and invoke stub. by Logan Chien · 12 years ago
  16. c147826 Save R9 when up-call. by TDYa127 · 12 years ago
  17. 7a2a23a Cleanup proxy stub compiler code. by Logan Chien · 12 years ago
  18. 6ea0114 GCC 4.6 (in dalvik-dev) is stricter about converting from NULL. by Shih-wei Liao · 12 years ago
  19. eead4ac Implement proxy stub for compiler_llvm. by TDYa127 · 12 years ago[Renamed (67%) from src/compiler_llvm/upcall_compiler.cc]
  20. de479be Refactor runtime support builder. by TDYa127 · 12 years ago
  21. 8ca1005 TBAA, separate RuntimeInfo and JRuntime. by TDYa127 · 12 years ago
  22. aba6112 Basic TBAA. by TDYa127 · 12 years ago
  23. 853cd09 Fix llvm runtime support bug. by TDYa127 · 12 years ago
  24. 0200d07 Compilation_unit experiment. Fix because of no long_call. by TDYa127 · 12 years ago
  25. 0b686e5 Refactor the temporary solution of the stubs. by TDYa127 · 12 years ago
  26. 8532191 Late method resolution. by TDYa127 · 12 years ago
  27. 937105a Use ELF function index to distinguish generated functions. by Logan Chien · 12 years ago
  28. 6920bce Add ELF index to art::CompiledMethod. by Logan Chien · 12 years ago
  29. 8b977d3 Compile llvm.Module into ELF object file. by Logan Chien · 12 years ago
  30. a61ab5e Remove JEnv* argument from upcall stub. by Logan Chien · 12 years ago
  31. 90d5099 Fix the build, because we still need the ret_shorty. by Shih-wei Liao · 12 years ago
  32. f04364f Add upcall compiler. by Logan Chien · 13 years ago