1. 21d28f5 GBC Expander. Removed lir. by Shih-wei Liao · 12 years ago
  2. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 12 years ago
  3. cd05a62 Global lock levels for the LLVM side. by Shih-wei Liao · 12 years ago
  4. 1335a95 Use native target build to reduce dependences. by Shih-wei Liao · 12 years ago
  5. 50b69e3 Fix build. Remove unused declaration. by TDYa127 · 12 years ago
  6. 971bf3f Compile method one-by-one. by Logan Chien · 12 years ago
  7. 7a2a23a Cleanup proxy stub compiler code. by Logan Chien · 12 years ago
  8. eead4ac Implement proxy stub for compiler_llvm. by TDYa127 · 12 years ago
  9. 26e9307 Make compiler_llvm target independent. To build x86 image. by Shih-wei Liao · 12 years ago
  10. c3f8fa5 Reorder LLVM initialize procedure. by Logan Chien · 12 years ago
  11. f15b0ab Only do the suspend check at return and loop latch. by TDYa127 · 12 years ago
  12. 08e1ba3 Don't fork dex2oat process on target device. by Logan Chien · 12 years ago
  13. 8ba2fc5 Add mutex lock to CompilationUnit. by Logan Chien · 12 years ago
  14. 80cd474 Fix unit test by holding compiler_lock_ on ourselves. by Logan Chien · 12 years ago
  15. 766b0bf Remove the mutex lock from Materialize(). by Shih-wei Liao · 12 years ago
  16. dbd0034 Specify the filename upon writing. by Shih-wei Liao · 12 years ago
  17. 0200d07 Compilation_unit experiment. Fix because of no long_call. by TDYa127 · 12 years ago
  18. 1776572 Fix stack overflow errors. by Shih-wei Liao · 12 years ago
  19. fd8ea97 Remove the CompilerLLVM mutex lock workaround. by Logan Chien · 12 years ago
  20. d668a06 Implement runtime support inlining. by TDYa127 · 12 years ago
  21. 937105a Use ELF function index to distinguish generated functions. by Logan Chien · 12 years ago
  22. 0c717dd Add ELF loader to OatFile. by Logan Chien · 12 years ago
  23. b1ab7df Cope with runtime refactoring on the LLVM side. by Shih-wei Liao · 12 years ago
  24. de08e84 Remove ELF filename argument. by Logan Chien · 12 years ago
  25. df57614 Add GetElfImages() method to CompilerLLVM. by Logan Chien · 12 years ago
  26. 0f0899a Add ElfImage to hold ELF image address and size. by Logan Chien · 12 years ago
  27. f7015fd Add ELF loader to load the executables. by Logan Chien · 12 years ago
  28. 106b2a0 Create an instance of CompilerLLVM in the constructor of Compiler. by Logan Chien · 12 years ago
  29. aeb5303 Add GetCompilationUnit() to CompilerLLVM. by Logan Chien · 12 years ago
  30. 6546ec5 Add ELF index to art::compiler_llvm::CompilationUnit. by Logan Chien · 12 years ago
  31. f130655 Workaround on SEGV of LLVM backend. by Logan Chien · 12 years ago
  32. 6f4976c Replace some LLVM-specific code with something more general. by Elliott Hughes · 12 years ago
  33. 13b835a Fix LLVM #includes and push one piece of LLVM-specific lossage down. by Elliott Hughes · 12 years ago
  34. 3fa1b7e Unify the invoke stubs and replace "oat" with "Art" in the API. by Elliott Hughes · 12 years ago
  35. c4c9881 Fix the LLVM build. Separate out libart-compiler-llvm.so. by Shih-wei Liao · 12 years ago
  36. fc34adb Use llvm_shutdown_obj to fix "static initialization order fiasco." by Shih-wei Liao · 12 years ago
  37. 63deaad Fix memory corruption due to premature llvm_shutdown(). by Shih-wei Liao · 12 years ago
  38. 4c17dff Enable -arm-long-calls for ARMv7/Thumb2 code generation. by Logan Chien · 13 years ago
  39. 013b6f2 Print LLVM passes time consumption. by Logan Chien · 13 years ago
  40. ce11906 Remove MutexLock from the argument. Use AssertHeld instead. by Logan Chien · 13 years ago
  41. 7f76761 Cleanup LLVM code generation code. by Logan Chien · 13 years ago
  42. dd7cf5b Move llvm::PassRegistry to InitializeLLVM(). by Logan Chien · 13 years ago
  43. 5b8b1ed Implement Link-loading and pass 62 tests in JniInternalTest. by Shih-wei Liao · 13 years ago
  44. 8b977d3 Compile llvm.Module into ELF object file. by Logan Chien · 13 years ago
  45. 88894ee JNI compiler. by Logan Chien · 13 years ago
  46. 4dd96f5 Extract method-related information from CompilationUnit. by Logan Chien · 13 years ago
  47. e75a8cc Ignore frame-larger-than warning for auto generated code. by Logan Chien · 13 years ago
  48. f04364f Add upcall compiler. by Logan Chien · 13 years ago
  49. 42e0e15 Add art runtime support declaration. by Logan Chien · 13 years ago
  50. 8342616 Cleanup "Beginning of LLVM backend for ART." by Logan Chien · 13 years ago
  51. d1fec81 Beginning of LLVM backend for ART. by Shih-wei Liao · 13 years ago