1. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/compiled_method.h]
  2. a182704 Tidy up compiled method. by Ian Rogers · 12 years ago
  3. 9609cb6 Remove remaining code related to compiled invoke and proxy stubs. by Jeff Hao · 12 years ago
  4. 8227cc1 Remove trailing whitespace by Brian Carlstrom · 12 years ago
  5. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 13 years ago
  6. ce4cc0d Using gcmap instead of shadow frame. by TDYa127 · 13 years ago
  7. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 13 years ago
  8. 971bf3f Compile method one-by-one. by Logan Chien · 13 years ago
  9. 598c513 Add CompiledCode for method and invoke stub. by Logan Chien · 13 years ago
  10. 7a2a23a Cleanup proxy stub compiler code. by Logan Chien · 13 years ago
  11. eead4ac Implement proxy stub for compiler_llvm. by TDYa127 · 13 years ago
  12. 110bcba Update frame size after the bitcode is translated into machine code. by Logan Chien · 13 years ago
  13. 937105a Use ELF function index to distinguish generated functions. by Logan Chien · 13 years ago
  14. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 13 years ago
  15. 6920bce Add ELF index to art::CompiledMethod. by Logan Chien · 13 years ago
  16. 3fa1b7e Unify the invoke stubs and replace "oat" with "Art" in the API. by Elliott Hughes · 13 years ago
  17. c4c9881 Fix the LLVM build. Separate out libart-compiler-llvm.so. by Shih-wei Liao · 13 years ago
  18. ab058bb Make code buffer units 8bit rather than 16bit. by Ian Rogers · 13 years ago
  19. 90d5099 Fix the build, because we still need the ret_shorty. by Shih-wei Liao · 13 years ago
  20. f04364f Add upcall compiler. by Logan Chien · 13 years ago
  21. d1fec81 Beginning of LLVM backend for ART. by Shih-wei Liao · 13 years ago
  22. 2faa5f1 Fix copyright headers. by Elliott Hughes · 14 years ago
  23. e7d856b Add GC map to oat file by Brian Carlstrom · 14 years ago
  24. 0755ec5 Record Class::Status information in oat file by Brian Carlstrom · 14 years ago
  25. 169c9a7 Remove the use of Method from jni_compiler by Ian Rogers · 14 years ago
  26. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 14 years ago
  27. a51a3dd Add missing 'explicit's on single-argument constructors. by Elliott Hughes · 14 years ago
  28. 3320cf4 Move rest of code related blobs from Method to oat by Brian Carlstrom · 14 years ago