1. 576ca0c Reduce header files including header files. by Ian Rogers · 10 years ago
  2. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  3. 91268c1 Check the machine type of an ELF file when loading. by Andreas Gampe · 10 years ago
  4. 4fb5df8 Make MemMap::MapAnonymous() fail if the requested address is not available. by Hiroshi Yamauchi · 10 years ago
  5. 1a57066 A few 64bit fixes. by Ian Rogers · 10 years ago
  6. a7f198c Add includes to fix gcc 4.7 build. by Nicolas Geoffray · 10 years ago
  7. 6243e0e GDB JIT support: move .text segment check earlier by Kenny Root · 10 years ago
  8. 3d3f249 Fix 64-bit build by Andreas Gampe · 10 years ago
  9. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 11 years ago
  10. 659d87d art: Fix build errors for x86_64 target by Dmitry Petrochenko · 11 years ago
  11. c140945 ElfFile should protect itself from bad input by Brian Carlstrom · 11 years ago
  12. 50cfe74 Remove dependency on llvm/Support/ELF.h by using linux's elf.h. by Nicolas Geoffray · 11 years ago
  13. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  14. cdfcf37 64bit fixes for elf file. by Ian Rogers · 11 years ago
  15. d0c09dc Add missing error message propagation to ElfFile::SetMap by Brian Carlstrom · 11 years ago
  16. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  17. 3a22361 Validate ELF file segment lengths against file length when loading by Brian Carlstrom · 11 years ago
  18. eeb9888 Use ElfFile instead of dlopen for Quick by Brian Carlstrom · 11 years ago
  19. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 11 years ago
  20. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  21. f1d3455 Do not mark pages executable unnecessarily to play nice with selinux by Brian Carlstrom · 11 years ago
  22. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/elf_file.cc]
  23. 6a47b9d Refactor ElfWriter and introduce ElfWriterQuick by Brian Carlstrom · 11 years ago
  24. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  25. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago