1. ab40c11 Generate SHA-1 build ID for host-generated *.oat files (1/2). by Alexey Alexandrov · 8 years ago
  2. aad75c6 Revert "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 8 years ago
  3. 5f92605 Revert "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 8 years ago
  4. 63dccbb Store resolved Strings for AOT code in .bss. by Vladimir Marko · 8 years ago
  5. d9c9037 Move ArrayRef to runtime/base by David Brazdil · 8 years ago
  6. 81a1899 elf_builder: Fix Mips header flags by Greg Kaiser · 8 years ago
  7. 2fdd03c Add symbolizer option to generate debug information only. by David Srbecky · 8 years ago
  8. 1a008a1 Merge "Refactor MethodDebugInfo (input of DWARF writer)." by David Srbecky · 8 years ago
  9. 197160d Refactor MethodDebugInfo (input of DWARF writer). by David Srbecky · 8 years ago
  10. 316a218 Add Mips abiflags section to the oatfile. by Douglas Leung · 9 years ago
  11. 5d81120 Propagate InstructionSetFeatures to ElfBuilder. by David Srbecky · 8 years ago
  12. 944da60 ART: Allow method references across oat files for multi-image, 2nd attempt. by Vladimir Marko · 8 years ago
  13. 45724f9 Revert "Allow method references across oat files for multi-image." by Vladimir Marko · 8 years ago
  14. 6065402 Allow method references across oat files for multi-image. by Vladimir Marko · 8 years ago
  15. ae5d273 Change the method which generates DWARF mini-debug-info. by David Srbecky · 8 years ago
  16. 579942f Reduce the size of native debug info generated by JIT. by David Srbecky · 8 years ago
  17. 5b1c2ca Revert "Revert "Add option to generate compressed backtrace info."" by David Srbecky · 9 years ago
  18. 8546cc9 Revert "Add option to generate compressed backtrace info." by David Srbecky · 9 years ago
  19. 5fdcc3c Add option to generate compressed backtrace info. by David Srbecky · 9 years ago
  20. 9bdf108 Revert "Revert "Write dex files to oat file early."" by Vladimir Marko · 9 years ago
  21. 919f553 Revert "Write dex files to oat file early." by Vladimir Marko · 9 years ago
  22. 625a64a Write dex files to oat file early. by Vladimir Marko · 9 years ago
  23. 5cc349f Report DWARF debug information for JITed code. by David Srbecky · 9 years ago
  24. 131980f Add ElfWriter::GetStream(). by Vladimir Marko · 9 years ago
  25. 10c1356 Refactor oat file writing to give Dex2Oat more control. by Vladimir Marko · 9 years ago
  26. b851b49 Stream DWARF debug section directly to disk. by David Srbecky · 9 years ago
  27. 4d247f7 Fix build: lint error in elf_builder.h by David Srbecky · 9 years ago
  28. 6d8c8f0 Rewrite ElfBuilder to make streaming directly to file easier. by David Srbecky · 9 years ago
  29. 07ddb6f Fix elf writer to properly handle empty text sections by Mathieu Chartier · 9 years ago
  30. 19fcbda Move .dynsym ELF section after .text by David Srbecky · 9 years ago
  31. 67a0653 Make some parts of ELF more (pointer) aligned. by David Srbecky · 9 years ago
  32. 1a146bf Link .dynamic to .dynstr by David Srbecky · 9 years ago
  33. 24981a1 Set correct size of PT_PHDR ELF segment. by David Srbecky · 9 years ago
  34. 491a7fe Fix build - large frame size of ElfWriterQuick<ElfTypes>::Write (again). by David Srbecky · 9 years ago
  35. f898087 Split .oat_patches to multiple sections. by David Srbecky · 9 years ago
  36. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  37. 90688ae Fix build - large frame size of ElfWriterQuick<ElfTypes>::Write. by David Srbecky · 9 years ago
  38. 033d745 Add binary search table to .eh_frame_hdr by David Srbecky · 9 years ago
  39. b0a962c Move .eh_frame to the end of ELF file. by David Srbecky · 9 years ago
  40. bc90fd0 Major refactoring of ElfBuilder. by David Srbecky · 9 years ago
  41. 0c5bbc1 Minor refactoring of ElfBuilder. by David Srbecky · 9 years ago
  42. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  43. 533c207 Simplify template parameters of Elf classes. by David Srbecky · 9 years ago
  44. 527c9c7 Generate .eh_frame_hdr section and PT_GNU_EH_FRAME segment. by David Srbecky · 9 years ago
  45. 758a801 ART: Enable Clang's -Wdeprecated by Andreas Gampe · 9 years ago
  46. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 9 years ago
  47. 57b3429 ART: Allow to compile interpret-only mips64 files by Andreas Gampe · 10 years ago
  48. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  49. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  50. 0279ebb Tidy ELF builder. by Ian Rogers · 10 years ago
  51. 62d1ca3 ART: Prepare for ELF64. by Tong Shen · 10 years ago
  52. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 10 years ago
  53. cc67607 ART: Refactor elf_writer_quick for elf section order by Andreas Gampe · 10 years ago
  54. 54fc26c ART: Refactor elf_writer_quick, add symbolizer by Andreas Gampe · 10 years ago