1. 1373595 stdint types all the way! by Ian Rogers · 11 years ago
  2. 62d1ca3 ART: Prepare for ELF64. by Tong Shen · 11 years ago
  3. daab38c ART: Make elf loading not abort by Andreas Gampe · 11 years ago
  4. e3ea838 ART source line debug info in OAT files by Yevgeny Rouban · 11 years ago
  5. 53cb16b Add patchoat tool to Art. by Alex Light · 11 years ago
  6. 3470ab4 Fixed gdb support and added some ElfFile functions by Alex Light · 11 years ago
  7. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  8. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
  9. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 11 years ago
  10. c140945 ElfFile should protect itself from bad input by Brian Carlstrom · 11 years ago
  11. 50cfe74 Remove dependency on llvm/Support/ELF.h by using linux's elf.h. by Nicolas Geoffray · 11 years ago
  12. d0c09dc Add missing error message propagation to ElfFile::SetMap by Brian Carlstrom · 12 years ago
  13. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 12 years ago
  14. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 12 years ago
  15. f1d3455 Do not mark pages executable unnecessarily to play nice with selinux by Brian Carlstrom · 12 years ago
  16. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/elf_file.h]
  17. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 13 years ago
  18. 4c1c283 Move compiler_llvm to art::llvm. by Ian Rogers · 12 years ago
  19. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 13 years ago