1. 131980f Add ElfWriter::GetStream(). by Vladimir Marko · 9 years ago
  2. 10c1356 Refactor oat file writing to give Dex2Oat more control. by Vladimir Marko · 9 years ago
  3. b851b49 Stream DWARF debug section directly to disk. by David Srbecky · 9 years ago
  4. 4d247f7 Fix build: lint error in elf_builder.h by David Srbecky · 9 years ago
  5. 6d8c8f0 Rewrite ElfBuilder to make streaming directly to file easier. by David Srbecky · 9 years ago
  6. 07ddb6f Fix elf writer to properly handle empty text sections by Mathieu Chartier · 9 years ago
  7. 19fcbda Move .dynsym ELF section after .text by David Srbecky · 9 years ago
  8. 67a0653 Make some parts of ELF more (pointer) aligned. by David Srbecky · 10 years ago
  9. 1a146bf Link .dynamic to .dynstr by David Srbecky · 10 years ago
  10. 24981a1 Set correct size of PT_PHDR ELF segment. by David Srbecky · 10 years ago
  11. 491a7fe Fix build - large frame size of ElfWriterQuick<ElfTypes>::Write (again). by David Srbecky · 10 years ago
  12. f898087 Split .oat_patches to multiple sections. by David Srbecky · 10 years ago
  13. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  14. 90688ae Fix build - large frame size of ElfWriterQuick<ElfTypes>::Write. by David Srbecky · 10 years ago
  15. 033d745 Add binary search table to .eh_frame_hdr by David Srbecky · 10 years ago
  16. b0a962c Move .eh_frame to the end of ELF file. by David Srbecky · 10 years ago
  17. bc90fd0 Major refactoring of ElfBuilder. by David Srbecky · 10 years ago
  18. 0c5bbc1 Minor refactoring of ElfBuilder. by David Srbecky · 10 years ago
  19. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  20. 533c207 Simplify template parameters of Elf classes. by David Srbecky · 10 years ago
  21. 527c9c7 Generate .eh_frame_hdr section and PT_GNU_EH_FRAME segment. by David Srbecky · 10 years ago
  22. 758a801 ART: Enable Clang's -Wdeprecated by Andreas Gampe · 10 years ago
  23. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 10 years ago
  24. 57b3429 ART: Allow to compile interpret-only mips64 files by Andreas Gampe · 10 years ago
  25. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  26. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  27. 0279ebb Tidy ELF builder. by Ian Rogers · 10 years ago
  28. 62d1ca3 ART: Prepare for ELF64. by Tong Shen · 10 years ago
  29. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 11 years ago
  30. cc67607 ART: Refactor elf_writer_quick for elf section order by Andreas Gampe · 10 years ago
  31. 54fc26c ART: Refactor elf_writer_quick, add symbolizer by Andreas Gampe · 10 years ago