1. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  2. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  3. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  4. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  5. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed (95%) from src/compiler/llvm/llvm_compilation_unit.h]
  6. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago
  7. 1bf8d4d Profiler directed clean-up of dex2oat. by Ian Rogers · 12 years ago
  8. 3559973 Add bitcode dumping to LlvmCompilationUnit by Brian Carlstrom · 12 years ago
  9. 0d94eb6 Minor LLVM cleanup. by Ian Rogers · 12 years ago
  10. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  11. 4c1c283 Move compiler_llvm to art::llvm. by Ian Rogers · 12 years ago[Renamed (89%) from src/compiler_llvm/llvm_compilation_unit.h]
  12. 89756f2 Rename OatCompilationUnit to Dex.. move to compiler. by Ian Rogers · 12 years ago
  13. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago
  14. 76ae4fe 1 IR builder. Kill greenland. Remove JTypeSpace. by Ian Rogers · 12 years ago
  15. 395116c Compiler: rearranging the deck chairs. by buzbee · 12 years ago
  16. c928de9 Remove Iceland. by Ian Rogers · 12 years ago
  17. 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 12 years ago[Renamed (88%) from src/compiler_llvm/compilation_unit.h]
  18. 4028312 Prune dexlang from the llvm compiler. by jeffhao · 12 years ago
  19. 26f10ee Fix Portable build by buzbee · 12 years ago
  20. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  21. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
  22. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  23. 4df2bbd Enable multi-threaded Quick compilation by buzbee · 12 years ago
  24. 55e5e6c Fix quick fly2iceland after rebase. by TDYa127 · 12 years ago
  25. bb33f2f Integrating portable path with the Frontend. by Shih-wei Liao · 12 years ago
  26. 21d28f5 GBC Expander. Removed lir. by Shih-wei Liao · 13 years ago
  27. 971bf3f Compile method one-by-one. by Logan Chien · 13 years ago
  28. b2eb5c1 Reduce memory usage. by TDYa127 · 13 years ago
  29. b1bab1c Code cleanup: Remove unnecessary parameter. by Logan Chien · 13 years ago
  30. f15b0ab Only do the suspend check at return and loop latch. by TDYa127 · 13 years ago
  31. 08e1ba3 Don't fork dex2oat process on target device. by Logan Chien · 13 years ago
  32. e0e4024 Reduce memory usage by halving the materialization threshold. by Shih-wei Liao · 13 years ago
  33. 677cabc Reduce materialize threshold. by TDYa127 · 13 years ago
  34. 8ba2fc5 Add mutex lock to CompilationUnit. by Logan Chien · 13 years ago
  35. 799ef4f Replace tmpfile with pipe. by Logan Chien · 13 years ago
  36. d7726e4 Enable separate compilation. by Shih-wei Liao · 13 years ago
  37. dbd0034 Specify the filename upon writing. by Shih-wei Liao · 13 years ago
  38. 9744194 Fix materialization threshold too-large problem, assuming no long calls. by Shih-wei Liao · 13 years ago
  39. 110bcba Update frame size after the bitcode is translated into machine code. by Logan Chien · 13 years ago
  40. d668a06 Implement runtime support inlining. by TDYa127 · 13 years ago
  41. 937105a Use ELF function index to distinguish generated functions. by Logan Chien · 13 years ago
  42. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 13 years ago
  43. de08e84 Remove ELF filename argument. by Logan Chien · 13 years ago
  44. 0f0899a Add ElfImage to hold ELF image address and size. by Logan Chien · 13 years ago
  45. 6546ec5 Add ELF index to art::compiler_llvm::CompilationUnit. by Logan Chien · 13 years ago
  46. b9eaeea Emit the ELF image into the memory buffer. by Logan Chien · 13 years ago
  47. 7f76761 Cleanup LLVM code generation code. by Logan Chien · 13 years ago
  48. 8b977d3 Compile llvm.Module into ELF object file. by Logan Chien · 13 years ago