1. 4f99071 Modernize typedefs with `using`. by Vladimir Marko · 3 years, 6 months ago
  2. e3ca16f Do not use absolute addresses in image test oat files. by Vladimir Marko · 3 years, 10 months ago
  3. 5092811 Move elf_utils.h to libelffile library as well. by David Srbecky · 6 years ago
  4. 2faab00 Create libelffile library for ELF file manipulation. by David Srbecky · 6 years ago
  5. c09cd05 Reserve boot image memory in one go. by Vladimir Marko · 6 years ago
  6. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  7. f5b0f2c Ensure OpenDexFilesFromImage closes file to prevent file descriptor leak by Brian Carlstrom · 8 years ago
  8. 24ec028 Add patchoat check that input oat file has patch section. by Jeff Hao · 9 years ago
  9. bcb6a72 Add oatdump support for app images by Mathieu Chartier · 9 years ago
  10. 0eb76d2 Make patchoat match offset when given a patched image by Alex Light · 9 years ago
  11. 3fc9903 ART: Do not relocate app program headers in patchoat. by Vladimir Marko · 10 years ago
  12. 533c207 Simplify template parameters of Elf classes. by David Srbecky · 10 years ago
  13. 3c54b00 ART: Fix 64-bit ELF file support by Andreas Gampe · 10 years ago
  14. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  15. d4c4d95 Some code clean-up. by Ian Rogers · 10 years ago
  16. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  17. 62d1ca3 ART: Prepare for ELF64. by Tong Shen · 10 years ago
  18. daab38c ART: Make elf loading not abort by Andreas Gampe · 10 years ago
  19. e3ea838 ART source line debug info in OAT files by Yevgeny Rouban · 10 years ago
  20. 53cb16b Add patchoat tool to Art. by Alex Light · 11 years ago
  21. 3470ab4 Fixed gdb support and added some ElfFile functions by Alex Light · 11 years ago
  22. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  23. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
  24. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 11 years ago
  25. c140945 ElfFile should protect itself from bad input by Brian Carlstrom · 11 years ago
  26. 50cfe74 Remove dependency on llvm/Support/ELF.h by using linux's elf.h. by Nicolas Geoffray · 11 years ago
  27. d0c09dc Add missing error message propagation to ElfFile::SetMap by Brian Carlstrom · 11 years ago
  28. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  29. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  30. f1d3455 Do not mark pages executable unnecessarily to play nice with selinux by Brian Carlstrom · 11 years ago
  31. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/elf_file.h]
  32. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  33. 4c1c283 Move compiler_llvm to art::llvm. by Ian Rogers · 12 years ago
  34. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago