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