1. 62d1ca3 ART: Prepare for ELF64. by Tong Shen · 10 years ago
  2. 3470ab4 Fixed gdb support and added some ElfFile functions by Alex Light · 10 years ago
  3. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  4. 3d50407 Make out arguments non-reference types. by Ian Rogers · 10 years ago
  5. f3e2cc4 Code cleanup to avoid LLVM dependency when building with quick only. by Nicolas Geoffray · 10 years ago
  6. 50cfe74 Remove dependency on llvm/Support/ELF.h by using linux's elf.h. by Nicolas Geoffray · 10 years ago
  7. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  8. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  9. 56d947f Add verification of boot.oat generated on device by Brian Carlstrom · 11 years ago
  10. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed (95%) from src/compiler/elf_writer.cc]
  11. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago[Renamed from src/elf_writer.cc]
  12. 6a47b9d Refactor ElfWriter and introduce ElfWriterQuick by Brian Carlstrom · 11 years ago
  13. 9609cb6 Remove remaining code related to compiled invoke and proxy stubs. by Jeff Hao · 11 years ago
  14. bf393ef Merge branch 'dalvik-dev' of https://googleplex-android.googlesource.com/a/platform/art into fixes-for-art-build-with-mr2 by Brian Carlstrom · 11 years ago
  15. ecc6682 Tracking rename of libcompiler-rt.a to libcompiler_rt.a by Brian Carlstrom · 11 years ago
  16. 74180ca Remove code related to compiled invoke stubs. by Jeff Hao · 11 years ago
  17. f3c9932 Add some more permanent ElfWriter::Fixup debug logging by Brian Carlstrom · 11 years ago
  18. 225ade2 Fix portable build. by Ian Rogers · 11 years ago
  19. c0993e8 Fix ElfWriter to properly support MIPS by Brian Carlstrom · 11 years ago
  20. 3f47c12 Fix portable build on build server by removing depenency on ANDROID_HOST_OUT by Brian Carlstrom · 11 years ago
  21. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 11 years ago
  22. 4c1c283 Move compiler_llvm to art::llvm. by Ian Rogers · 11 years ago
  23. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 11 years ago
  24. 818d98e Fix MIPS to use standard kPageSize=0x1000 section alignment for ELF sections by Brian Carlstrom · 11 years ago
  25. e9de2dd Change oatexec section to be Function not Object. by Ian Rogers · 11 years ago
  26. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago