1. e3ca16f Do not use absolute addresses in image test oat files. by Vladimir Marko · 5 years ago
  2. 5439f05 Revert^3 "VIXL simulator for ART (Stage1)" by Ulya Trafimovich · 6 years ago
  3. 2d53643 Update language to comply with Android’s inclusive language guidance by Ian Pedowitz · 6 years ago
  4. e886d68 Revert^2 "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 6 years ago
  5. 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 6 years ago
  6. 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 7 years ago
  7. 41b605c Remove MIPS support from runtime/. by Vladimir Marko · 6 years ago
  8. 5092811 Move elf_utils.h to libelffile library as well. by David Srbecky · 7 years ago
  9. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 8 years ago
  10. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 8 years ago
  11. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 8 years ago
  12. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 8 years ago
  13. c09cd05 Reserve boot image memory in one go. by Vladimir Marko · 8 years ago
  14. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 8 years ago
  15. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 8 years ago
  16. c3e1895 Prepare to move ArtDexFileLoader to libdexfile by David Sehr · 8 years ago
  17. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 8 years ago
  18. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 8 years ago
  19. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 8 years ago
  20. e16c3bf Remove segfault. by Steven Moreland · 9 years ago
  21. 0dfc315 ART: More header cleanup - mem_map.h by Andreas Gampe · 9 years ago
  22. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 9 years ago
  23. 9186ced ART: Clean up utils.h by Andreas Gampe · 9 years ago
  24. f5b0f2c Ensure OpenDexFilesFromImage closes file to prevent file descriptor leak by Brian Carlstrom · 10 years ago
  25. 24ec028 Add patchoat check that input oat file has patch section. by Jeff Hao · 10 years ago
  26. bcb6a72 Add oatdump support for app images by Mathieu Chartier · 10 years ago
  27. 5d55d9a Remove ElfFile::GdbJITSupport by David Srbecky · 10 years ago
  28. 67feb17 Move JIT debugger interface code to its own file. by David Srbecky · 10 years ago
  29. 42bddce Add low_4gb support to MapFile and MapFileAtAddress by Mathieu Chartier · 11 years ago
  30. 0eb76d2 Make patchoat match offset when given a patched image by Alex Light · 11 years ago
  31. f898087 Split .oat_patches to multiple sections. by David Srbecky · 11 years ago
  32. ad5fa8c Support generation of CFI in .debug_frame format. by David Srbecky · 11 years ago
  33. 3fc9903 ART: Do not relocate app program headers in patchoat. by Vladimir Marko · 11 years ago
  34. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 11 years ago
  35. 533c207 Simplify template parameters of Elf classes. by David Srbecky · 11 years ago
  36. 527c9c7 Generate .eh_frame_hdr section and PT_GNU_EH_FRAME segment. by David Srbecky · 11 years ago
  37. 2f6cdb0 Relocate DWARF using .oat_patches. by David Srbecky · 11 years ago
  38. 3c54b00 ART: Fix 64-bit ELF file support by Andreas Gampe · 11 years ago
  39. 6f71589 Write .debug_line section using the new DWARF library. by David Srbecky · 11 years ago
  40. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 11 years ago
  41. 6f61141 ART: Refactor common ELF->InstructionSet code by Andreas Gampe · 11 years ago
  42. 57b3429 ART: Allow to compile interpret-only mips64 files by Andreas Gampe · 11 years ago
  43. c5a3ea7 ART: Introduce Mips32 R6 by Andreas Gampe · 11 years ago
  44. a696c0a ART: More ELF and oat file safety measures by Andreas Gampe · 11 years ago
  45. acb0138 ART: ELF symbol table lookup is fixed by Yevgeny Rouban · 12 years ago
  46. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 12 years ago
  47. 277ccbd ART: More warnings by Andreas Gampe · 12 years ago
  48. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 12 years ago
  49. d4c4d95 Some code clean-up. by Ian Rogers · 12 years ago
  50. 1373595 stdint types all the way! by Ian Rogers · 12 years ago
  51. 62d1ca3 ART: Prepare for ELF64. by Tong Shen · 12 years ago
  52. daab38c ART: Make elf loading not abort by Andreas Gampe · 12 years ago
  53. c48b206 ART: Better error reporting on broken oat file by Andreas Gampe · 12 years ago
  54. e3ea838 ART source line debug info in OAT files by Yevgeny Rouban · 12 years ago
  55. d338ae0 Make gdb fixup work with multiple DWARF Compilation Units by Alex Light · 12 years ago
  56. a62a588 ART: Fix memory unmapped twice issue in ElfFile::Load(bool) by Jim_Guo · 12 years ago
  57. 35e1e6a 1. Fix CFI for quick compiled code in x86 & x86_64; by Tong Shen · 12 years ago
  58. 53cb16b Add patchoat tool to Art. by Alex Light · 12 years ago
  59. 3470ab4 Fixed gdb support and added some ElfFile functions by Alex Light · 12 years ago
  60. 576ca0c Reduce header files including header files. by Ian Rogers · 12 years ago
  61. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 12 years ago
  62. 91268c1 Check the machine type of an ELF file when loading. by Andreas Gampe · 12 years ago
  63. 4fb5df8 Make MemMap::MapAnonymous() fail if the requested address is not available. by Hiroshi Yamauchi · 12 years ago
  64. 1a57066 A few 64bit fixes. by Ian Rogers · 12 years ago
  65. a7f198c Add includes to fix gcc 4.7 build. by Nicolas Geoffray · 12 years ago
  66. 6243e0e GDB JIT support: move .text segment check earlier by Kenny Root · 12 years ago
  67. 3d3f249 Fix 64-bit build by Andreas Gampe · 12 years ago
  68. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 12 years ago
  69. 659d87d art: Fix build errors for x86_64 target by Dmitry Petrochenko · 12 years ago
  70. c140945 ElfFile should protect itself from bad input by Brian Carlstrom · 12 years ago
  71. 50cfe74 Remove dependency on llvm/Support/ELF.h by using linux's elf.h. by Nicolas Geoffray · 12 years ago
  72. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  73. cdfcf37 64bit fixes for elf file. by Ian Rogers · 12 years ago
  74. d0c09dc Add missing error message propagation to ElfFile::SetMap by Brian Carlstrom · 13 years ago
  75. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 13 years ago
  76. 3a22361 Validate ELF file segment lengths against file length when loading by Brian Carlstrom · 13 years ago
  77. eeb9888 Use ElfFile instead of dlopen for Quick by Brian Carlstrom · 13 years ago
  78. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 13 years ago
  79. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 13 years ago
  80. f1d3455 Do not mark pages executable unnecessarily to play nice with selinux by Brian Carlstrom · 13 years ago
  81. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 13 years ago[Renamed from src/elf_file.cc]
  82. 6a47b9d Refactor ElfWriter and introduce ElfWriterQuick by Brian Carlstrom · 13 years ago
  83. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 13 years ago
  84. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 14 years ago